.panel-footer {
    --surface-foreground: var(--navy-dark);
    --surface-background: var(--navy);
    --text: #fff;

    color: var(--text);
    background-color: var(--surface-foreground);
}

.panel-footer .attributions {
    background-color: var(--surface-background);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.panel-footer .footer-content-container,
.panel-footer .footer-content-container .footer-left > div,
.panel-footer .footer-content-container .footer-right > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.panel-footer .footer-content-container {
    padding-top: 40px;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 237px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.panel-footer .footer-content-container .footer-right .ad-logos {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5px;
}

.panel-footer .footer-content-container .footer-right .ad-logos img {
    padding: 0 7px;
}

.panel-footer .footer-content-container .footer-right .ad-logos a:nth-child(2) {
    position: relative;
    padding-left: 20px;
}

.panel-footer .footer-content-container .footer-right .ad-logos a:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    left: 010px;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.panel-footer .footer-content-container .footer-right .translate-desktop { display: none; }

.panel-footer .attribution-content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px 20px
}

.panel-footer .attribution-content-container p {
    text-align: left;
    font-size: 10px;
}

.panel-footer .made-by-sv {
    display: flex;
    width: 144px;
    justify-self: flex-end;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 1000px) {
    .panel-footer .footer-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        padding: 40px 60px 0;
    }

    .panel-footer .footer-content-container .footer-left,
    .panel-footer .footer-content-container .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .panel-footer .footer-content-container .footer-left > div {
        align-items: flex-start;
    }

    .panel-footer .footer-content-container .footer-right > div {
        align-items: flex-end;
    }

    .panel-footer .footer-content-container .footer-left .contentRender_name_plugins_googletranslate_googletranslate {
        display: none;
    }

    .panel-footer .footer-content-container .footer-right .ad-logos {
        align-items: center;
        margin-bottom: 15px;
    }

    .panel-footer .footer-content-container .footer-right .translate-desktop { display: block; }

    .panel-footer .attribution-content-container {
        padding: 8px 60px;
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
