.elementor-9 .elementor-element.elementor-element-f1ce155{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8149f22 *//* ===== Toppers 1.0 Exam Board ===== */
.toppers-wrap {
  max-width: 980px;
  margin: auto;
  padding: 22px 14px 34px;
  font-family: system-ui, -apple-system, sans-serif;
}

/* HERO */
.toppers-hero {
  padding: 28px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0ea5e9, #6366f1, #22c55e);
  color: #fff;
}

.toppers-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  font-weight: 700;
  margin-bottom: 10px;
}

.toppers-hero h1 {
  font-size: 36px;
  margin: 6px 0;
}

.toppers-sub {
  font-size: 16px;
  opacity: .95;
}

/* QUICK INFO */
.toppers-quick {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.q-item {
  background: rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 14px;
  text-align: center;
}

.q-num {
  font-size: 24px;
  font-weight: 900;
}

.q-label {
  font-size: 14px;
}

/* TIMER */
.toppers-timer {
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.18);
}

.timer-title {
  font-weight: 800;
  margin-bottom: 12px;
}

.timer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.t-box {
  background: rgba(255,255,255,.2);
  border-radius: 14px;
  padding: 12px;
  text-align: center;
}

.t-num {
  font-size: 26px;
  font-weight: 900;
}

.t-lbl {
  font-size: 13px;
}

.timer-done {
  display: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(0,0,0,.25);
  font-weight: 700;
}

/* NOTE + BUTTON */
.toppers-action {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.late-note {
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.2);
  font-weight: 800;
  line-height: 1.35;
}

.toppers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 16px;
  border-radius: 14px;

  background: #fff;
  color: #111827;
  text-decoration: none;

  font-weight: 900;
  letter-spacing: .2px;

  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.toppers-btn:hover {
  transform: translateY(-1px);
  opacity: .98;
}

.toppers-btn:active {
  transform: translateY(0px);
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

/* MOBILE */
@media (max-width: 768px) {
  .toppers-quick,
  .timer-grid {
    grid-template-columns: 1fr;
  }

  .toppers-hero h1 {
    font-size: 28px;
  }
}/* End custom CSS */