.zmanim-content {
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--gray-100);

    & .table.zmanim-panel__table {
        margin-bottom: 0;
        color: var(--text-color);
    }

    & .zmanim-panel__table tbody tr:nth-child(odd of :not(.d-none)) {
        background: color-mix(in srgb, var(--color-light) 92%, var(--accent) 8%);
    }

    & .zmanim-panel__table tbody tr:nth-child(even of :not(.d-none)) {
        background: var(--field-bg);
    }

    & .zmanim-panel__table tbody td {
        padding: 0.55rem 0.85rem;
        border-color: var(--border-color);
        vertical-align: middle;
    }
}

.zmanim_date_text {
    padding-block: 0.75rem !important;
    text-align: center;
    font-size: 1.15rem;
    font-family: var(--font-zmanim-hebrew);
    font-weight: 600;
    color: var(--accent-on-surface);
}

.zmanim_text {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-color);
}

.zmanim_text_2 {
    font-family: var(--font-zmanim-hebrew);
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.35;
    color: var(--gray-800);
}

.left_td_border {
    border-inline-start: 1px solid var(--border-color);
}

.zmanim-panel__attribution {
    display: block;
    margin-top: 1rem;
    text-align: end;
    font-size: 0.8rem;
    font-style: italic;
    color: var(--text-muted);

    & a {
        color: var(--accent);
        text-decoration: underline;

        &:hover {
            color: var(--accent-dark);
        }
    }
}

