.panel-footer {
    --surface-foreground: var(--primary-color-700);
    --surface-background: var(--primary-color-900);
    --text: var(--white);
    color: var(--text);
    background-size: cover;
    background-position: bottom -50px center;
    background-repeat: no-repeat;
    padding: 65px 20px 0;
    margin-top: 0;
}

.panel-footer .cta-cont {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 80px;
}

.panel-footer .attributions {
    background-color: var(--blue-1d);
    margin: 0 -20px;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    /* padding: 0 var(--space-5); */
    max-width: 1400px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: 22px;
    padding-top: var(--space-6);
    padding-bottom: 20px;
}

.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;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
    }   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 240px;
    margin: 0 auto;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 12px;
    gap: 12px;
}



.panel-footer .attribution-content-container p {
    font-size: 12px;
    font-family: var(--font-display);
    line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
    display: block;
    width: 130px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

.panel-footer .social-link {
    color: var(--blue-33);
    font-size: 16px;
    position: relative;
    border: 2px solid var(--blue-33);
    border-radius: var(--rounded-circle);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .panel-footer .social-link::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/includes/public/assets/shared/outer-circle-only.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
} */

.panel-footer .client-title {
    font-size: 16px;
    font-family: var(--font-display);
    line-height: 1.3;
}

.panel-footer .contact span {
    display: block;
    font-size: 16px;
    font-family: var(--font-display);
    line-height: 1.2;
}
.panel-footer .contact .pipe {
    display: none;
}

@media (min-width: 40em) {

}

@media screen and (min-width: 64em) {
    .panel-footer {
        padding-top: 100px;
        margin-top: 0px;
    }

    .panel-footer .cta-cont {
        flex-direction: row;
        margin-bottom: 10px;
    }

    .panel-footer .cta-cont > div {
        flex: 1 1 33%;
    }

    .panel-footer .social-link {
        font-size: 21px;
        width: 40px;
        height: 40px;
    }

    .panel-footer .footer-content-container {
        gap:0;
        padding-bottom: 0;
    }

    .contentRender_name_plugins_common_logo_footer {
        margin-bottom: 35px;
    }

    .panel-footer .client-title {
        margin-bottom: 5px;
    }

    .panel-footer .contact span {
        display: inline-block;
    }

    .panel-footer .contact .pipe {
        display: inline-block;
        margin: 0 11px 0 17px;
    }

    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 14px 20px;
    }   

    .panel-footer .attribution-content-container p {
        font-size: 13.5px;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer {
        margin-top: 0;
        background-position: top;
    }
}