/* ── Frontend styles ─────────────────────────────────────────── */
/* Minima, override-friendly: i temi possono sovrascrivere tutto */

.athlete-cal {
    margin: 1.5em 0;
}

.athlete-cal__month {
    margin-bottom: 1.25em;
}

.athlete-cal__month-label {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid currentColor;
}

.athlete-cal__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.athlete-cal__event {
    display: flex;
    align-items: baseline;
    gap: 0.6em;
    padding: 0.3em 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-size: 0.95em;
}

.athlete-cal__event:last-child {
    border-bottom: none;
}

.athlete-cal__day {
    min-width: 1.8em;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.athlete-cal__label {
    flex: 1;
}

.athlete-cal--empty p {
    font-style: italic;
    color: #757575;
    margin: 0;
}
