.radio-details.show {
  display: table-row;
}

.radio-details.hide {
  display: none !important;
}

.spell-grid{
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, auto);
}

@media screen and (max-width: 600px) {
  .spell-grid{
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(20, auto);
    gap: 10px;
  }
}

#radio-map {
  height: 100vh;
}
