/* ── Bandeau réunion de programmation ────────────────────────────────────── */
.ct-bandeau-reunion {
    width: 100%;
    background: #1a1a1a;
    color: #f0f0f0;
    text-align: center;
    padding: 8px 16px;
    font-size: .85rem;
    letter-spacing: .02em;
    position: relative;
    z-index: 10000;
}

.ct-bandeau-reunion__texte strong {
    font-weight: 700;
}

/* ── Macaron coup de cœur ────────────────────────────────────────────────── */
.ct-coup-de-coeur {
    display: inline-block;
    background: #c0392b;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 4px 10px;
    border-radius: 2px;
}

/* ── Conteneur du dropdown ───────────────────────────────────────────────── */
.ct-autocomplete-dropdown {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
    max-height: 320px;
    overflow-y: auto;
}

/* ── Items ───────────────────────────────────────────────────────────────── */
.ct-autocomplete-dropdown li {
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-size: .9rem;
    line-height: 1.4;
}

.ct-autocomplete-dropdown li:last-child {
    border-bottom: none;
}

.ct-autocomplete-dropdown li:hover,
.ct-autocomplete-dropdown li.ct-active {
    background: #f5f5f5;
}

/* ── Badges ──────────────────────────────────────────────────────────────── */
.ct-vendu {
    color: #c00;
    font-size: .8em;
    font-style: italic;
}

.ct-prix {
    color: #2a7a2a;
    font-weight: 600;
}

.ct-format {
    color: #666;
    font-size: .8em;
}
