.scooter-wrap {
    max-width: 780px;
    margin: 20px auto;
    padding: 22px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.scooter-wrap h2 { margin-top: 0; }

.scooter-wrap label {
    display: block;
    margin: 12px 0;
    font-weight: 600;
}

.scooter-wrap label.inline {
    font-weight: 600;
}

.scooter-wrap small {
    display: block;
    margin-top: 4px;
    color: #666;
    font-weight: normal;
}

.scooter-wrap input,
.scooter-wrap select,
.scooter-wrap textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #bbb;
    border-radius: 6px;
    box-sizing: border-box;
}

.scooter-wrap input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
}

.scooter-buttons {
    margin-top: 16px;
}

.scooter-wrap button {
    padding: 12px 16px;
    margin: 8px 8px 8px 0;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

#generateContract { background: #eee; }
#sendWhatsapp { background: #25D366; color: white; }
#sendSms { background: #1a73e8; color: white; }
#sendEmail { background: #444; color: white; }

.scooter-conditions {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 8px;
}


/* Sélecteur de mode et acceptation (v2.7.0) */
.scooter-mode {
    background: #f5f7fa;
    border: 1px solid #dfe3e8;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 18px;
}
.scooter-mode .scooter-mode-hint {
    margin: 8px 0 0;
    font-size: 0.9em;
    color: #555;
}
.scooter-accept {
    background: #fff8e1;
    border: 1px solid #ffcc00;
    border-radius: 8px;
    padding: 12px 14px;
    margin: 16px 0;
}
.scooter-accept-btn {
    background: #2e7d32;
    color: #fff;
    font-weight: bold;
}
