/* β28: simplify the play surface to event -> action -> board state -> history. */
.turnOnly,
.actorBadge,
.actionResult,
.responseBox,
.rollMeta,
.threatInline,
.counterGrid,
.help{
  display:none!important;
}

.eventHeaderRow{
  justify-content:flex-start;
}

.eventPrimary{
  padding:1.05rem 1.05rem 1rem;
}

.eventType{
  margin-top:.62rem;
}

.eventText{
  margin-top:.62rem;
  line-height:1.52;
}

main > .bottomDock{
  margin-top:-.1rem;
}

.threatPanel{
  padding:.82rem .9rem .9rem;
}

.threatCompactHead{
  justify-content:flex-start;
}

.threatPanel .sectionEyebrow{
  display:none;
}

.threatPanel .sectionTitle{
  margin:0;
  font-size:.9rem;
}

.threatPanel .toggleGrid{
  margin-top:.58rem;
}

.settingsActions{
  margin-top:.75rem;
}

.settingsActions .subBtn{
  min-height:2.55rem;
}

@media(max-width:430px){
  .eventPrimary{
    padding:.92rem;
  }
  .eventText{
    font-size:.9rem;
  }
}
