.site-footer__logo {
    display: block;
    height: 5.25rem;
    width: auto;
    max-width: 21rem;
    object-fit: contain;
}

.site-footer__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1rem;
}

.site-footer__iata-badge,
.site-footer__iato-badge {
    display: block;
    object-fit: contain;
}

.site-footer__iata-badge {
    width: 5.4rem;
    height: 5.4rem;
}

.site-footer__iato-badge {
    height: 5.4rem;
    width: auto;
}

.site-footer__heading {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #fbbf24;
    text-decoration: underline;
    text-decoration-color: rgba(251, 191, 36, 0.55);
    text-underline-offset: 0.35rem;
}

.site-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}

.site-footer__contact-icon {
    flex-shrink: 0;
    margin-top: 0.125rem;
    color: #fbbf24;
}

@media (min-width: 640px) {
    .site-sticky-contact {
        top: calc(50% + 8rem);
    }
}

@media (min-width: 768px) {
    .site-footer__logo {
        height: 96px;
        max-width: 21rem;
    }

    .site-footer__iata-badge {
        width: 6.6rem;
        height: 6.6rem;
    }

    .site-footer__iato-badge {
        height: 6.6rem;
    }
}
