/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/
 Description:  Child theme for Astra — Instructor Dashboard starter
 Author:       Generated by ChatGPT
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/
.instructor-dashboard-hero{ background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85)); padding: 60px 20px; text-align: center; }
.instructor-dashboard-hero h1{ font-size: 38px; margin-bottom: 14px; }
.instructor-dashboard-features{ display:flex; flex-wrap:wrap; gap:18px; justify-content:center; margin:40px 0; }
.instructor-feature{ width:280px; background:#fff; border-radius:10px; padding:20px; box-shadow:0 6px 18px rgba(0,0,0,0.06); text-align:center; }
.instructor-feature h3{ margin:8px 0 6px; font-size:18px; }
.instructor-dashboard-form-wrap{ max-width:900px; margin:30px auto; padding:20px; background:rgba(255,255,255,0.95); border-radius:6px; box-shadow:0 6px 24px rgba(0,0,0,0.04); }
@media (max-width:900px){ .instructor-dashboard-features{ flex-direction:column; align-items:center; } .instructor-feature{ width:92%; } }
