#input-scenarios {
  margin-top: 4em;
  margin-bottom: 4em;
  border-collapse: collapse;

  th,
  td {
    vertical-align: top;
    padding: 0.5em 2em 0.5em 0;
  }

  th:nth-child(2),
  th:nth-child(3) {
    width: 25%;
    max-width: var(--main-width);
  }

  th:nth-child(1),
  th:nth-child(4) {
    width: 9em;
  }

  tr:not(:last-child) td {
    border-bottom: 1px solid rgb(var(--gray));
  }
}

figure.letter-toy {
  padding: 0;
  margin: 3em 0;
}

figure.letter-toy figcaption {
  font-size: 0.75em;

  p:first-child {
    margin-top: 0;
  }
}

figure.letter-toy iframe {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

@container (min-width: 36rem) {
  figure.letter-toy {
    display: grid;
    grid-template-columns: minmax(12em, 3fr) minmax(12em, 1fr);
    gap: 1em;
  }
}
