/* ── Indecosa Agenda – Styles frontend ─────────────────────────── */
.indecosa-agenda-wrap {
    overflow-x: auto;
    margin: 24px 0;
    font-family: inherit;
}

.indecosa-agenda-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.indecosa-agenda-table th {
    background: #3a3a3a;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .03em;
}

.indecosa-agenda-table td {
    padding: 8px 14px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

/* Ligne année */
.indecosa-year-row td {
    background: #99cc00 !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 8px 14px;
    text-align: center;
    letter-spacing: .05em;
}

/* Alternance */
.indecosa-event-row:nth-child(even) td {
    background: #f9f9f9;
}
.indecosa-event-row:hover td {
    background: #f0f7e0;
}

/* ── Badges type ──────────────────────────────────────────────── */
.indecosa-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

.badge-bureau-national,
.badge-bn {
    background: #1a5276;
    color: #fff;
}

.badge-conseil-dadministration,
.badge-ca {
    background: #99cc00;
    color: #fff;
}

.badge-assemblee-generale,
.badge-ag {
    background: #c0392b;
    color: #fff;
}

.badge-colloque {
    background: #8e44ad;
    color: #fff;
}

.badge-formation {
    background: #e67e22;
    color: #fff;
}

/* ── Colonnes ──────────────────────────────────────────────────── */
.col-date  { white-space: nowrap; font-weight: 600; min-width: 120px; }
.col-type  { white-space: nowrap; }
.col-titre { font-weight: 500; }
.col-lieu  { color: #555; font-style: italic; }
.col-duree { text-align: center; color: #888; font-size: .85rem; }

/* ── Message vide ─────────────────────────────────────────────── */
.indecosa-no-events {
    color: #888;
    font-style: italic;
    padding: 16px 0;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 600px) {
    .indecosa-agenda-table th:nth-child(4),
    .indecosa-agenda-table td.col-lieu,
    .indecosa-agenda-table th:nth-child(5),
    .indecosa-agenda-table td.col-duree {
        display: none;
    }
}
