/* © 2025 Spwig. All rights reserved. */

/** Footer Trust Badges Styles */

.site-footer__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--theme-space-8, 2rem);
    padding: var(--theme-space-6, 1.5rem) 0;
    margin-bottom: var(--theme-space-6, 1.5rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__trust-item {
    display: flex;
    align-items: center;
    gap: var(--theme-space-2, 0.5rem);
    font-size: var(--theme-font-size-sm, 0.875rem);
    color: rgba(255, 255, 255, 0.6);
}

.site-footer__trust-item i {
    font-size: var(--theme-font-size-lg, 1.125rem);
}
