/* EDUHUNT STUDENT PORTAL — HOSTINGER SHELL V1.0 */
:root{color-scheme:light}
html,body{margin:0;min-height:100%;width:100%;background:#fff}
body{font-family:Arial,"Helvetica Neue",sans-serif}
body>header,body>footer{display:none}
.ehs-root{isolation:isolate}
button,input,select,textarea{font:inherit}
button{touch-action:manipulation}
[hidden]{display:none!important}

/* ===== STYLE_1 ===== */
.ehs-root{max-width:1100px;margin:0 auto;font-family:Arial,sans-serif;color:#071f3d;background:#fff;padding:0 10px}
.ehs-root *{box-sizing:border-box}
.ehs-login-head,.ehs-school-head{text-align:center;padding:16px 10px 12px;border-bottom:3px solid #0b4d86;margin-bottom:16px}
.ehs-login-head h1,.ehs-school-head h1{margin:0;font-size:30px;color:#0b4d86;font-weight:900;text-transform:uppercase;line-height:1.15}
.ehs-login-head .subtitle,.ehs-school-head .subtitle{margin-top:5px;font-size:16px;font-weight:800;color:#111}
.ehs-school-head .town{margin-top:4px;font-size:14px;font-weight:700;color:#444}
.ehs-powered{margin-top:5px;font-size:11px;color:#555;font-weight:600}
.ehs-card{background:#fff;border:1px solid #d2dbe7;border-radius:10px;padding:16px;margin:14px 0;box-shadow:0 4px 12px rgba(0,0,0,.05)}
.ehs-login-card{max-width:900px;margin:24px auto}
.ehs-login-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ehs-field label{display:block;margin-bottom:6px;color:#0b4d86;font-size:14px;font-weight:900}
.ehs-field input{width:100%;padding:13px 14px;border:1px solid #b8c8dc;border-radius:8px;font-size:16px;font-weight:700;background:#fff}
.ehs-check{display:inline-flex!important;align-items:center!important;gap:9px!important;font-weight:900!important;color:#111!important;margin-top:12px!important;cursor:pointer!important;line-height:1.2!important;user-select:none!important}
.ehs-tickbox{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;border:2px solid #0b4d86!important;border-radius:5px!important;background:#fff!important;color:transparent!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;font-weight:900!important;box-shadow:0 1px 4px rgba(0,0,0,.15)!important}
.ehs-tickbox.checked{background:#0b4d86!important;color:#fff!important}
.ehs-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.ehs-btn{border:none;padding:12px 18px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:800;color:#fff;background:#0b4d86}
.ehs-btn.green{background:#139b34}.ehs-btn.red{background:#d71920}.ehs-btn.dark{background:#1f2937}
.ehs-message{margin-top:12px;color:#d71920;font-size:14px;font-weight:800;text-align:center}
.ehs-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.ehs-info-box{background:#eef5fd;border:1px solid #d4e2f2;border-radius:8px;padding:14px}
.ehs-info-box .label{font-size:12px;font-weight:800;color:#0b4d86;text-transform:uppercase}
.ehs-info-box .value{margin-top:6px;font-size:16px;font-weight:700;color:#111}
.ehs-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.ehs-summary-box{text-align:center;border:1px solid #d0d7e2;border-radius:8px;padding:12px;background:#fafcff}
.ehs-summary-box .label{font-size:12px;color:#555;font-weight:700}
.ehs-summary-box .value{margin-top:5px;font-size:24px;color:#0b4d86;font-weight:900}
.ehs-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 12px}
.ehs-tab{border:none;padding:10px 14px;border-radius:8px;background:#dbe9f7;color:#0b4d86;font-size:13px;font-weight:800;cursor:pointer}
.ehs-tab.active{background:#0b4d86;color:#fff}
.ehs-section-title{font-size:22px;color:#0b4d86;font-weight:900;margin:16px 0 14px;padding-bottom:8px;border-bottom:2px solid #0b4d86}
.ehs-sub-title{font-size:18px;color:#0b4d86;font-weight:900;margin:18px 0 10px;border-left:5px solid #d71920;padding-left:10px}
.ehs-table-wrap{overflow-x:auto;margin-top:8px}
.ehs-table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}
.ehs-table th,.ehs-table td{border:1px solid #000;padding:9px 8px;text-align:center;vertical-align:middle;color:#111;font-weight:500}
.ehs-table th,.ehs-table th *{background:#0b4d86!important;color:#fff!important;font-weight:800!important}
.ehs-wrong-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:12px 0}
.ehs-wrong-card{background:#fff7f7;border:1px solid #ffd1d1;border-radius:8px;padding:12px;min-height:70px;font-weight:500}
.ehs-wrong-card b{display:block;color:#d71920;margin-bottom:6px}
.ehs-ok{color:#0b8a36;font-weight:900}
.ehs-bad{color:#d71920;font-weight:900}
.ehs-empty{background:#fff8e5;border:1px solid #ffe0a3;padding:14px;border-radius:8px;font-weight:700;margin:14px 0}
.ehs-footer{text-align:center;padding:18px 0;font-size:12px;color:#555;font-weight:700}
.ehs-graph-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ehs-graph-card{border:1px solid #d2dbe7;border-radius:10px;padding:12px;background:#fff;min-height:250px}
.ehs-graph-card:last-child:nth-child(odd){grid-column:1 / -1}
.ehs-graph-card h3{text-align:center;color:#0b4d86;font-size:18px;font-weight:900;margin:0 0 8px}
.ehs-graph-card svg text{font-size:19px!important}
.ehs-mobile-filter{max-width:430px;margin:14px auto;display:flex;gap:8px;align-items:center;background:#eef5ff;border:1px solid #cfe0f5;padding:10px;border-radius:14px}
.ehs-mobile-filter label{font-size:13px;font-weight:900;color:#0b4d86;white-space:nowrap}
.ehs-mobile-filter select{flex:1;padding:10px;border-radius:10px;border:1px solid #9fb9d6;font-weight:800;color:#071f3d;background:#fff}
.ehs-phone-screen{max-width:430px;margin:18px auto;border-radius:28px;padding:22px 18px;background:radial-gradient(circle at 75% 18%,rgba(0,210,255,.35),transparent 24%),linear-gradient(160deg,#061226 0%,#071b3d 42%,#020712 100%);color:#fff;box-shadow:0 18px 45px rgba(0,0,0,.28);overflow:hidden}
.ehs-phone-orange{background:radial-gradient(circle at 75% 18%,rgba(255,143,0,.35),transparent 24%),linear-gradient(160deg,#150b03 0%,#102240 48%,#020712 100%)}
.ehs-phone-title{text-align:center;font-size:26px;font-weight:900;color:#00cfff;text-transform:uppercase;margin-top:5px;line-height:1.1}
.ehs-phone-orange .ehs-phone-title{color:#ff9418}
.ehs-phone-sub{text-align:center;font-size:17px;font-weight:900;color:#d7e9ff;margin-top:4px}
.ehs-phone-date{display:flex;align-items:center;justify-content:center;gap:10px;color:#e9f5ff;font-size:20px;font-weight:700;margin:18px 0}
.ehs-phone-line{height:2px;width:70px;background:linear-gradient(90deg,transparent,#d7e9ff)}
.ehs-phone-line.right{background:linear-gradient(90deg,#d7e9ff,transparent)}
.ehs-score-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;align-items:center;background:rgba(55,105,170,.42);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px;box-shadow:inset 0 0 30px rgba(255,255,255,.06)}
.ehs-score-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 12px}
.ehs-score-label{font-size:12px;color:#dbe9ff;font-weight:800;text-transform:uppercase}
.ehs-score-value{font-size:30px;color:#fff;font-weight:900;margin-top:3px}
.ehs-ring{width:134px;height:134px;border-radius:50%;display:grid;place-items:center;margin:auto;position:relative}
.ehs-ring::before{content:"";position:absolute;inset:16px;border-radius:50%;background:#102545}
.ehs-ring-inner{position:relative;text-align:center;z-index:2}
.ehs-ring-inner .up{font-size:13px;font-weight:900}
.ehs-ring-inner .percent{font-size:35px;font-weight:900}
.ehs-subject-heading{margin:26px 0 6px;font-size:24px;font-weight:900}
.ehs-subject-small{font-size:15px;color:#dbe9ff;font-weight:800;margin-bottom:14px}
.ehs-phone-subject-list{display:grid;gap:12px}
.ehs-phone-subject{display:grid;grid-template-columns:88px 1fr auto;align-items:center;gap:12px;padding:14px;border-radius:14px;background:linear-gradient(135deg,rgba(30,126,235,.88),rgba(15,76,158,.88));box-shadow:0 10px 24px rgba(0,0,0,.22)}
.ehs-rank-box{border-right:2px dashed rgba(255,255,255,.55);padding-right:10px}
.ehs-rank-box span{display:block;font-size:16px;color:#dbe9ff}
.ehs-rank-box b{display:block;font-size:25px;color:#00d7ff}
.ehs-phone-orange .ehs-rank-box b,.ehs-phone-orange .ehs-subject-score{color:#ff9418}
.ehs-subject-name{font-size:22px;font-weight:900}
.ehs-subject-score{font-size:21px;font-weight:900;color:#00d7ff}
.ehs-mobile-analysis-btn{margin-top:18px;width:100%;border:none;border-radius:12px;padding:15px;font-size:18px;font-weight:900;color:#fff;background:linear-gradient(90deg,#087bff,#00cfff);box-shadow:0 10px 24px rgba(0,152,255,.3)}
.ehs-phone-orange .ehs-mobile-analysis-btn{background:linear-gradient(90deg,#ff6b00,#ffad21)}
.ehs-history-screen{max-width:430px;margin:18px auto;border-radius:28px;padding:20px 16px;background:linear-gradient(160deg,#0c1935,#071225 55%,#03050b);color:#fff;box-shadow:0 18px 45px rgba(0,0,0,.28)}
.ehs-history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.ehs-history-back{font-size:30px;font-weight:900;color:#fff}
.ehs-history-title{font-size:28px;font-weight:900;color:#e9f3ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}
.ehs-year-pill{border:2px solid rgba(255,255,255,.55);padding:8px 13px;border-radius:10px;font-size:15px;font-weight:900;color:#fff}
.ehs-overall-card{border-radius:20px;padding:18px;background:linear-gradient(135deg,rgba(51,103,174,.55),rgba(16,40,80,.85));box-shadow:inset 0 0 30px rgba(255,255,255,.05);margin-bottom:22px}
.ehs-overall-small{font-size:15px;color:#c7d9f5;font-weight:800}
.ehs-overall-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:4px}
.ehs-overall-title{font-size:29px;font-weight:900}
.ehs-overall-percent{font-size:31px;font-weight:900;color:#19ffd5}
.ehs-progress-bar{height:13px;background:rgba(255,255,255,.18);border-radius:20px;margin-top:18px;overflow:hidden}
.ehs-progress-fill{height:100%;background:linear-gradient(90deg,#15ffd4,#00d0ff);border-radius:20px}
.ehs-class-avg{text-align:right;color:#ff9a35;font-weight:900;font-size:15px;margin-top:8px}
.ehs-history-filter{display:flex;align-items:center;gap:9px;margin:16px 0 20px;flex-wrap:wrap}
.ehs-history-filter-label{font-size:18px;font-weight:900;color:#d7e8ff}
.ehs-filter-btn{border:2px solid rgba(69,161,255,.75);background:rgba(255,255,255,.05);color:#eaf4ff;padding:10px 14px;border-radius:12px;font-size:14px;font-weight:900;cursor:pointer}
.ehs-filter-btn.active{background:rgba(62,130,215,.72);border-color:rgba(255,255,255,.15)}
.ehs-exam-list{display:grid;gap:14px}
.ehs-exam-card{position:relative;border:none;width:100%;text-align:left;border-radius:18px;padding:17px 48px 16px 17px;color:#fff;background:linear-gradient(135deg,rgba(24,125,238,.92),rgba(20,61,127,.9));box-shadow:0 12px 25px rgba(0,0,0,.22);cursor:pointer;overflow:hidden}
.ehs-exam-card.orange{background:linear-gradient(135deg,rgba(255,138,21,.92),rgba(68,55,116,.86))}
.ehs-exam-card-title{font-size:26px;font-weight:900;color:#00d7ff;text-transform:uppercase}
.ehs-exam-card.orange .ehs-exam-card-title,.ehs-exam-card.orange .ehs-exam-percent{color:#ff9a26}
.ehs-exam-percent{position:absolute;right:58px;top:18px;font-size:25px;font-weight:900;color:#00d7ff}
.ehs-exam-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:14px}
.ehs-exam-label{font-size:11px;color:#dceaff;font-weight:800;text-transform:uppercase}
.ehs-exam-value{font-size:15px;color:#fff;font-weight:900;margin-top:4px}
.ehs-exam-arrow{position:absolute;right:0;bottom:0;width:42px;height:52px;border-radius:18px 0 18px 0;background:linear-gradient(135deg,#00cfff,#0586ff);display:grid;place-items:center;font-size:25px;font-weight:900}
.ehs-exam-card.orange .ehs-exam-arrow{background:linear-gradient(135deg,#ffaf1d,#ff6900)}
.ehs-load-more{text-align:center;margin:22px 0 6px;font-size:18px;color:#dbe9ff;font-weight:900}
@media screen and (max-width:900px){
.ehs-root{padding:0 8px}
.ehs-login-grid,.ehs-info-grid,.ehs-summary-grid,.ehs-wrong-grid{grid-template-columns:1fr}
.ehs-login-head h1,.ehs-school-head h1{font-size:24px}
.ehs-tabs{flex-direction:column}
.ehs-tab{width:100%;text-align:left}
.ehs-actions{flex-direction:column}
.ehs-btn{width:100%;text-align:center}
.ehs-table{font-size:12px}
.ehs-table th,.ehs-table td{padding:7px 6px}
}
@media screen and (max-width:520px){
.ehs-graph-grid{grid-template-columns:1fr}
.ehs-score-panel{grid-template-columns:1fr}
.ehs-phone-subject{grid-template-columns:75px 1fr auto;padding:12px}
.ehs-subject-name{font-size:18px}
.ehs-subject-score{font-size:18px}
}

.ehs-upcoming-list{display:grid;gap:10px}.ehs-upcoming-card{border:1px solid #9faebe;border-radius:10px;padding:13px;background:#fff}.ehs-upcoming-card h3{margin:0 0 7px;color:#0b4d86}.ehs-upcoming-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;font-size:13px}.ehs-upcoming-note{margin-top:8px;line-height:1.5}@media(max-width:650px){.ehs-upcoming-grid{grid-template-columns:1fr}}

/* EDUHUNT CLEAN BLOGGER PAGE + TRUE SCREEN CENTERING */
html,body{overflow-x:hidden!important}
#sidebar-wrapper,.sidebar-wrapper,.sidebar-container,.sidebar,
aside,.widget-area,#comments,.comments,.comment-form,
.post-footer,.post-header,.post-title,.blog-pager,
#footer-wrapper,.footer-wrapper,.footer-outer,
.feed-links,.post-share-buttons,.entry-footer{
  display:none!important;
}
#main-wrapper,.main-wrapper,.content-wrapper,.content-outer,
.main-inner,.post-outer,.post-body,.entry-content,main{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  float:none!important;
}

.ehs-root{
  width:min(1100px,calc(100vw - 24px))!important;
  max-width:1100px!important;
  
  
  
  padding-left:10px!important;
  padding-right:10px!important;
}
.ehs-tabs{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:9px!important;
}
.ehs-tab{
  width:100%!important;
  text-align:center!important;
  min-height:48px;
}
.ehs-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.ehs-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.ehs-upcoming-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
@media(max-width:900px){
  .ehs-root{width:calc(100vw - 12px)!important;padding-left:6px!important;padding-right:6px!important}
  .ehs-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ehs-info-grid,.ehs-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ehs-upcoming-list{grid-template-columns:1fr!important}
  .ehs-tab{text-align:center!important}
}
@media(max-width:420px){
  .ehs-info-grid,.ehs-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ehs-card{padding:10px!important}
  .ehs-info-box,.ehs-summary-box{padding:10px 6px!important}
  .ehs-summary-box .value{font-size:21px!important}
}


/* EDUHUNT V3: visible dropdown arrows and readable dark headers */
select{
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  background-image:
    linear-gradient(45deg,transparent 50%,#0b4d86 50%),
    linear-gradient(135deg,#0b4d86 50%,transparent 50%)!important;
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%!important;
  background-size:6px 6px,6px 6px!important;
  background-repeat:no-repeat!important;
  padding-right:38px!important;
}
select::-ms-expand{display:none!important}
th,[class*="-head"],[class*="-title"].dark,[class*="-tab"].active{
  text-shadow:none!important;
}
table th,.dark-header,.portal-dark-header,
.etp-plan-head,.ehp-table th,.eou-table th,.sa-table th{
  color:#fff!important;
}

.ehs-subject-graph-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.ehs-resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ehs-video-wrap{position:relative;padding-top:56.25%;background:#000;border-radius:10px;overflow:hidden}.ehs-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media(max-width:750px){.ehs-subject-graph-row,.ehs-resource-grid{grid-template-columns:1fr}}


/* FINAL EDUHUNT CORPORATE WIDTH / DROPDOWN / HEADER RULES */
html,body{overflow-x:hidden!important}
#sidebar-wrapper,.sidebar-wrapper,.sidebar-container,.sidebar,aside,.widget-area,
#comments,.comments,.comment-form,.post-footer,.post-header,.post-title,.blog-pager,
#footer-wrapper,.footer-wrapper,.footer-outer,.feed-links,.post-share-buttons,.entry-footer{
  display:none!important;
}
#main-wrapper,.main-wrapper,.content-wrapper,.content-outer,.main-inner,
.post-outer,.post-body,.entry-content,main{
  width:100%!important;max-width:none!important;margin:0!important;
  padding-left:0!important;padding-right:0!important;float:none!important;
}
select{
  appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;
  background-image:linear-gradient(45deg,transparent 50%,#0b4d86 50%),
                   linear-gradient(135deg,#0b4d86 50%,transparent 50%)!important;
  background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%!important;
  background-size:6px 6px,6px 6px!important;background-repeat:no-repeat!important;
  padding-right:38px!important;
}
select::-ms-expand{display:none!important}
table th,[class*="-head"],[class*="-modal-title"],[class*="-tab"].active{
  color:#fff!important;
}

.ehs-root{width:min(1100px,calc(100% - 20px))!important;max-width:1100px!important;margin:0 auto!important;transform:none!important;float:none!important}
.ehs-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
.ehs-tab{width:100%!important;min-height:46px;text-align:center!important}
.ehs-subject-graph-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:12px 0}
.ehs-assignment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ehs-assignment-card{border:1px solid #bdcad9;border-radius:12px;padding:13px;background:#fff}
.ehs-assignment-card h3{margin:0 0 7px;color:#0b4d86}
@media(max-width:760px){.ehs-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ehs-subject-graph-row,.ehs-assignment-grid{grid-template-columns:1fr}}


/* =========================================================
   EDUHUNT STUDENT PORTAL — FINAL REDESIGN
========================================================= */
html{overflow-y:scroll!important;scrollbar-gutter:stable!important}
.ehs-main-menu{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:16px 0;
}
.ehs-main-btn{
  border:1px solid #b7c9dc;
  border-radius:10px;
  background:#dce9f7;
  color:#074d85;
  min-height:54px;
  padding:12px 10px;
  font-weight:900;
  cursor:pointer;
  width:100%;
}
.ehs-main-btn.active{background:#0b568f;color:#fff}
.ehs-results-menu{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin:10px 0 16px;
}
.ehs-results-btn{
  border:1px solid #b7c9dc;
  border-radius:9px;
  background:#eef5fc;
  color:#0b4d86;
  min-height:46px;
  padding:10px 7px;
  font-weight:900;
  cursor:pointer;
}
.ehs-results-btn.active{background:#0b568f;color:#fff}
.ehs-module-card{
  border:1px solid #c3d2e2;
  border-radius:12px;
  background:#fff;
  padding:15px;
  margin-top:12px;
}
.ehs-pattern-tabs{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin:10px 0;
}
.ehs-pattern-btn{
  border:1px solid #b8cadd;
  background:#eaf2fb;
  color:#0b4d86;
  border-radius:8px;
  padding:10px;
  font-weight:900;
  cursor:pointer;
}
.ehs-pattern-btn.active{background:#0b568f;color:#fff}
.ehs-pattern-table{width:100%;border-collapse:collapse;margin-top:12px}
.ehs-pattern-table th,.ehs-pattern-table td{border:1px solid #687b91;padding:9px}
.ehs-pattern-table th{background:#0b568f;color:#fff}
.ehs-video-box{max-width:850px;margin:12px auto}
.ehs-video-frame{position:relative;padding-top:56.25%;background:#000;border-radius:10px;overflow:hidden}
.ehs-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.ehs-alert{
  background:#eef6ff;
  border:1px solid #aac9e8;
  border-left:5px solid #0b568f;
  border-radius:8px;
  padding:11px 13px;
  margin:10px 0;
  font-weight:700;
  line-height:1.5;
}
.ehs-assignment-filters{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:10px 0;
}
.ehs-assignment-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.ehs-assignment-card{
  border:1px solid #bdcad9;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.ehs-assignment-head{
  background:#0b568f;
  color:#fff;
  padding:11px 13px;
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
}
.ehs-assignment-body{padding:13px}
.ehs-status{
  display:inline-block;
  padding:5px 9px;
  border-radius:16px;
  font-size:12px;
  font-weight:900;
}
.ehs-status.uploaded{background:#e1f7e8;color:#08752a}
.ehs-status.pending{background:#ffe6e6;color:#a00000}
.ehs-subject-graph-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:12px 0;
}
.ehs-rank-note{
  font-size:12px;
  font-weight:700;
  color:#526477;
  text-align:center;
  margin-top:-4px;
  margin-bottom:6px;
}
.ehs-bottom-actions{
  justify-content:center!important;
  flex-direction:row!important;
}
@media(max-width:820px){
  .ehs-main-menu,.ehs-results-menu{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ehs-pattern-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ehs-subject-graph-row,.ehs-assignment-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .ehs-main-menu,.ehs-results-menu,.ehs-assignment-filters{grid-template-columns:1fr}
  .ehs-bottom-actions{flex-direction:column!important}
}


/* =========================================================
   STUDENT ASSIGNMENTS — PRINCIPAL PORTAL PATTERN
========================================================= */
.ehs-assignment-filter-grid{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:12px;
  align-items:end;
  margin-top:14px;
}
.ehs-assignment-list{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.ehs-assignment-group{
  border:1px solid #c9d7e8;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.ehs-assignment-group-head{
  background:#0b4d86;
  color:#fff;
  padding:12px 14px;
  font-size:16px;
  font-weight:900;
  display:flex;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}
.ehs-assignment-subject-row{
  display:grid;
  grid-template-columns:minmax(140px,1fr) minmax(360px,2fr);
  gap:10px;
  align-items:center;
  padding:12px 14px;
  border-top:1px solid #d9e4f2;
}
.ehs-assignment-subject{
  font-size:15px;
  font-weight:900;
  color:#111;
}
.ehs-assignment-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}
.ehs-mini-btn{
  border:none;
  border-radius:7px;
  padding:8px 10px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  background:#0b4d86;
  color:#fff;
}
.ehs-mini-btn.green{background:#139b34}
.ehs-mini-btn.dark{background:#1f2937}
.ehs-mini-btn.whatsapp{background:#25D366;color:#fff}
.ehs-mini-btn:disabled{opacity:.65;cursor:not-allowed}
.ehs-assignment-coming-soon{
  justify-self:end;
  display:inline-block;
  border:1px solid #f0c56a;
  background:#fff7df;
  color:#8a5a00;
  border-radius:20px;
  padding:7px 14px;
  font-size:12px;
  font-weight:900;
}
.ehs-assignment-message{
  margin-top:14px;
  border:1px solid #d4e2f2;
  border-radius:10px;
  background:#fffdf3;
  padding:14px;
  color:#111;
  font-size:15px;
  font-weight:700;
  line-height:1.55;
  display:none;
}
.ehs-select-wrap{position:relative}
.ehs-select-wrap select{
  width:100%;
  padding:13px 42px 13px 14px;
  border:1px solid #b8c8dc;
  border-radius:8px;
  font-size:16px;
  font-weight:700;
  background:#fff;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  cursor:pointer;
}
.ehs-select-wrap:after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-35%);
  width:0;
  height:0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:10px solid #0b4d86;
  pointer-events:none;
}
.ehs-action-toast{
  display:none;
  position:fixed;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  width:calc(100% - 24px);
  max-width:520px;
  padding:13px 16px;
  border-radius:9px;
  color:#fff;
  font-size:14px;
  font-weight:800;
  text-align:center;
  z-index:999999;
  box-shadow:0 6px 20px rgba(0,0,0,.28);
}
.ehs-action-toast.show{display:block}
.ehs-action-toast.loading{background:#0b4d86}
.ehs-action-toast.success{background:#138a35}
.ehs-action-toast.error{background:#c62828}
@media(max-width:900px){
  .ehs-assignment-filter-grid,
  .ehs-assignment-subject-row{grid-template-columns:1fr}
  .ehs-assignment-actions{justify-content:flex-start}
  .ehs-assignment-actions .ehs-mini-btn{flex:1 1 46%;min-height:42px}
  .ehs-assignment-coming-soon{justify-self:start}
}

/* ===== STYLE_2 ===== */
/* FINAL EDUHUNT PORTAL WIDTH AND CENTERING CORRECTION */
html,body{overflow-x:hidden!important}
.ehs-root{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  width:min(1100px,calc(100% - 24px))!important;
  max-width:1100px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  transform:none!important;
  float:none!important;
  box-sizing:border-box!important;
}
@media(max-width:650px){
  .ehs-root{
    width:calc(100% - 12px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    transform:none!important;
    padding-left:6px!important;
    padding-right:6px!important;
  }
}

/* ===== STYLE_3 ===== */
/* FINAL LOCK — STUDENT PORTAL */
html{overflow-y:scroll!important;scrollbar-gutter:stable!important}
.ehs-root{width:min(1100px,calc(100% - 20px))!important;max-width:1100px!important;margin:0 auto!important;transform:none!important;float:none!important}
.ehs-tabs{width:100%!important}
.ehs-tab{box-sizing:border-box!important}
.ehs-table th,.ehs-modal-title{color:#fff!important}

/* ===== STYLE_4 ===== */
/* =========================================================
   EDUHUNT STUDENT IDENTITY — SCREEN AND PRINT
========================================================= */
.ehs-student-profile-card{
  border:2px solid #b8cee3!important;
  background:linear-gradient(135deg,#f7fbff,#eef6ff)!important;
}
.ehs-hello-line{
  text-align:center;
  color:#0b4d86;
  font-size:clamp(22px,3vw,30px);
  font-weight:900;
  line-height:1.25;
  margin:0 0 14px;
}
.ehs-hello-line span{color:#d71920}
.ehs-print-student-title{
  display:none;
  text-align:center;
  color:#0b4d86;
  font-size:18px;
  font-weight:900;
  margin:0 0 10px;
  text-transform:uppercase;
}
.ehs-student-profile-card .ehs-info-box{
  background:#fff!important;
  border-color:#c2d5e8!important;
}
@media(max-width:520px){
  .ehs-hello-line{font-size:22px}
}
@media print{
  .ehs-hello-line{display:none!important}
  .ehs-print-student-title{display:block!important}
}

/* ===== STYLE_5 ===== */
/* =========================================================
   EDUHUNT STUDENT PORTAL V24 — MOBILE/TABLET STABLE APP UI
   Desktop 1025px+ remains the existing website design.
========================================================= */
.ehs-mobile-app,.ehs-mobile-bottom-nav{display:none}
@media(max-width:1024px){
  html,body{background:#020a16!important;overscroll-behavior-y:none!important;scroll-behavior:auto!important}
  body{margin:0!important;padding:0 0 88px!important}
  .ehs-root{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#020a16!important;overflow:visible!important;overflow-anchor:none!important}
  .ehs-root *{font-family:Arial,"Helvetica Neue",sans-serif}
  #ehsResultBlock{background:radial-gradient(circle at 95% 3%,rgba(0,220,210,.18),transparent 27%),linear-gradient(180deg,#031326 0%,#020914 100%)!important;min-height:100vh;padding-bottom:86px}
  #ehsResultArea{min-height:calc(100vh - 86px);overflow-anchor:none!important}
  #ehsResultBlock>.ehs-card,#ehsResultBlock>.ehs-footer{display:none!important}
  .ehs-mobile-app{display:block;color:#f5f9ff;min-height:100vh;padding:18px 18px 32px}
  .ehs-m-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
  .ehs-m-brand{display:flex;align-items:center;gap:11px;min-width:0}
  .ehs-m-logo{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#0a91ff,#13e2d1);font-size:23px;box-shadow:0 8px 24px rgba(0,199,255,.24)}
  .ehs-m-brand strong{display:block;font-size:17px;line-height:1.2;color:#fff}.ehs-m-brand small{display:block;color:#93a8c2;font-size:12px;margin-top:3px}
  .ehs-m-top-actions{display:flex;gap:8px}.ehs-m-icon-btn{width:43px;height:43px;border:1px solid #274762;border-radius:14px;background:#09223a;color:#e9f7ff;font-size:19px;display:grid;place-items:center;cursor:pointer}
  .ehs-m-greeting{font-size:27px;font-weight:900;margin:2px 0 5px;color:#fff}.ehs-m-welcome{color:#9fb3ca;font-size:15px;margin-bottom:18px}
  .ehs-m-card{border:1px solid #2b4d68;border-radius:20px;background:linear-gradient(145deg,rgba(13,43,70,.95),rgba(4,23,43,.95));box-shadow:0 14px 35px rgba(0,0,0,.25);padding:17px;margin:14px 0}
  .ehs-m-id{display:grid;grid-template-columns:86px 1fr;gap:16px;align-items:center}
  .ehs-m-avatar{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;font-size:38px;border:2px solid #20e1d3;background:radial-gradient(circle,#153b60,#071c33);box-shadow:0 0 25px rgba(20,231,212,.18)}
  .ehs-m-id-grid{display:grid;grid-template-columns:max-content 1fr;gap:10px 14px;font-size:13px}.ehs-m-id-grid span{color:#a9bad0}.ehs-m-id-grid b{color:#51eee1;overflow-wrap:anywhere}
  .ehs-m-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ehs-m-metric{border:1px solid #284b67;border-radius:16px;background:rgba(8,31,53,.82);padding:14px;text-align:center;min-height:94px;display:flex;flex-direction:column;justify-content:center}.ehs-m-metric span{font-size:12px;color:#a8bbd0;font-weight:800}.ehs-m-metric b{font-size:25px;color:#fff;margin-top:7px}.ehs-m-metric.primary{grid-column:1/-1;background:linear-gradient(100deg,#087cff,#08cbd0);border:0;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.ehs-m-metric.primary div{border-right:1px solid rgba(255,255,255,.28)}.ehs-m-metric.primary div:last-child{border-right:0}.ehs-m-metric.primary span,.ehs-m-metric.primary b{color:#fff}
  .ehs-m-section-head{display:flex;align-items:center;justify-content:space-between;margin:23px 2px 12px}.ehs-m-section-head h2{font-size:20px;margin:0;color:#fff}.ehs-m-section-head small{color:#7fcfff}
  .ehs-m-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ehs-m-quick{min-height:116px;border:1px solid #2a4d68;border-radius:18px;background:linear-gradient(145deg,#0c2a47,#071b31);color:#fff;padding:14px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;font-size:15px;font-weight:900;line-height:1.25;cursor:pointer;box-shadow:0 9px 20px rgba(0,0,0,.18)}
  .ehs-m-quick:active{transform:scale(.98)}.ehs-m-qicon{width:49px;height:49px;border-radius:15px;display:grid;place-items:center;font-size:25px;background:linear-gradient(135deg,rgba(20,213,235,.25),rgba(65,106,255,.2));border:1px solid rgba(64,225,232,.35)}
  .ehs-m-page-head{display:flex;align-items:center;gap:13px;margin:3px 0 20px}.ehs-m-back{width:48px;height:48px;border:1px solid #2b506c;border-radius:16px;background:#09233c;color:#fff;font-size:25px;cursor:pointer}.ehs-m-page-head h1{font-size:26px;margin:0;color:#fff}.ehs-m-page-sub{color:#9db1c8;margin:-10px 0 18px;font-size:14px}
  .ehs-m-content{color:#eaf3ff}.ehs-m-content .ehs-module-card{background:transparent!important;border:0!important;padding:0!important;margin:0!important}.ehs-m-content .ehs-section-title{color:#fff!important;border-color:#37e2d2!important;font-size:24px!important}.ehs-m-content .ehs-alert,.ehs-m-content .ehs-empty{color:#10243b!important}.ehs-m-content .ehs-card{background:#fff!important;color:#10243b!important}.ehs-m-content .ehs-table-wrap{background:#fff;border-radius:12px}.ehs-m-content .ehs-table{min-width:720px}.ehs-m-content .ehs-field label{color:#d9ebff!important}.ehs-m-content select{color:#10243b!important;background-color:#fff!important}
  .ehs-mobile-bottom-nav{display:grid;position:fixed;z-index:99999;left:0;right:0;bottom:0;grid-template-columns:repeat(5,1fr);min-height:78px;padding:8px 6px max(8px,env(safe-area-inset-bottom));background:rgba(2,16,31,.98);border-top:1px solid #1b3a54;box-shadow:0 -8px 28px rgba(0,0,0,.3)}
  .ehs-m-nav{border:0;background:transparent;color:#8298b0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:11px;font-weight:900;cursor:pointer}.ehs-m-nav i{font-style:normal;font-size:22px;line-height:1}.ehs-m-nav.active{color:#46eadb}.ehs-m-nav.active:after{content:"";width:27px;height:4px;border-radius:5px;background:#46eadb}
  .ehs-m-profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ehs-m-action{border:1px solid #2c506c;border-radius:16px;background:#0b2945;color:#fff;min-height:85px;padding:12px;font-weight:900;font-size:14px;cursor:pointer}.ehs-m-action.logout{grid-column:1/-1;background:#64182a;border-color:#a63a50}
  .ehs-m-upcoming{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.ehs-m-upcoming h3{margin:0 0 6px;font-size:24px}.ehs-m-upcoming p{margin:3px 0;color:#aabed2;font-size:13px}.ehs-m-upcoming .arrow{font-size:28px;color:#45eadb}
  .ehs-m-recent{display:grid;gap:10px}.ehs-m-recent-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid #23435e}.ehs-m-recent-row:last-child{border-bottom:0}.ehs-m-recent-row b{font-size:16px}.ehs-m-recent-row span{display:block;color:#91a7be;font-size:13px;margin-top:4px}.ehs-m-recent-rank{text-align:right;color:#45eadb;font-weight:900}
  .ehs-m-chart{height:125px;display:flex;align-items:flex-end;gap:8px;padding-top:12px}.ehs-m-bar{flex:1;min-width:18px;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#45eadb,#087cff);position:relative}.ehs-m-bar small{position:absolute;left:50%;transform:translateX(-50%);bottom:-22px;color:#93a9c0;font-size:10px;white-space:nowrap}
  .ehs-check{display:none!important}

  /* V24.1: TRUE APP CANVAS — REMOVE BLOGGER WHITE PATCHES */
  html,body{
    width:100%!important;
    min-height:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    background:#020a16!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    position:static!important;
    touch-action:pan-y!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:auto!important;
  }
  body{padding-bottom:calc(108px + env(safe-area-inset-bottom))!important}
  #page,#page_body,.page_body,.page-body,#outer-wrapper,.content-wrapper,.content-outer,.content-inner,.main-inner,#main-wrapper,.main-wrapper,main,.main,.blog-posts,.post-outer-container,.post-outer,.post,.post-body-container,.post-body,.entry-content,.widget,.widget-content{
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
    background:#020a16!important;
    overflow:visible!important;
  }
  #header-wrapper,.header-wrapper,.header-outer,.Header,.centered-top-container,.centered-top,.navbar,.tabs-outer,.tabs-inner,.page-header,.post-title,.entry-title,.post-header,.post-header-container,.title-wrap,.blog-name,.feed-links,.blog-pager,#footer-wrapper,.footer-wrapper,.footer-outer,footer{display:none!important}
  .ehs-root,#ehsResultBlock,#ehsResultArea,.ehs-mobile-app{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    background:#020a16!important;
    overflow:visible!important;
  }
  #ehsResultBlock{padding:0 0 calc(110px + env(safe-area-inset-bottom))!important}
  #ehsResultArea{padding:0!important;min-height:100vh!important}
  .ehs-mobile-app{padding:18px 18px 44px!important;min-height:100vh!important}
  .ehs-mobile-bottom-nav{
    min-height:82px!important;
    padding-bottom:max(10px,env(safe-area-inset-bottom))!important;
  }
  .ehs-m-content{padding-bottom:42px!important;overflow:visible!important}
  .ehs-m-quick-grid{padding-bottom:20px!important}
  .ehs-m-quick{min-height:118px!important;font-size:16px!important}
  .ehs-m-qicon{font-size:27px!important}
}
@media(min-width:1025px){.ehs-mobile-bottom-nav{display:none!important}}

/* ===== STYLE_6 ===== */
/* =========================================================
   EDUHUNT STUDENT PORTAL V25
   MOBILE/TABLET REPAIR BASED ON USER'S UPLOADED CODE
   Desktop 1025px+ is unchanged.
========================================================= */
.ehs-mobile-bottom-nav{display:none}

@media(max-width:1024px){
  html,body{
    margin:0!important;
    padding:0!important;
    width:100%!important;
    min-height:100%!important;
    background:#020a16!important;
    overflow-x:hidden!important;
    scroll-behavior:auto!important;
  }

  /* Remove Blogger website chrome only on mobile/tablet. */
  header,#header,#header-wrapper,.header-wrapper,.header-outer,
  .Header,.site-header,.site-branding,.centered-top-container,
  .centered-top,.navbar,.nav-wrapper,.tabs-outer,.tabs-inner,
  .page-header,.post-title,.entry-title,.post-header,
  .post-header-container,.title-wrap,.blog-name,
  #comments,.comments,.comment-form,.post-footer,.entry-footer,
  .blog-pager,.feed-links,#footer-wrapper,.footer-wrapper,
  .footer-outer,footer,.ad-container,.adsbygoogle,.advertisement,
  .mobile-ad,[class*="promo-banner"],[id*="promo-banner"],
  [class*="top-banner"],[id*="top-banner"]{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
  }

  #main-wrapper,.main-wrapper,.content-wrapper,.content-outer,
  .content-inner,.main-inner,.post-outer-container,.post-outer,
  .post,.post-body-container,.post-body,.entry-content,main{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:#020a16!important;
    overflow:visible!important;
  }

  .ehs-root{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    background:#020a16!important;
  }

  /* Login remains a normal scrollable page. */
  body:not(.ehs-student-logged-in){
    overflow-y:auto!important;
    height:auto!important;
    min-height:100%!important;
    touch-action:pan-y!important;
    -webkit-overflow-scrolling:touch!important;
  }

  #ehsLoginBlock{
    min-height:100vh!important;
    padding:24px 16px 42px!important;
    background:#020a16!important;
  }

  #ehsLoginBlock .ehs-login-head{
    margin:0 auto 18px!important;
    padding:18px 8px 14px!important;
    border-bottom:2px solid #31e2d4!important;
  }

  #ehsLoginBlock .ehs-login-head h1{color:#fff!important}
  #ehsLoginBlock .ehs-login-head .subtitle,
  #ehsLoginBlock .ehs-powered{color:#a9bad0!important}

  #ehsLoginBlock .ehs-login-card{
    margin:0 auto!important;
    background:#fff!important;
    color:#071f3d!important;
  }

  /* Logged-in app owns the phone viewport. */
  body.ehs-student-logged-in{
    height:100dvh!important;
    min-height:100dvh!important;
    overflow:hidden!important;
    background:#020a16!important;
  }

  body.ehs-student-logged-in .ehs-root{
    position:fixed!important;
    inset:0!important;
    width:100%!important;
    height:100dvh!important;
    overflow:hidden!important;
    z-index:9990!important;
  }

  body.ehs-student-logged-in #ehsResultBlock{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:#020a16!important;
  }

  body.ehs-student-logged-in #ehsResultArea{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#020a16!important;
  }

  /* This is the only vertical scrolling area. */
  body.ehs-student-logged-in .ehs-mobile-app{
    display:block!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:calc(82px + env(safe-area-inset-bottom))!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:18px 18px 38px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain!important;
    touch-action:pan-y!important;
    -webkit-overflow-scrolling:touch!important;
    background:#020a16!important;
  }

  body.ehs-student-logged-in .ehs-m-content{
    min-height:0!important;
    height:auto!important;
    padding-bottom:34px!important;
    overflow:visible!important;
  }

  body.ehs-student-logged-in .ehs-mobile-bottom-nav{
    display:grid!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    grid-template-columns:repeat(5,1fr)!important;
    height:calc(82px + env(safe-area-inset-bottom))!important;
    min-height:82px!important;
    padding:8px 6px max(10px,env(safe-area-inset-bottom))!important;
    background:rgba(2,16,31,.99)!important;
    border-top:1px solid #1b3a54!important;
    z-index:100000!important;
  }

  /* Every last item must remain reachable. */
  .ehs-m-quick-grid,.ehs-m-recent,.ehs-m-profile-actions,
  .ehs-upcoming-list,.ehs-resource-grid,.ehs-assignment-list{
    margin-bottom:28px!important;
  }

  /* Horizontal tables remain usable without stopping vertical page scroll. */
  .ehs-m-content .ehs-table-wrap{
    overflow-x:auto!important;
    overflow-y:visible!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
  }

  /* Wrong-question numbers must be clearly visible. */
  .ehs-m-content .ehs-wrong-card{
    background:#fff4f4!important;
    border:1px solid #efaaaa!important;
    color:#17283e!important;
    min-height:0!important;
    padding:15px!important;
    font-size:17px!important;
    font-weight:900!important;
    opacity:1!important;
  }

  .ehs-m-content .ehs-wrong-card b{
    display:block!important;
    color:#c8212b!important;
    margin-bottom:8px!important;
    font-size:16px!important;
  }

  .ehs-m-content .ehs-wrong-card *{
    color:inherit;
    opacity:1!important;
    visibility:visible!important;
    text-shadow:none!important;
  }

  /* Performance Trend remains visible. */
  .ehs-m-chart{
    height:170px!important;
    padding:30px 5px 30px!important;
    align-items:flex-end!important;
    overflow:visible!important;
  }

  .ehs-m-bar{
    min-height:22px!important;
    position:relative!important;
  }

  .ehs-m-bar-value{
    position:absolute!important;
    top:-24px!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }

  .ehs-m-bar small{
    bottom:-24px!important;
    color:#c5d5e7!important;
  }
}

@media(min-width:1025px){
  .ehs-mobile-bottom-nav{display:none!important}
}

/* ===== STYLE_7 ===== */
/* =========================================================
   V25.1 — MOBILE QUESTION-WISE SUBJECT FILTER ONLY
   Desktop and all other modules remain unchanged.
========================================================= */
@media(max-width:1024px){
  .ehs-m-question-filter{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 14px;
    padding:12px;
    border:1px solid #2b506c;
    border-radius:14px;
    background:#0a243d;
  }

  .ehs-m-question-filter label{
    color:#dcecff!important;
    font-size:14px;
    font-weight:900;
    white-space:nowrap;
  }

  .ehs-m-question-filter select{
    flex:1;
    min-width:0;
    width:100%;
    padding:11px 38px 11px 12px!important;
    border:1px solid #74a6c9!important;
    border-radius:10px!important;
    background-color:#fff!important;
    color:#10243b!important;
    font-size:15px!important;
    font-weight:900!important;
  }

  .ehs-m-question-table{
    min-width:560px!important;
  }
}

/* ===== STYLE_8 ===== */
/* =========================================================
   V25.2 — MOBILE QUESTION-WISE BUTTON FILTER + FIXED WIDTH
   Only mobile/tablet Question-wise Analysis is affected.
========================================================= */
@media(max-width:1024px){
  .ehs-m-question-test-title{
    margin:8px 0 12px!important;
    padding-left:12px!important;
    border-left:5px solid #e32636!important;
    color:#fff!important;
    font-size:20px!important;
    font-weight:900!important;
    line-height:1.25!important;
  }

  .ehs-m-question-subject-buttons{
    display:flex!important;
    width:100%!important;
    gap:7px!important;
    margin:0 0 14px!important;
    padding:0!important;
  }

  .ehs-m-question-subject-btn{
    flex:1 1 0!important;
    min-width:0!important;
    height:44px!important;
    padding:7px 3px!important;
    border:1px solid #2c5876!important;
    border-radius:10px!important;
    background:#0b2946!important;
    color:#dcecff!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;
    text-align:center!important;
    cursor:pointer!important;
    overflow:hidden!important;
    white-space:nowrap!important;
  }

  .ehs-m-question-subject-btn.active{
    background:linear-gradient(90deg,#087cff,#11d6cf)!important;
    border-color:#40eadc!important;
    color:#fff!important;
    box-shadow:0 5px 14px rgba(17,214,207,.22)!important;
  }

  .ehs-m-question-table-wrap{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
    border-radius:12px!important;
    background:#fff!important;
  }

  .ehs-m-question-table{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    table-layout:fixed!important;
    border-collapse:collapse!important;
    margin:0!important;
    font-size:11px!important;
  }

  .ehs-m-question-table th,
  .ehs-m-question-table td{
    padding:8px 3px!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    text-align:center!important;
  }

  .ehs-m-question-table th:nth-child(1),
  .ehs-m-question-table td:nth-child(1){width:13%!important}

  .ehs-m-question-table th:nth-child(2),
  .ehs-m-question-table td:nth-child(2){width:25%!important}

  .ehs-m-question-table th:nth-child(3),
  .ehs-m-question-table td:nth-child(3){width:25%!important}

  .ehs-m-question-table th:nth-child(4),
  .ehs-m-question-table td:nth-child(4){width:18%!important}

  .ehs-m-question-table th:nth-child(5),
  .ehs-m-question-table td:nth-child(5){width:19%!important}

  /* Override the general mobile table minimum width only here. */
  .ehs-m-content .ehs-m-question-table{
    min-width:0!important;
  }
}

/* ===== STYLE_9 ===== */
@media(max-width:1024px){
.ehs-ms-exam-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:4px 0 15px}
.ehs-ms-summary-btn{min-width:0;border:1px solid #2a506d;border-radius:14px;padding:11px 6px;background:#0a2743;color:#ddecff;font-size:11px;font-weight:900;text-align:center;cursor:pointer}
.ehs-ms-summary-btn strong{display:block;margin-top:5px;color:#fff;font-size:21px;line-height:1}
.ehs-ms-summary-btn.active{border-color:#42e7d8;background:linear-gradient(135deg,#087cff,#0bc9cb);color:#fff;box-shadow:0 7px 18px rgba(11,201,203,.2)}
.ehs-ms-programme-note{display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:11px 13px;border:1px solid #2a506d;border-radius:14px;background:#09243d;color:#cfe4f8;font-size:13px;font-weight:800;line-height:1.4}
.ehs-ms-programme-note b{color:#50eee2}.ehs-ms-exam-list{display:grid;gap:13px;padding-bottom:24px}
.ehs-ms-date-head{display:flex;align-items:center;gap:9px;margin:9px 0 1px;color:#fff;font-size:15px;font-weight:900}
.ehs-ms-date-head:before{content:"";width:5px;height:24px;border-radius:5px;background:linear-gradient(180deg,#ff4d6d,#ff9f1c)}
.ehs-ms-exam-card{position:relative;display:grid;grid-template-columns:58px 1fr;gap:13px;width:100%;margin:0;padding:15px;border:1px solid #2b506c;border-radius:18px;background:linear-gradient(145deg,#0c2b49,#061b31);color:#fff;text-align:left;box-shadow:0 10px 24px rgba(0,0,0,.22);overflow:hidden}
.ehs-ms-exam-card:nth-of-type(4n+2){background:linear-gradient(145deg,#26305f,#111a38)}.ehs-ms-exam-card:nth-of-type(4n+3){background:linear-gradient(145deg,#124a50,#08272f)}
.ehs-ms-exam-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;font-size:28px;background:linear-gradient(135deg,#0a91ff,#18dfcf);box-shadow:0 8px 20px rgba(0,170,255,.25)}
.ehs-ms-exam-card:nth-of-type(4n+2) .ehs-ms-exam-icon{background:linear-gradient(135deg,#ff7b00,#ffca28)}.ehs-ms-exam-card:nth-of-type(4n+3) .ehs-ms-exam-icon{background:linear-gradient(135deg,#7c4dff,#e040fb)}.ehs-ms-exam-card:nth-of-type(4n+4) .ehs-ms-exam-icon{background:linear-gradient(135deg,#00a86b,#43e97b)}
.ehs-ms-exam-name{margin:0;padding-right:24px;color:#fff;font-size:19px;font-weight:900;line-height:1.2}.ehs-ms-exam-badges{display:flex;flex-wrap:wrap;gap:6px;margin:7px 0 9px}
.ehs-ms-badge{display:inline-flex;align-items:center;min-height:25px;padding:4px 8px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.08);color:#cde8ff;font-size:10px;font-weight:900}
.ehs-ms-exam-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 11px}.ehs-ms-exam-item{min-width:0;color:#9fb5ca;font-size:11px;font-weight:800;line-height:1.35}.ehs-ms-exam-item b{display:block;margin-top:2px;color:#fff;font-size:13px;overflow-wrap:anywhere}.ehs-ms-exam-full{grid-column:1/-1}
.ehs-ms-empty{padding:20px 15px;border:1px solid #2a506d;border-radius:16px;background:#0a243d;color:#cfe1f3;text-align:center;font-weight:800;line-height:1.55}
.ehs-ms-refresh{width:100%;min-height:46px;margin:5px 0 13px;border:0;border-radius:13px;background:linear-gradient(90deg,#087cff,#11d6cf);color:#fff;font-size:14px;font-weight:900;cursor:pointer}.ehs-ms-loading{padding:18px;text-align:center;color:#b9cee3;font-weight:800}
}

/* ===== STYLE_10 ===== */
/* ===== V25.6 results redesign ===== */
.ehs-share-status{max-width:380px;margin:18px auto 10px;border-radius:28px;padding:20px 16px 14px;background:radial-gradient(circle at 76% 18%,rgba(0,205,255,.32),transparent 24%),linear-gradient(160deg,#041024 0%,#062050 45%,#06111d 100%);color:#fff;box-shadow:0 18px 42px rgba(0,0,0,.28);overflow:hidden}
.ehs-share-school{font-size:30px;line-height:1.12;font-weight:900;text-align:center;letter-spacing:.4px;margin:0 0 8px;text-transform:uppercase}
.ehs-share-student{font-size:18px;font-weight:900;text-align:center;margin:0 0 2px}
.ehs-share-class{font-size:13px;color:#d8e7ff;text-align:center;margin:0 0 10px;font-weight:800}
.ehs-share-test{font-size:32px;font-weight:900;text-align:center;color:#12d4ff;margin:2px 0 0}
.ehs-share-sub{font-size:15px;font-weight:900;text-align:center;margin:2px 0 10px}
.ehs-share-date{text-align:center;font-size:13px;font-weight:800;color:#dce9ff;margin:6px 0 14px}
.ehs-share-overall{border:1px solid rgba(255,255,255,.12);background:rgba(48,88,145,.52);border-radius:20px;padding:16px 14px;margin-bottom:14px}
.ehs-share-overall-top{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:10px}
.ehs-share-overall-label{font-size:14px;font-weight:900;color:#d7e6ff;line-height:1.15}
.ehs-share-overall-value{font-size:28px;font-weight:900;color:#23f2d8;line-height:1}
.ehs-share-progress{height:14px;border-radius:999px;background:rgba(255,255,255,.18);overflow:hidden;position:relative}
.ehs-share-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#23e6d9,#22a7ff)}
.ehs-share-average{margin-top:8px;text-align:right;font-size:11px;font-weight:900;color:#ffad48}
.ehs-share-average .arrow{font-size:14px;display:inline-block;transform:translateY(1px)}
.ehs-share-subject-list{display:grid;gap:10px;margin:0 0 14px}
.ehs-share-subject{display:grid;grid-template-columns:90px 1fr auto;gap:12px;align-items:center;border-radius:18px;padding:12px 14px;background:linear-gradient(90deg,rgba(19,96,201,.88),rgba(19,77,163,.88));box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.ehs-share-rank{font-size:12px;color:#cde5ff;line-height:1.1}
.ehs-share-rank b{display:block;font-size:18px;color:#1fe5ff;margin-top:4px}
.ehs-share-name{font-size:14px;font-weight:900;letter-spacing:.3px}
.ehs-share-score{font-size:21px;font-weight:900;color:#18d8ff;white-space:nowrap}
.ehs-share-totals{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}
.ehs-share-total-box{border-radius:18px;padding:13px 14px;background:rgba(45,85,138,.56);border:1px solid rgba(255,255,255,.1)}
.ehs-share-total-box span{display:block;font-size:12px;color:#d1e3ff;font-weight:800;margin-bottom:6px}
.ehs-share-total-box b{display:block;font-size:24px;line-height:1;color:#fff;font-weight:900}
.ehs-share-note{text-align:center;font-size:11px;line-height:1.35;color:#d9e6ff;font-weight:700;margin-top:8px;opacity:.9}

.ehs-q-filter-buttons{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 14px}
.ehs-q-filter-btn{min-width:82px;padding:10px 14px;border:1px solid #2c5876;border-radius:12px;background:#0b2946;color:#dcecff;font-size:13px;font-weight:900;cursor:pointer}
.ehs-q-filter-btn.active{background:linear-gradient(90deg,#087cff,#11d6cf);border-color:#40eadc;color:#fff;box-shadow:0 5px 14px rgba(17,214,207,.22)}

.ehs-summary-topcard{max-width:520px;border-radius:24px;padding:18px 18px 16px;background:linear-gradient(145deg,#213f73,#183b70);box-shadow:0 14px 34px rgba(0,0,0,.18);margin:0 0 14px;color:#fff}
.ehs-summary-topcard-title{font-size:16px;font-weight:800;color:#d5e2ff;line-height:1.1}
.ehs-summary-topcard-value{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin:2px 0 10px}
.ehs-summary-topcard-value b{font-size:28px;line-height:1;font-weight:900;color:#fff}
.ehs-summary-topcard-value .percent{font-size:30px;color:#23f2d8}
.ehs-summary-bar{height:14px;border-radius:999px;background:rgba(255,255,255,.16);overflow:hidden}
.ehs-summary-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22eed8,#27a5ff)}
.ehs-summary-classavg{text-align:right;color:#ffa440;font-size:12px;font-weight:900;margin-top:8px}
.ehs-summary-classavg .arrow{font-size:15px;display:inline-block;transform:translateY(1px)}
.ehs-summary-filter-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:14px 0 12px}
.ehs-summary-filter-label{font-size:14px;font-weight:900;color:#fff}
.ehs-summary-filter-btn{padding:10px 16px;border-radius:14px;border:2px solid #2f8dff;background:transparent;color:#fff;font-size:14px;font-weight:900;cursor:pointer}
.ehs-summary-filter-btn.active{background:#3d74c0;border-color:#75a8ff}

@media(max-width:1024px){
  .ehs-share-status{max-width:360px;padding:18px 14px 12px;border-radius:26px}
  .ehs-share-school{font-size:25px}
  .ehs-share-student{font-size:17px}
  .ehs-share-test{font-size:30px}
  .ehs-share-overall-value{font-size:25px}
  .ehs-share-subject{grid-template-columns:78px 1fr auto;padding:11px 12px}
  .ehs-share-score{font-size:19px}
  .ehs-share-totals{gap:9px}
  .ehs-summary-topcard{max-width:none;margin-bottom:12px}
  .ehs-summary-filter-row{gap:8px}
  .ehs-summary-filter-btn{padding:9px 14px;font-size:13px;border-width:1px;border-color:#4fa5ff}
  .ehs-m-school-title{font-size:28px;font-weight:900;line-height:1.15;color:#fff;margin:0 0 8px;text-transform:uppercase;letter-spacing:.35px}
  .ehs-m-greeting{font-size:22px!important;line-height:1.18;margin:0 0 2px!important}
  .ehs-m-id-grid{grid-template-columns:max-content 1fr!important}
  .ehs-m-id-grid span.hide{display:none!important}
  .ehs-m-id-grid b.hide{display:none!important}
  .ehs-m-question-table-wrap{width:100%!important;overflow:hidden!important;background:#fff!important}
  .ehs-m-question-table{width:100%!important;max-width:100%!important;min-width:0!important;table-layout:fixed!important}
  .ehs-m-question-table th,.ehs-m-question-table td{padding:8px 3px!important;font-size:11px!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;text-align:center!important}
  .ehs-m-question-table th:nth-child(1),.ehs-m-question-table td:nth-child(1){width:12%!important}
  .ehs-m-question-table th:nth-child(2),.ehs-m-question-table td:nth-child(2){width:28%!important}
  .ehs-m-question-table th:nth-child(3),.ehs-m-question-table td:nth-child(3){width:28%!important}
  .ehs-m-question-table th:nth-child(4),.ehs-m-question-table td:nth-child(4){width:16%!important}
  .ehs-m-question-table th:nth-child(5),.ehs-m-question-table td:nth-child(5){width:16%!important}
}

/* ===== STYLE_11 ===== */
/* =========================================================
   STUDENT PORTAL V25.9 — MOBILE RESULT SUMMARY
   Desktop remains unchanged.
========================================================= */
.ehs-mobile-summary-list,.ehs-rank-definitions{display:none}

@media(max-width:1024px){
  .ehs-desktop-result-table{display:none!important}
  .ehs-mobile-summary-list{display:grid!important;gap:13px;margin-top:12px}

  .ehs-mobile-summary-card{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
    border:1px solid #2b506c;
    border-radius:17px;
    background:linear-gradient(145deg,#0c2b49,#061a2f);
    color:#fff;
    box-shadow:0 10px 24px rgba(0,0,0,.2);
  }

  .ehs-mobile-summary-head{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    background:linear-gradient(90deg,#075c9f,#0b78b8);
    border-bottom:1px solid rgba(255,255,255,.16);
  }

  .ehs-mobile-summary-head>div{
    min-width:0;
    padding:11px 9px;
    text-align:center;
  }

  .ehs-mobile-summary-head>div+div{border-left:1px solid rgba(255,255,255,.18)}
  .ehs-mobile-summary-head span{display:block;font-size:10px;color:#d9ecff;font-weight:800;text-transform:uppercase}
  .ehs-mobile-summary-head b{display:block;margin-top:4px;font-size:14px;color:#fff;font-weight:900;overflow-wrap:anywhere}

  .ehs-mobile-subject-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    padding:11px;
  }

  .ehs-mobile-subject-box{
    min-width:0;
    border:1px solid #315978;
    border-radius:12px;
    background:#0a243d;
    padding:9px 5px;
    text-align:center;
  }

  .ehs-mobile-subject-box .subject{font-size:11px;color:#67eee2;font-weight:900}
  .ehs-mobile-subject-box .mark{font-size:19px;color:#fff;font-weight:900;margin-top:5px;line-height:1}
  .ehs-mobile-subject-box .rank{font-size:10px;color:#b7cce0;font-weight:800;margin-top:6px}
  .ehs-mobile-subject-box .rank b{color:#fff;font-size:12px}

  .ehs-mobile-total-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    padding:0 11px 11px;
  }

  .ehs-mobile-total-box{
    min-width:0;
    border-radius:12px;
    padding:10px 5px;
    text-align:center;
    background:linear-gradient(135deg,#1266c3,#0bbbc1);
  }

  .ehs-mobile-total-box span{display:block;font-size:10px;color:#e5f5ff;font-weight:800}
  .ehs-mobile-total-box b{display:block;margin-top:5px;font-size:18px;color:#fff;font-weight:900;overflow-wrap:anywhere}

  .ehs-rank-definitions{
    display:block!important;
    margin:15px 0 25px;
    padding:13px;
    border:1px solid #2b506c;
    border-radius:14px;
    background:#09233c;
    color:#d9e9f8;
  }

  .ehs-rank-definitions h3{margin:0 0 10px;color:#fff;font-size:15px;font-weight:900}
  .ehs-rank-definition-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px 10px;font-size:11px;line-height:1.35}
  .ehs-rank-definition-grid div{min-width:0}
  .ehs-rank-definition-grid b{color:#55eee1;margin-right:4px}

  .ehs-m-content .ehs-table-wrap.ehs-desktop-result-table{
    overflow:hidden!important;
    width:100%!important;
    max-width:100%!important;
  }
}

@media(max-width:380px){
  .ehs-mobile-subject-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ehs-rank-definition-grid{grid-template-columns:1fr}
}

/* ===== STYLE_12 ===== */
/* EDUHUNT STUDENT PORTAL V25.10 — RESULT UI REPAIR */
.ehs-summary-filter-btn{color:#0b4d86!important;background:#fff!important;border-color:#1684ff!important}
.ehs-summary-filter-btn.active{color:#fff!important;background:#3d74c0!important;border-color:#75a8ff!important}
.ehs-summary-classavg,.ehs-share-average{font-size:13px!important;line-height:1.35!important;letter-spacing:.1px}
.ehs-summary-classavg .value,.ehs-share-average .value{color:#fff!important;font-size:14px!important;font-weight:900!important}
.ehs-rwb-mobile-list,.ehs-rwb-definitions{display:none}
.ehs-share-header{border-radius:20px;padding:15px 14px 13px;margin-bottom:13px;background:linear-gradient(135deg,rgba(20,83,170,.92),rgba(11,42,91,.94));border:1px solid rgba(255,255,255,.12);text-align:center}
.ehs-share-header-school{font-size:24px;font-weight:900;line-height:1.13;letter-spacing:.35px;text-transform:uppercase;color:#fff}
.ehs-share-header-student{margin-top:7px;font-size:17px;font-weight:900;color:#25f0dc}
.ehs-share-header-meta{margin-top:5px;display:flex;justify-content:center;flex-wrap:wrap;gap:6px 12px;color:#d6e8ff;font-size:12px;font-weight:800}
.ehs-share-test-band{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin-bottom:13px;padding:11px 13px;border-radius:16px;background:rgba(1,15,31,.7);border:1px solid rgba(255,255,255,.1)}
.ehs-share-test-band b{font-size:23px;color:#16d8ff;font-weight:900}.ehs-share-test-band span{font-size:12px;color:#d4e5fa;font-weight:800;text-align:right}
.ehs-share-whatsapp-btn{width:100%;min-height:50px;margin-top:12px;border:0;border-radius:14px;background:#19a84b;color:#fff;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 9px 20px rgba(25,168,75,.25)}
@media(max-width:1024px){
.ehs-summary-filter-btn{color:#fff!important;background:#0a2743!important}.ehs-summary-filter-btn.active{background:#3d74c0!important}
.ehs-m-content .ehs-sub-title{color:#fff!important;opacity:1!important;text-shadow:none!important;font-size:20px!important;border-left-color:#ff334f!important}
.ehs-rwb-desktop{display:none!important}.ehs-rwb-mobile-list{display:grid!important;gap:11px;margin:8px 0 14px}
.ehs-rwb-mobile-card{border:1px solid #2c506c;border-radius:16px;overflow:hidden;background:#fff;color:#13283f}
.ehs-rwb-mobile-head{padding:10px 12px;background:#0b5b96;color:#fff;font-size:15px;font-weight:900;text-align:center}
.ehs-rwb-mobile-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}
.ehs-rwb-mobile-cell{min-width:0;padding:10px 3px;border-right:1px solid #d8e1eb;text-align:center}.ehs-rwb-mobile-cell:last-child{border-right:0}
.ehs-rwb-mobile-cell span{display:block;font-size:10px;color:#52677d;font-weight:900}.ehs-rwb-mobile-cell b{display:block;margin-top:5px;color:#0a2744;font-size:16px;font-weight:900;overflow-wrap:anywhere}
.ehs-rwb-definitions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:13px 0 4px;padding:12px;border:1px solid #2b506c;border-radius:14px;background:#09243d;color:#dcecff;font-size:11px;line-height:1.35}
.ehs-rwb-definitions div{min-width:0}.ehs-rwb-definitions b{color:#4feadf;margin-right:4px}
.ehs-share-status{max-width:360px!important;padding:14px!important;border-radius:25px!important}
.ehs-share-school,.ehs-share-student,.ehs-share-class,.ehs-share-test,.ehs-share-sub,.ehs-share-date{display:none!important}
.ehs-share-header-school{font-size:22px}.ehs-share-header-student{font-size:16px}
.ehs-share-subject{grid-template-columns:64px 1fr auto!important;gap:8px!important;padding:10px!important}.ehs-share-rank{font-size:10px!important}.ehs-share-rank b{font-size:17px!important}.ehs-share-name{font-size:13px!important}.ehs-share-score{font-size:17px!important}.ehs-share-total-box{padding:11px!important}.ehs-share-total-box b{font-size:20px!important}
}

/* ===== STYLE_13 ===== */
/* =========================================================
   EDUHUNT STUDENT PORTAL V25.11 — VERIFIED RESULT REPAIR
========================================================= */
.ehs-summary-filter-btn{
  opacity:1!important;
  visibility:visible!important;
  color:#0b4d86!important;
  -webkit-text-fill-color:#0b4d86!important;
  background:#ffffff!important;
  border:2px solid #1684ff!important;
}
.ehs-summary-filter-btn.active{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  background:#3d74c0!important;
  border-color:#75a8ff!important;
}
.ehs-summary-classavg,.ehs-share-average{
  color:#ffab3d!important;
  font-size:13px!important;
  font-weight:900!important;
  opacity:1!important;
}
.ehs-summary-classavg .value,.ehs-share-average .value{
  color:#ffffff!important;
  font-size:14px!important;
  font-weight:900!important;
  opacity:1!important;
}
.ehs-wa-card-wrap{max-width:370px;margin:12px auto 24px}
.ehs-wa-status-card{
  width:100%;
  min-height:620px;
  aspect-ratio:9/16;
  border-radius:26px;
  padding:15px 14px 14px;
  background:radial-gradient(circle at 82% 12%,rgba(0,214,255,.28),transparent 24%),linear-gradient(160deg,#06132a 0%,#082553 48%,#040a15 100%);
  color:#fff;
  box-shadow:0 18px 44px rgba(0,0,0,.3);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.ehs-wa-school{text-align:center;font-size:21px;line-height:1.12;font-weight:900;text-transform:uppercase;letter-spacing:.3px;margin:0 0 6px}
.ehs-wa-student{text-align:center;font-size:16px;font-weight:900;color:#28edda;margin:0}
.ehs-wa-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:4px 10px;margin:5px 0 9px;color:#d5e7fb;font-size:11px;font-weight:800}
.ehs-wa-test{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:9px 11px;border-radius:14px;background:rgba(1,16,34,.72);border:1px solid rgba(255,255,255,.12);margin-bottom:10px}
.ehs-wa-test b{font-size:21px;color:#13d7ff;font-weight:900}.ehs-wa-test span{font-size:11px;color:#dceaff;font-weight:800;text-align:right}
.ehs-wa-overall{padding:11px 12px;border-radius:16px;background:rgba(50,91,151,.52);border:1px solid rgba(255,255,255,.1);margin-bottom:10px}
.ehs-wa-overall-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.ehs-wa-overall-row span{font-size:12px;color:#d5e5fb;font-weight:900}.ehs-wa-overall-row b{font-size:23px;color:#24f1d7;font-weight:900}
.ehs-wa-bar{height:11px;border-radius:99px;background:rgba(255,255,255,.18);overflow:hidden;margin-top:8px}.ehs-wa-bar i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#20ecd7,#1ea8ff)}
.ehs-wa-average{text-align:right;margin-top:6px;color:#ffad47;font-size:10px;font-weight:900}.ehs-wa-average strong{color:#fff;font-size:11px}
.ehs-wa-subjects{display:grid;gap:7px;flex:1;align-content:start}
.ehs-wa-subject{display:grid;grid-template-columns:55px 1fr auto;gap:8px;align-items:center;padding:8px 10px;border-radius:14px;background:linear-gradient(90deg,rgba(20,99,204,.9),rgba(18,73,157,.92));border:1px solid rgba(255,255,255,.08)}
.ehs-wa-rank{font-size:9px;color:#d0e5ff;line-height:1.05}.ehs-wa-rank b{display:block;font-size:16px;color:#1ee3ff;margin-top:3px}.ehs-wa-subject-name{font-size:12px;font-weight:900}.ehs-wa-score{font-size:16px;color:#1bdcff;font-weight:900;white-space:nowrap}
.ehs-wa-bottom{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.ehs-wa-bottom div{padding:9px 10px;border-radius:14px;background:rgba(50,91,151,.5);border:1px solid rgba(255,255,255,.1)}.ehs-wa-bottom span{display:block;font-size:10px;color:#d7e7fb;font-weight:800}.ehs-wa-bottom b{display:block;margin-top:4px;font-size:18px;color:#fff;font-weight:900}
.ehs-share-whatsapp-btn{display:block;max-width:370px;width:100%;min-height:50px;margin:12px auto 0;border:0;border-radius:14px;background:#18a94c;color:#fff;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 9px 20px rgba(25,168,75,.25)}

@media(max-width:1024px){
  .ehs-summary-filter-btn{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;background:#0a2743!important;border-color:#4fa5ff!important}
  .ehs-summary-filter-btn.active{background:#3d74c0!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
  .ehs-m-test-title-visible{margin:10px 0 12px;padding-left:11px;border-left:5px solid #ff334f;color:#fff!important;font-size:20px;font-weight:900;opacity:1!important;text-shadow:none!important}
  .ehs-mobile-rwb-list{display:grid;gap:11px;margin:8px 0 13px}
  .ehs-mobile-rwb-card{border:1px solid #2d506d;border-radius:16px;background:#fff;overflow:hidden}
  .ehs-mobile-rwb-subject{padding:9px 11px;background:#0b5b96;color:#fff!important;font-size:15px;font-weight:900;text-align:center}
  .ehs-mobile-rwb-values{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%}
  .ehs-mobile-rwb-values div{min-width:0;padding:9px 2px;text-align:center;border-right:1px solid #dce4ec}.ehs-mobile-rwb-values div:last-child{border-right:0}
  .ehs-mobile-rwb-values span{display:block;color:#52677d;font-size:9px;font-weight:900}.ehs-mobile-rwb-values b{display:block;margin-top:4px;color:#0a2744;font-size:15px;font-weight:900;overflow-wrap:anywhere}
  .ehs-mobile-rwb-def{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:13px 0 3px;padding:11px;border:1px solid #2b506c;border-radius:14px;background:#09243d;color:#dcecff;font-size:11px;line-height:1.35}
  .ehs-mobile-rwb-def b{color:#4feadf;margin-right:4px}
  .ehs-m-content .ehs-table-wrap{max-width:100%!important}
  .ehs-wa-card-wrap{max-width:360px}
  .ehs-wa-status-card{min-height:620px}
}
@media(max-width:380px){.ehs-wa-status-card{min-height:600px}.ehs-wa-school{font-size:19px}.ehs-wa-subject{grid-template-columns:51px 1fr auto}.ehs-wa-score{font-size:15px}}
