﻿/* 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 {
    /* TODO-DELETE if stable after test: font-family: inherit !important */
    /* TODO-DELETE if stable after test: font-size: inherit !important */
    /* TODO-DELETE if stable after test: font-weight: inherit !important */
    /* TODO-DELETE if stable after test: color: inherit !important */
    /* TODO-DELETE if stable after test: line-height: inherit !important */
    /* TODO-DELETE if stable after test: letter-spacing: inherit !important */
    /* TODO-DELETE if stable after test: white-space: nowrap !important */
    /* TODO-DELETE if stable after test: overflow-wrap: normal !important */
    /* TODO-DELETE if stable after test: word-break: keep-all !important */
    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 {
    display: block;
    color: #ffffff;
    font-size: clamp(1.4rem, 5vw, 1.8rem);
    font-weight: 800;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    text-decoration: none;
    margin: 2rem 0 0.6rem;
}

.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%;
}

