.panel-footer {
    --surface-foreground: var(--gray-700);
    --surface-background: var(--gray-700);
    --text: var(--gray-100);

    position: relative;
    color: var(--text);
    background-color: var(--surface-foreground);
    background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/washburncountywi/footer_repeatable_texture_7e3a3f1b-2abc-4ede-8889-b8f9401db364.png);
}

@media screen and (min-width: 64em) {
    .panel-footer::before {
        height: 15px;
        top: -8px;
    }

    .panel-footer .footer-nav {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
    }
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1130px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: var(--space-6);
    padding-top: var(--space-10);
    padding-bottom: var(--space-6);
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1.7fr 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;
}

@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: 140px;
}

@media screen and (min-width: 64em) {
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 240px;
}
}

.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;
}

@media screen and (min-width: 64em) {
    .panel-footer .social-media {
        justify-content: flex-end;
    }
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: var(--space-2);
    padding-bottom: 15px;
    gap: 15px;
}

@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-sm);
    line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
    display: block;
    width: 200px;
}

.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;
}
