.ab-032-wrapper {
    font-family: inherit;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
}
.ab-032-header { text-align: left; margin-bottom: 40px; }
.ab-032-label { font-size: 12px; font-weight: bold; letter-spacing: 1px; color: #0d8f8a; text-transform: uppercase; }
.ab-032-title { font-size: 48px; line-height: 1.1; margin: 10px 0; font-weight: 800; }
.ab-032-layout { display: flex; gap: 40px; }
.ab-032-sidebar { width: 200px; flex-shrink: 0; }
.ab-032-steps-nav { list-style: none; padding: 0; margin: 0; }
.ab-032-steps-nav li { margin-bottom: 20px; font-size: 12px; font-weight: bold; color: #999; display: flex; align-items: center; gap: 10px; cursor: pointer;}
.ab-032-steps-nav li.active { color: #333; }
.ab-032-step-number { display: inline-flex; width: 24px; height: 24px; border-radius: 50%; background: #eee; color: #666; align-items: center; justify-content: center; font-size: 12px; }
.ab-032-steps-nav li.active .ab-032-step-number { background: #0d8f8a; color: #fff; }
.ab-032-main-content { flex-grow: 1; }
.ab-032-step-content { margin-bottom: 50px; background: #fff; border-radius: 12px; }
.ab-032-step-content h3 { font-size: 20px; margin-bottom: 20px; font-weight: 600; }
.ab-032-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.ab-032-selection-card { border: 2px solid #eee; border-radius: 12px; padding: 20px; cursor: pointer; transition: 0.2s; }
.ab-032-selection-card.active { border-color: #0d8f8a; background: #f9fdfc; }
.ab-032-selection-card h4 { margin: 10px 0; font-size: 16px; }
.ab-032-selection-card p { font-size: 13px; color: #666; margin: 0; }
.ab-032-icon { font-size: 24px; color: #0d8f8a; }
.ab-032-datetime-wrapper { display: flex; gap: 40px; background: #fafafa; padding: 30px; border-radius: 16px; }
.ab-032-calendar, .ab-032-time-slots { flex: 1; }
.ab-032-calendar h4, .ab-032-time-slots h4 { margin-top: 0; margin-bottom: 20px; font-size: 16px; font-weight: 600; text-align: center; }
.ab-032-calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; text-align: center; font-size: 14px; }
.day-label { font-size: 11px; font-weight: bold; color: #999; }
.ab-032-calendar-grid span:not(.day-label) { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin: auto; border-radius: 50%; cursor: pointer; }
.active-day { background: #0d8f8a; color: #fff; font-weight: bold; }
.ab-032-slots-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ab-032-time-slot { background: #eee; padding: 10px; text-align: center; border-radius: 8px; font-size: 13px; cursor: pointer; border: 2px solid transparent; }
.ab-032-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.ab-032-form-group label { display: block; font-size: 11px; font-weight: bold; color: #666; margin-bottom: 8px; letter-spacing: 0.5px; }
.ab-032-input { width: 100%; padding: 12px 16px; border: none; background: #fafafa; border-radius: 8px; font-size: 14px; box-sizing: border-box; }
.ab-032-footer-action { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #eee; padding-top: 20px; }
.ab-032-doctor-info { font-size: 14px; }
.ab-032-btn-submit { background: #0d8f8a; color: #fff; border: none; padding: 15px 30px; border-radius: 30px; font-size: 16px; font-weight: bold; cursor: pointer; transition: 0.2s; box-shadow: 0 10px 20px rgba(13,143,138,0.3); }
.ab-032-btn-submit:hover { transform: translateY(-2px); }
.ab-032-btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.ab-032-message.success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.ab-032-message.error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
@media (max-width: 768px) {
    .ab-032-layout { flex-direction: column; }
    .ab-032-sidebar { width: 100%; }
    .ab-032-steps-nav { display: flex; justify-content: space-between; }
    .ab-032-steps-nav li span { display: none; }
    .ab-032-datetime-wrapper { flex-direction: column; }
    .ab-032-form-grid { grid-template-columns: 1fr; }
}