/* Pie global Terxo Mobile */
.site-footer-tab {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin: 0;
    padding: 12px var(--page-gutter, clamp(14px, 2.5vw, 28px));
    background: #c4c4c4;
    border-top: 3px solid #0a0a0a;
    box-shadow: none;
    z-index: 2;
}

.site-footer-tab__brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    white-space: nowrap;
}

.site-footer-tab__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.site-footer-tab__legal a {
    font-family: 'DM Sans', 'Montserrat', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    color: rgba(10, 10, 10, 0.82);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.site-footer-tab__legal a:hover {
    color: #0a0a0a;
}

.site-footer-tab__logo {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border: 2px solid #0a0a0a;
    box-shadow: 2px 2px 0 rgba(10, 10, 10, 0.35);
    object-fit: cover;
}

.site-footer-tab__copy,
.site-footer-tab__rights {
    font-family: 'DM Sans', 'Montserrat', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    color: rgba(10, 10, 10, 0.72);
}

.site-footer-tab__sep {
    font-family: 'DM Sans', 'Montserrat', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    color: rgba(10, 10, 10, 0.72);
    opacity: 0.72;
}

@media (max-width: 520px) {
    .site-footer-tab {
        gap: 6px;
        padding: 10px var(--page-gutter, 14px);
    }

    .site-footer-tab__brand {
        white-space: normal;
    }

    .site-footer-tab__sep {
        display: none;
    }
}
