/* =============================================
   SUPER DRIVE – DATES DE THÉORIE – FRONT CSS
   ============================================= */

.sdd-front-wrap {
    margin: 16px 0;
}

/* Rappel / avertissement */
.sdd-front-rappel {
    background: #fff8e1;
    border-left: 4px solid #f0ad00;
    border-radius: 0 6px 6px 0;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #5a4500;
}

/* Session */
.sdd-front-session {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
}
.sdd-front-session:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Titre session */
.sdd-front-session-titre {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 0 8px !important;
    color: inherit;
}

/* Détails */
.sdd-front-session-details {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sdd-front-session-details li {
    font-size: 14px;
    margin-bottom: 4px;
    color: inherit;
    padding-left: 0 !important;
}
.sdd-front-session-details li::before {
    display: none !important;
}

/* Erreur shortcode */
.sdd-error {
    background: #fce8e8;
    border-left: 4px solid #d63638;
    padding: 10px 14px;
    border-radius: 0 6px 6px 0;
    color: #8c0000;
    font-size: 14px;
}
