.ahc-ec5123c9-form-wrapper {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    font-family: 'Roboto', sans-serif;
    color: #333333;
    max-width: 850px;
    margin: 0 auto;
}

.ahc-ec5123c9-header {
    margin-bottom: 35px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 25px;
}

.ahc-ec5123c9-header h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    color: #111111;
    margin-bottom: 12px;
}

.ahc-ec5123c9-header p {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    max-width: 700px;
    margin: 0 auto;
}

.ahc-ec5123c9-step {
    margin-bottom: 30px;
}

.ahc-ec5123c9-step-header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid #9212BF;
    color: #111111;
}

.ahc-ec5123c9-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media(max-width: 768px) {
    .ahc-ec5123c9-grid-2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.ahc-ec5123c9-field-group {
    margin-bottom: 20px;
}

.ahc-ec5123c9-field-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #444;
}

.ahc-ec5123c9-field-group input[type="text"],
.ahc-ec5123c9-field-group input[type="email"],
.ahc-ec5123c9-field-group input[type="tel"],
.ahc-ec5123c9-field-group input[type="date"],
.ahc-ec5123c9-field-group select,
.ahc-ec5123c9-field-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-size: 15px;
    color: #333333;
    background: #fafafa;
    transition: all 0.3s ease;
}

.ahc-ec5123c9-field-group input:focus,
.ahc-ec5123c9-field-group select:focus,
.ahc-ec5123c9-field-group textarea:focus {
    border-color: #9212BF;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(146, 18, 191, 0.15);
    outline: none;
}

.ahc-ec5123c9-radio-group {
    display: flex;
    gap: 25px;
    margin-top: 5px;
}

.ahc-ec5123c9-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    cursor: pointer;
}

.ahc-ec5123c9-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media(max-width: 500px) {
    .ahc-ec5123c9-checkbox-grid {
        grid-template-columns: 1fr;
    }
}

.ahc-ec5123c9-check-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    cursor: pointer;
}

.ahc-ec5123c9-checkbox {
    width: 18px;
    height: 18px;
    accent-color: #9212BF;
    border-radius: 4px;
    margin-top: 2px;
}

.time-slots-container_ec5123c9 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.time-slot-btn_ec5123c9 {
    background: #f0f0f0;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 500;
    color: #444;
    transition: all 0.2s ease;
}

.time-slot-btn_ec5123c9:hover {
    background: #e8e8e8;
}

.time-slot-btn_ec5123c9.active {
    background: #9212BF;
    border-color: #9212BF;
    color: #fff;
}

.consent-container {
    margin-top: 25px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
}

.consent-text {
    font-size: 13.5px;
    color: #666;
    line-height: 1.5;
}

.required {
    color: #e02b2b;
    margin-left: 2px;
}

.ahc-ec5123c9-actions {
    text-align: center;
    margin-top: 30px;
}

.ahc-ec5123c9-submit-btn {
    background: #9212BF;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(146, 18, 191, 0.3);
    transition: all 0.3s ease;
}

.ahc-ec5123c9-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(146, 18, 191, 0.4);
}

.ahc-ec5123c9-feedback {
    margin-top: 25px;
    padding: 20px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
}

.ahc-ec5123c9-feedback.success {
    background: #e8f5e9;
    color: #2e7d32;
    border-left: 4px solid #2e7d32;
}

.ahc-ec5123c9-feedback.error {
    background: #ffebee;
    color: #c62828;
    border-left: 4px solid #c62828;
}

.scheduler-note {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
    font-style: italic;
}
