.library-hours-card {
    background: linear-gradient(160deg, #ffffff 0%, #fffbeb 100%);
    border: 2px solid rgba(202, 163, 80, 0.35);
    box-shadow: 0 8px 24px rgba(202, 163, 80, 0.12);
}

.library-hours-card .label {
    margin-bottom: 4px;
}

.library-hours-card .hours-intro {
    font-size: 0.68rem;
    color: #64748b;
    margin: 0 0 12px;
    line-height: 1.4;
}

.library-hours-schedule {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.library-hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(202, 163, 80, 0.2);
    border-radius: 12px;
}

.library-hours-day {
    font-size: 0.72rem;
    font-weight: 800;
    color: #003a58;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.library-hours-time {
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
    background: #f8fafc;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    text-align: right;
    line-height: 1.3;
}

.library-hours-time.is-closed {
    color: #94a3b8;
    background: #f1f5f9;
}
