/* footer.css - .footer: contact link, hours, copyright, .map-container iframe */

/* Block: footer */
.footer {
    text-align: center;
    padding: 5rem 1.3rem 1.3rem;
    margin-top: -5px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer__container {
    margin-bottom: 3.1rem;
}

.footer__official-meta {
    margin-top: 10rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.5;
    letter-spacing: 0.01em;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
}

.footer__official-meta .footer__copyright {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
}

.footer__official-meta .footer__copyright:first-child {
    margin-bottom: 0.42rem !important;
}


/*
.footer__contact-link {
    }
*/

.footer__hours {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1.3rem;
    white-space: pre-line;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.01em;
}

/* Block: map-container */
.map-container {
    width: 100%;
    height: clamp(18rem, 52vw, 28rem);
    background-color: rgba(255, 248, 239, 0.28);
    border-radius: 0.35rem;
    overflow: hidden;
}

.map-container__iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

