.site-footer {
    position: relative;
    background-color: var(--color-nav-gray);
    color: white;
    padding: 40px 0 80px 0;
    z-index: 10;
}

.site-footer .site-footer-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 14%;
}

.site-footer .wp-block-columns {
    flex-wrap: nowrap !important;
    margin-bottom: 0 !important;
}

/* Main footer layout */
.site-footer .footer-badge-column {
    flex-basis: 307px !important;
    width: 307px !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    margin-right: 33px !important;
}

.site-footer .footer-content-column {
    flex: 1 !important;
    flex-basis: auto !important;
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
}

/* Badge styles */
.site-footer .footer-badge-link {
    display: block;
    text-decoration: none;
    box-shadow: none;
}

.site-footer .footer-badge {
    position: relative;
    width: 307px;
    height: 254px;
    background-image: url("/wp-content/uploads/static/footer-badge-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
}

.site-footer .footer-badge img#balloon-badge {
    position: absolute;
    width: 70px;
    height: auto;
    left: 5px;
    top: 35px;
    transition: opacity 0.3s ease-in-out;
}

.site-footer .badge-headline {
    position: absolute;
    top: 22px;
    left: 55px;
    margin: 0;
    color: var(--color-red);
    font-weight: 600;
    font-size: var(--font-size-footer-badge-headline);
    line-height: var(--font-lh-footer-badge-headline);
    transition: all 0.25s ease-in-out;
}

.site-footer .badge-subheadline {
    position: absolute;
    top: 105px;
    left: 125px;
    width: 165px;
    margin: 0;
    color: var(--color-nav-gray);
    font-size: var(--font-size-footer-badge-subheadline);
    line-height: var(--font-lh-footer-badge-subheadline);
    font-weight: 600;
    text-align: center;
}

.site-footer .footer-badge-link:hover .badge-headline {
    text-decoration: underline;
}

/* Footer top section */
.site-footer .footer-top {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row !important; 
    flex-wrap: nowrap !important;
    margin-bottom: 10px;
    height: 60px;
}

.site-footer .social-icons {
    display: flex;
    align-items: center;
    flex: 0 0 auto !important;
    align-self: center !important;
}

.site-footer .social-icon {
    margin: 0;
    position: relative;
}

.site-footer .social-icon:not(:last-child) {
    margin-right: 30px;
}
/* Add divider between social icons */
.site-footer .social-icon:not(:last-child)::after {
    content: "|";
    display: inline-block;
    color: var(--color-yellow);
    font-size: var(--font-size-card-title);
    font-weight: 300;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.site-footer .social-icon a {
    display: block;
}

.site-footer .social-icon img {
    width: 25px;
    height: 25px;
    transition: all 0.25s ease-in-out;
}

.site-footer .social-icon:hover img {
    opacity: 0.8;
}

.site-footer .footer-menu {
    flex: 1 !important;
    margin-right: 20px !important;
}

.site-footer .footer-menu .footer-menu-items {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
    justify-content: flex-start;
}

.site-footer .footer-menu .footer-menu-items li {
    padding: 0 5% 0 0;
}

.site-footer .footer-menu .footer-menu-items li:last-child {
    padding-right: 0;
}

.site-footer .footer-menu .footer-menu-items li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: var(--font-size-footer-links);
    line-height: var(--font-lh-footer-links);
    opacity: 1;
    transition: opacity 0.15s ease-in-out;
    white-space: nowrap;
}

.site-footer .footer-menu .footer-menu-items li a:hover {
    opacity: 0.75;
}

/* Footer bottom section */
.site-footer .footer-bottom {
    margin-top: 0;
    padding-top: 0;
    height: auto;
    margin-bottom: 20px;
}

.site-footer .footer-divider {
    border-top: 1px solid white;
    margin-bottom: 30px;
}

.site-footer .footer-bottom .wp-block-columns {
    margin-bottom: 0 !important;
    align-items: flex-start !important;
    gap: 0;
}

.site-footer .footer-logo-column {
    flex: 0 0 25% !important;
    width: 25% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.site-footer .footer-logo img {
    width: 204px;
    height: auto;
}

.site-footer .footer-info {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
    margin-left: 0 !important;
    padding-left: 0;
    margin-top: 30px;
}

.site-footer .footer-info p sup{
    font-size: 100%;
    bottom: .5ex;
}

.site-footer .footer-copyright {
    font-family: var(--font-family-poppins);
    font-weight: 500;
    font-size: var(--font-size-footer-body);
    line-height: var(--font-lh-footer-body);
    color: white;
    text-align: right;
    margin: 0;
}

@media all and (max-width: 1599px) {
    .site-footer .footer-badge-column {
        margin-right: 0px !important;
    }

    .site-footer .site-footer-inner {
        padding: 0 10%;
    }

    .site-footer .footer-badge {
        position: relative;
        width: 275px;
        height: 228px;
    }

    .site-footer .footer-badge img#balloon-badge {
        width: 60px;
        top: 40px;
    }

    .site-footer .badge-subheadline {
        left: 105px;
    }

    .site-footer .footer-info {
        margin-top: 10px;
    }
    
}

/* Responsive adjustments */
@media all and (max-width: 1023px) {
    
    .site-footer .wp-block-columns {
        flex-direction: column;
    }
    
    .site-footer .footer-badge-column {
        margin-right: 0;
        margin-bottom: 20px;
        align-self: center;
        flex-basis: 227px !important;
    }
    
    .site-footer .footer-content-column {
        width: 100%;
    }

    .site-footer .footer-info {
        width: 100% !important;
    }
}

@media all and (max-width: 768px) {
    .site-footer {
        padding: 40px 0 220px;
    }

    .site-footer .footer-badge {
        margin: 0 auto;
    }
    
    .site-footer .wp-block-columns {
        flex-wrap: wrap !important;
    }
    
    .site-footer .footer-badge-column,
    .site-footer .footer-content-column {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
    
    .site-footer .footer-badge-column {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        display: none;
    }
    
    .site-footer .footer-top {
        flex-direction: column !important;
        height: auto !important;
    }
    
    .site-footer .footer-menu {
        margin-right: 0 !important;
        margin-top: 20px !important;
    }
    
    .site-footer .footer-menu .footer-menu-items {
        flex-direction: column;
        align-items: center;
        margin-top: -50px;
    }
    
    .site-footer .footer-menu .footer-menu-items li {
        padding: 20px 0;
    }
    
    .site-footer .social-icons {
        align-self: center !important;
        margin: 40px 0;
    }
    
    .site-footer .footer-bottom .wp-block-columns {
        flex-direction: column !important;
    }
    
    .site-footer .footer-logo-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .site-footer .footer-content-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-footer .footer-info {
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0;
    }

    .site-footer .footer-copyright {
        text-align: center;
    }
}