
/* MABNI 1.2.20 home restore fix */
html[data-page="home"], body.landing-v9-body { overflow-y:auto!important; height:auto!important; min-height:100dvh!important; }
.landing-v9-actions a,
.landing-v9-actions button,
.landing-v9-primary,
.landing-v9-secondary,
.teacher-home-access {
  text-decoration:none!important;
  font:inherit!important;
  font-weight:950!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
  line-height:1.1!important;
}
.landing-v9-actions button.landing-v9-secondary,
button.teacher-home-access {
  appearance:none!important;
  -webkit-appearance:none!important;
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:.86rem 1.15rem!important;
  border-radius:16px!important;
  border:1px solid rgba(15,23,42,.1)!important;
  background:#ffffff!important;
  color:#0f172a!important;
}
.landing-v9-actions button.landing-v9-secondary:hover,
button.teacher-home-access:hover { transform:translateY(-1px); box-shadow:0 10px 24px rgba(15,23,42,.08); }
.landing-v9-actions .landing-v9-primary { color:#fff!important; }
.simple-page-v9-body { overflow-y:auto!important; height:auto!important; min-height:100dvh!important; }
.simple-page-v9 a { text-decoration:none!important; }
@media(max-width:520px) {
  .landing-v9-actions a,
  .landing-v9-actions button { width:100%!important; }
}
