/* /Components/Pages/VisitUs.razor.rz.scp.css */
/* ── Visit-Us page scoped styles ── */

.visit-info-card[b-az0edw3kn2] {
    background-color: var(--bee-warm-white) !important;
    border-radius: 12px !important;
    height: 100%;
}

/* Hours grid */
.hours-grid[b-az0edw3kn2] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    column-gap: 1.5rem;
    row-gap: 0;
}

.hours-header[b-az0edw3kn2] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bee-text-muted);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0.25rem;
}

.hours-day[b-az0edw3kn2],
.hours-time[b-az0edw3kn2] {
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.hours-day[b-az0edw3kn2] {
    font-weight: 500;
    color: var(--bee-charcoal);
}

.hours-time[b-az0edw3kn2] {
    font-weight: 400;
    color: var(--bee-text-secondary);
    text-align: right;
}

.hours-time:nth-child(3n)[b-az0edw3kn2] {
    padding-right: 1rem;
}

@media (min-width: 960px) {
    .hours-time:nth-child(3n)[b-az0edw3kn2] {
        padding-right: 6rem;
    }
}

/* Embedded map */
.map-container[b-az0edw3kn2] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
}

.map-container iframe[b-az0edw3kn2] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
