.panel-footer {
    --surface-foreground: var(--creamf8);
    --surface-background: var(--creamf8);
    --surface-microsite: var(--darkgray2f);
    --text: var(--blue16);

    color: var(--text);
    background-color: var(--surface-foreground);
}

.panel-footer .attributions {
    background-color: var(--surface-background);
}

.panel-footer.microsite,
.panel-footer.microsite .attributions {
    background-color: var(--surface-microsite);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: var(--max-width-padded);
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: var(--space-6);
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 630px;
        text-align: left;
        padding-top: 52px;
    }   
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-6);
    place-items: center;
}

.panel-footer .client-details .inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 4px;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 140px;
}


.panel-footer.microsite .contentRender_name_plugins_common_logo_footer,
.panel-footer.microsite .logo-footer a {
    width: 320px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
    }   

    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 210px;
    }
}

.panel-footer .client-details {
    font-size: var(--text-base);
    line-height: 1.1;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 2px;
}



.panel-footer.microsite .attribution-content-container p,
.panel-footer.microsite .client-details{
    color: var(--white);
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .social-links {
    gap: 13px;
}

.panel-footer .social-link,
.panel-footer .social-links .social-network {
    height: 48px;
    width: 48px;
    border-radius: var(--rounded-circle);
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .social-links .social-link {
    color: var(--blue16);
}

.panel-footer .social-link.tulsa-safe {
    margin-left: 14px;
}

.panel-footer.panel-footer.microsite .social-link.tulsa-safe {
    display: none;
}

.panel-footer .social-link.tulsa-safe img {
    width: 30px;
}

.panel-footer .social-link:hover {
    text-decoration: none;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: var(--space-2);
    padding-bottom: var(--space-6);
    position: relative;
}

.panel-footer .attribution-content-container::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: var(--yelloweb);
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }   
}

.panel-footer .attribution-content-container p {
    font-size: var(--text-base);
    line-height: var(--leading-snug);
    margin-bottom: 12px;
}

.panel-footer .made-by-sv {
    display: block;
    width: 180px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

@media screen and (min-width: 64em) {
    .panel-footer .footer-content-container {
        padding-bottom: 40px;
    }

    .panel-footer .footer-content-container .social-media {
        grid-column: 1 / 2;
    }

    .panel-footer .footer-content-container .footer-nav {
        grid-row: 1 / 3;
        grid-column: 2 / 3;
    }

    .panel-footer .attribution-content-container::after {
        top: -14px;
    }

    .panel-footer .social-media {
        justify-content: flex-start;
    }

    .panel-footer .social-link,
    .panel-footer .social-links .social-network {
        height: 60px;
        width: 60px;
    }

    .panel-footer .social-link a {
        font-size: 25px;
    }

    .panel-footer .social-link.tulsa-safe img {
        width: 45px;
    }

    .panel-footer .client-details .inner {
        flex-direction: row;
    }
}
