/* dwlectionary — widget styles */

/* ── Today's Mass widget ───────────────────────────────────────────────── */

.dwlectionary-today {
    font-size: 0.95em;
}

.dwlectionary-today .dwlectionary-day-name {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 0.5em;
}

.dwlectionary-today .dwlectionary-readings {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dwlectionary-today .dwlectionary-reading-item {
    margin: 0.25em 0;
    line-height: 1.4;
}

.dwlectionary-reading-label {
    font-weight: 600;
    color: #555;
}

.dwlectionary-reading-ref {
    font-style: italic;
}

.dwlectionary-feria-note {
    margin: 0.5em 0 0;
    font-size: 0.85em;
    color: #888;
}

.dwlectionary-no-mass,
.dwlectionary-no-data {
    color: #888;
    font-style: italic;
}

/* ── Upcoming Masses widget ─────────────────────────────────────────────── */

.dwlectionary-upcoming {
    font-size: 0.9em;
}

.dwlectionary-upcoming-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dwlectionary-upcoming-item {
    border-top: 1px solid #eee;
    padding: 0.5em 0;
}

.dwlectionary-upcoming-item:first-child {
    border-top: none;
    padding-top: 0;
}

.dwlectionary-upcoming-header {
    display: flex;
    gap: 0.5em;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 0.2em;
}

.dwlectionary-upcoming-date {
    font-size: 0.8em;
    color: #888;
    white-space: nowrap;
}

.dwlectionary-upcoming-name {
    font-weight: 600;
}

.dwlectionary-upcoming-refs {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0.5em;
}

.dwlectionary-upcoming-refs li {
    display: inline;
    margin-right: 0.75em;
}

.dwlectionary-ref-label {
    color: #888;
}
