.member-hours {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-top: 20px;
}

.member-hours__title {
    font-family: var(--wp--preset--font-family--aleo);
    color: var(--wp--preset--color--primary);
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1em;
    border-bottom: 2px solid var(--wp--preset--color--neutral);
    padding-bottom: 10px;
}

.member-hours__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-hours__row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9em;
}

.member-hours__row:last-child {
    border-bottom: none;
}

.member-hours__day {
    font-weight: 700;
    color: #333;
}

.member-hours__time {
    color: #666;
    text-align: right;
}