.icl-admin-source-badge {
    display: none;
    margin-left: 0.25rem;
    padding: 0.02rem 0.32rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 0.65em;
    line-height: 1.1;
    opacity: 0.65;
    cursor: help;
    vertical-align: baseline;
    user-select: none;
}

body.icl-show-sources .icl-admin-source-badge {
    display: inline-block;
}

.icl-admin-source-badge:hover {
    opacity: 1;
}

/* --- Seminarübersicht (Detailliert) ---------------------------------- */

.icl-seminar-section {
    margin-bottom: 1rem;
}

/* Section header: dark brand-blue bar with +/- icon and bold label */
.icl-seminar-section__header {
    background-color: var(--color-brand-blue);
    color: var(--color-white);
    font-family: "Asap", sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.icl-seminar-section__header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.icl-seminar-section__header .icl-accordion-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
}

.icl-seminar-section__header .icl-accordion-icon-minus {
    display: none;
}

@media (max-width: 767px) {
    .icl-seminar-section__header {
        font-size: 0.9rem;
    }
}

/* Vorlage block: plain bold title, no cyan underline */
.icl-vorlage {
    margin-bottom: 2rem;
}

.icl-vorlage__title {
    font-family: "Asap", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-text-main);
    margin: 0 0 1rem 0;
    padding: 0;
    border: none;
}

.icl-vorlage-content {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

/* Table column widths for Ort / Termin / Actions */
.icl-table .icl-table__col-ort,
.icl-table .icl-table__col-termin {
    width: 33%;
}

.icl-table .icl-table__col-actions {
    width: 34%;
}

/* "Belegt" pill — outlined variant of the red Anmelden button */
.icl-btn.icl-btn--belegt {
    background-color: var(--color-white);
    color: var(--color-accent-red);
    border: 1px solid var(--color-accent-red);
    cursor: not-allowed;
    opacity: 0.7;
}
