/* v40 — hirmuskänni 50/50 jaotus ning 10% madalam alumine HUD. */

/* Mõtteookean ja kontaktist saadud hirmupaketi pool kasutavad võrdselt ruumi. */
.scene[data-step-type="fearScan"] .fear-scan-workstation {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* V38 18,35% kõrgusest eemaldatud 10%: 18,35 × 0,9 = 16,515%. */
.fixed-bottom-hud {
  height: 16.5% !important;
}

/* Oleku märk paikneb nime järel vasakul ega jää profiilipildi kohale. */
.contact-info-card .fixed-hud-heading {
  justify-content: flex-start !important;
}

.contact-info-card .fixed-hud-heading > span {
  margin-right: auto !important;
}

/* Tagasinupp püsib madalamaks tehtud HUD-i kohal. */
.back-button {
  bottom: 17.75% !important;
}

@container (max-width: 980px) {
  .scene[data-step-type="fearScan"] .fear-scan-workstation {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fixed-bottom-hud {
    height: 17.2% !important;
  }

  .back-button {
    bottom: 18.35% !important;
  }
}
