/* All rules are scoped to the selected restaurant's information footer. */
footer.nc-restaurant-footer {
    /* Keep the information section above the menu's docked category list. */
    z-index: 2041;
    padding: 40px 0 0 !important;
    background: #181a1d;
    color: #c5c8ce;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

footer.nc-restaurant-footer::before {
    content: none;
}

footer.nc-restaurant-footer > .container {
    /* Menu pages have broad !important container rules on smaller screens. */
    width: calc(100% - 48px) !important;
    max-width: 1320px !important;
    padding: 0 !important;
}

.nc-restaurant-footer .nc-restaurant-footer-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid #34373d;
}

.nc-restaurant-footer .nc-restaurant-footer-brand {
    min-width: 0;
    max-width: 760px;
    overflow-wrap: anywhere;
}

.nc-restaurant-footer .nc-restaurant-footer-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #a5aab3;
    font-size: 12px;
    font-weight: 500;
}

.nc-restaurant-footer .nc-restaurant-footer-brand h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

.nc-restaurant-footer .nc-restaurant-footer-brand p {
    margin: 8px 0 0;
    color: #b8bdc5;
    font-size: 14px;
    line-height: 1.6;
}

.nc-restaurant-footer .nc-restaurant-footer-status {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    padding: 10px 14px;
    border: 1px solid #3b4145;
    border-radius: 6px;
    background: #222629;
}

.nc-restaurant-footer .nc-restaurant-footer-status > i {
    font-size: 20px;
    color: #f5be75;
}

.nc-restaurant-footer .nc-restaurant-footer-status.is-open > i {
    color: #76d5a5;
}

.nc-restaurant-footer .nc-restaurant-footer-status div {
    min-width: 0;
    overflow-wrap: anywhere;
}

.nc-restaurant-footer .nc-restaurant-footer-status strong,
.nc-restaurant-footer .nc-restaurant-footer-status span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

.nc-restaurant-footer .nc-restaurant-footer-status strong {
    color: #f3f4f6;
    font-weight: 600;
}

.nc-restaurant-footer .nc-restaurant-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .9fr) minmax(0, 1.2fr) minmax(0, .95fr);
    align-items: start;
    gap: 32px;
    padding: 30px 0 36px;
}

.nc-restaurant-footer .nc-restaurant-footer-column {
    min-width: 0;
}

.nc-restaurant-footer .nc-restaurant-footer-column h3 {
    margin: 0 0 18px;
    color: #f3f4f6;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.nc-restaurant-footer .nc-restaurant-footer-contacts {
    display: grid;
    gap: 16px;
    margin: 0 0 20px;
    font-style: normal;
}

.nc-restaurant-footer .nc-restaurant-footer-contact {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    color: #d2d5da;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
}

.nc-restaurant-footer .nc-restaurant-footer-contact > i {
    padding-top: 3px;
    color: #a5aab3;
    font-size: 17px;
    text-align: center;
}

.nc-restaurant-footer .nc-restaurant-footer-contact > span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.nc-restaurant-footer .nc-restaurant-footer-contact small {
    display: block;
    margin-bottom: 3px;
    color: #9ca2ac;
    font-size: 12px;
    line-height: 1.4;
}

.nc-restaurant-footer .nc-restaurant-footer-directions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    max-width: 100%;
    padding: 9px 14px;
    border: 1px solid #e4002b;
    border-radius: 6px;
    background: #e4002b;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
}

.nc-restaurant-footer .nc-restaurant-footer-directions:hover {
    background: #c90026;
    border-color: #c90026;
}

.nc-restaurant-footer .nc-restaurant-footer-directions > i:last-child {
    font-size: 12px;
}

.nc-restaurant-footer .nc-restaurant-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.nc-restaurant-footer .nc-restaurant-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #3b3e44;
    border-radius: 6px;
    color: #c5c8ce;
    font-size: 17px;
    text-decoration: none;
}

.nc-restaurant-footer .nc-restaurant-footer-links {
    display: grid;
    margin: -8px 0 0;
    padding: 0;
    list-style: none;
}

.nc-restaurant-footer .nc-restaurant-footer-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 7px 0;
    color: #c5c8ce;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.nc-restaurant-footer .nc-restaurant-footer-links i {
    flex: 0 0 18px;
    color: #9299a5;
    text-align: center;
}

.nc-restaurant-footer .nc-restaurant-footer-links span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.nc-restaurant-footer a:hover,
.nc-restaurant-footer a:hover i {
    color: #fff;
}

.nc-restaurant-footer a:focus-visible {
    outline: 2px solid #ff8396;
    outline-offset: 4px;
}

.nc-restaurant-footer .nc-restaurant-footer-hours {
    margin: -8px 0 0;
    padding: 0;
    list-style: none;
}

.nc-restaurant-footer .nc-restaurant-footer-hours li {
    display: grid;
    grid-template-columns: minmax(76px, .75fr) minmax(0, 1.5fr);
    align-items: start;
    gap: 12px;
    min-height: 38px;
    padding: 9px 0;
    border-bottom: 1px solid #303339;
    font-size: 13px;
    line-height: 1.5;
}

.nc-restaurant-footer .nc-restaurant-footer-hours li:last-child {
    border-bottom: 0;
}

.nc-restaurant-footer .nc-restaurant-footer-hours span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.nc-restaurant-footer .nc-restaurant-footer-hours span:last-child {
    color: #e0e3e8;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.nc-restaurant-footer .nc-restaurant-footer-hours .is-today {
    color: #ff8b9d;
    font-weight: 600;
}

.nc-restaurant-footer .nc-restaurant-footer-hours .is-today span:last-child {
    color: #fff;
}

.nc-restaurant-footer .nc-restaurant-footer-hours .is-closed span:last-child {
    color: #f5be75;
}

.nc-restaurant-footer .nc-restaurant-footer-note {
    display: flex;
    align-items: baseline;
    gap: 9px;
    font-size: 13px;
    line-height: 1.6;
}

.nc-restaurant-footer .nc-restaurant-footer-note i {
    flex: 0 0 16px;
    color: #a5aab3;
}

.nc-restaurant-footer .nc-restaurant-footer-note span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.nc-restaurant-footer .nc-restaurant-footer-column h4 {
    margin: 24px 0 10px;
    color: #e0e3e8;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

.nc-restaurant-footer .nc-restaurant-footer-holidays {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    color: #a5aab3;
    font-size: 13px;
    line-height: 1.6;
    list-style: none;
    overflow-wrap: anywhere;
}

.nc-restaurant-footer .nc-restaurant-footer-holidays strong,
.nc-restaurant-footer .nc-restaurant-footer-holidays span {
    display: block;
}

.nc-restaurant-footer .nc-restaurant-footer-holidays strong {
    color: #e0e3e8;
    font-weight: 500;
}

.nc-restaurant-footer .nc-restaurant-footer-certificates {
    display: grid;
    gap: 6px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #34373d;
    color: #a5aab3;
    font-size: 12px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.nc-restaurant-footer .nc-footer-bottom {
    background: transparent;
    border-top: 1px solid #34373d;
}

.nc-restaurant-footer .nc-footer-bottom p {
    padding: 0 24px;
    color: #a5aab3;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 1199.98px) {
    .nc-restaurant-footer .nc-restaurant-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 48px;
    }
}

@media (max-width: 639.98px) {
    footer.nc-restaurant-footer {
        padding-top: 28px !important;
    }

    footer.nc-restaurant-footer > .container {
        width: calc(100% - 40px) !important;
    }

    .nc-restaurant-footer .nc-restaurant-footer-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding-bottom: 24px;
    }

    .nc-restaurant-footer .nc-restaurant-footer-brand h2 {
        font-size: 24px;
    }

    .nc-restaurant-footer .nc-restaurant-footer-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        padding: 24px 0 28px;
    }

    .nc-restaurant-footer .nc-restaurant-footer-column + .nc-restaurant-footer-column {
        padding-top: 24px;
        border-top: 1px solid #34373d;
    }

    .nc-restaurant-footer .nc-restaurant-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
    }

    .nc-restaurant-footer .nc-restaurant-footer-links a {
        min-height: 44px;
    }
}

@media (max-width: 359.98px) {
    .nc-restaurant-footer .nc-restaurant-footer-links {
        grid-template-columns: minmax(0, 1fr);
    }
}
