.course-reschedule-module{margin-top:18px;padding:16px;border:1px solid #d5e3e0;border-radius:12px;background:#f7faf9}
.course-reschedule-module h3{margin:0 0 8px;font-size:16px}
.course-reschedule-module p{font-size:13px;line-height:1.6}
.course-reschedule-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.course-reschedule-module .field{min-width:0;margin-bottom:12px}
.course-reschedule-module .field input,.course-reschedule-module .field select,.course-reschedule-module .field textarea{box-sizing:border-box;width:100%;min-width:0;min-height:40px}
.course-reschedule-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.course-reschedule-module details{margin-top:12px;font-size:13px}
.course-reschedule-module .feedback-note button{margin-left:8px}
@media(max-width:480px){.course-reschedule-fields{grid-template-columns:1fr}}
