.panel-footer {
    background-color: var(--midnight-blue);
    color: white;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: var(--width-feature);
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: 18px;
    padding: 25px 10px 15px;
}

.panel-footer .logo-footer {
    margin-bottom: 20px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1fr 1fr;
        text-align: left;
    }   
}

.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;
    text-align: left;
    max-width: 245px;
}

:is(.panel-footer .contentRender_name_plugins_core_textbox) :is(h1, h2, h3, h4, h5, h6, p) {
    font-family: var(--font-display-futura-bold);
    color: white;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

:is(.panel-footer .contentRender_name_plugins_core_textbox) :is(ul, ol) {
    font-family: var(--font-display-futura);
    color: white;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding: 0;
}

:is(.panel-footer .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
    list-style: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
}

:is(.panel-footer .contentRender_name_plugins_core_textbox) a {
    font-family: var(--font-display-futura);
    color: white;
    font-size: 14px;
    font-weight: normal;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
        margin-right: var(--space-6);
    }   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 140px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.panel-footer .attributions {
    background-color: #1f1f1f;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 10px 20px;
    text-align: left;
}

@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-family: var(--font-body);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 300;
}

.panel-footer .made-by-sv {
    display: block;
    width: 167px;
}

.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 (min-width: 40em) {
    .panel-footer .attribution-content-container p {
        margin-bottom: 0;
        margin-right: 15px;
        font-size: 15px;
    }

    .panel-footer .footer-content-container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 40px 15px 30px;
    }

    .panel-footer .footer-nav {
        width: 50%;
        max-width: 430px;
    }
}

@media (min-width: 64em) {
    .contentRender_name_plugins_common_logo_footer, 
    .panel-footer .logo-footer a {
        width: 100%;
        max-width: 260px;
    }

    .panel-footer .logo-footer {
        margin-bottom: 30px;
    }

    .panel-footer .contentRender_name_plugins_core_textbox {
        padding-top: 30px;
    }
}
