/* --- ISOLATED FOOTER CSS --- */
.skip-footer-wrapper {
    background-color: #12141d;
    padding: 3rem 0;
}

@media (min-width: 992px) {
    .skip-footer-wrapper {
        display: flex;
        align-items: center;
        min-height: 319px;
        padding: 0;
    }
}

.skip-footer-company-name, .skip-footer-heading {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin: 0;
}

.skip-footer-company-name {
    font-weight: 700;
    color: #D1D5DB;
}

.skip-footer-heading {
    font-weight: 600;
    color: #92939D;
}

.skip-footer-contact-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #D1D5DB;
    margin: 0;
}

.skip-footer-address {
    margin-bottom: 1.5rem;
}

.skip-footer-list {
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .skip-footer-list {
        margin-top: 1.5rem !important;
    }
}

.skip-footer-list li {
    margin-bottom: 0;
}

.skip-footer-link,
.skip-footer-link:visited {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #FBFBFC;
    text-decoration: none;
    transition: color 0.2s;
}

.skip-footer-link:hover {
    color: #00d09c;
}

.skip-footer-email-link,
.skip-footer-email-link:visited {
    color: #D1D5DB !important;
    text-decoration: underline !important;
}

.skip-footer-email-link:hover {
    color: #00d09c !important;
}

.skip-footer-logo {
    max-width: 12.5rem;
}