.withdrawal-hero{background:#fff4f3;border:1px solid #ffc9c5;border-radius:22px;padding:25px 30px;margin-bottom:18px}
.withdrawal-hero .back-link{display:block;margin-bottom:17px}
.withdrawal-hero h1{color:#8f2525;font-size:1.6rem;font-weight:900;margin:5px 0}
.withdrawal-hero p{color:#745d62;margin:0;max-width:760px}
.withdrawal-layout{display:grid;grid-template-columns:300px minmax(0,680px);gap:18px;align-items:start}
.withdrawal-student,.withdrawal-form-card{background:#fff;border:1px solid #e6eaf0;border-radius:20px;padding:22px;box-shadow:0 8px 24px rgba(35,52,82,.06)}
.withdrawal-student{display:flex;align-items:center;gap:13px}
.withdrawal-student>span{width:52px;height:52px;border-radius:16px;background:#e4f1ff;color:#244d89;display:grid;place-items:center;font-weight:900}
.withdrawal-student small{color:#8b96a8;font-size:.62rem}
.withdrawal-student h2{color:#263b58;font-size:.95rem;font-weight:850;margin:3px 0}
.withdrawal-student p{color:#728097;font-size:.7rem;margin:0}
.withdrawal-form-card .form-label{font-size:.72rem;font-weight:800;color:#3f5068}
.withdrawal-form-card .form-control{border-radius:11px;border:1px solid #dce2ea;padding:.7rem}
.withdrawal-warning{display:grid;gap:3px;background:#fff7e8;border:1px solid #ffd38a;border-radius:13px;padding:13px;margin:16px 0;color:#76511b;font-size:.7rem}
.withdrawal-actions{display:flex;justify-content:flex-end;gap:9px}
.withdrawal-detail{background:#fff4f3!important}
.withdrawal-detail b{color:#8f2525!important}
@media(max-width:800px){.withdrawal-layout{grid-template-columns:1fr}}
