/* Keyzira v6.6.42 — structural glue only.
No word-box, font, input or active-word visual values are duplicated here. */
.tf-test-mold-scope{box-sizing:border-box}
.tf-test-mold-scope .tf-mode-test-metrics{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.tf-test-mold-scope .tf-mode-test-metrics .metric:nth-child(3){border-right:0 !important}
.tf-test-mold-scope .tf-mode-test-actions{
  align-items:center;
  justify-content:center;
  padding-bottom:16px;
}
.tf-test-mold-scope .tf-mode-test-actions .challenge-pb{margin-left:8px}

.practice-arena:fullscreen > .tf-test-mold-scope,
.challenge-arena:fullscreen > .tf-test-mold-scope{
  width:min(1180px,100%) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
@media(max-width:720px){
  .tf-test-mold-scope .tf-mode-test-metrics{grid-template-columns:1fr !important}
  .tf-test-mold-scope .tf-mode-test-metrics .metric{
    border-right:0 !important;
    border-bottom:1px solid var(--line) !important;
  }
  .tf-test-mold-scope .tf-mode-test-metrics .metric:last-child{border-bottom:0 !important}
  .tf-test-mold-scope .tf-mode-test-actions{flex-direction:column}
}
