/* ===================================================
   Click & Collect — Front-end CSS
   Compatible Bootstrap 4/5 + thème leo_corino_elements_free
   =================================================== */

/* Wrapper principal */
#everpsclickandcollect-wrapper {
    margin-top: 15px;
    font-family: inherit;
}

/* Titre de section */
.cc-label {
    font-weight: 600;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 6px;
    color: #333;
}

.cc-label i {
    color: #28a745;
    margin-right: 5px;
}

/* Sélects */
.cc-select {
    max-width: 380px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 0.93rem;
    transition: border-color 0.2s;
}

.cc-select:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.18);
    outline: none;
}

/* Étape créneau (affichage progressif) */
.cc-step {
    margin-bottom: 14px;
}

/* Récapitulatif créneau choisi */
.cc-recap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
}

.cc-recap i {
    font-size: 18px;
}

/* Adresse magasin */
.cc-store-info {
    border-left: 4px solid #17a2b8;
    background: #e8f7fc;
    border-radius: 0 4px 4px 0;
    padding: 10px 14px;
    font-size: 0.88rem;
}

.cc-store-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 6px;
    color: #0c5460;
}

/* Responsive */
@media (max-width: 576px) {
    .cc-select {
        max-width: 100%;
    }
}
