.correction-page .submit-intro h1 {
  line-height: 0.9;
  white-space: normal;
}
.correction-header > p {
  grid-column: 2;
}
.correction-header > .events-submit-trigger {
  grid-column: 3;
}
.correction-types {
  border: 0;
  margin: 0;
  padding: 0;
}
.correction-types legend {
  margin-bottom: 0.45rem;
  padding: 0;
}
.correction-types > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.correction-types label {
  border: 1px solid var(--line);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  padding: 0.7rem 0.72rem;
  position: relative;
}
.correction-types input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.correction-types label:has(input:checked) {
  background: var(--foreground);
  border-color: var(--foreground);
  color: var(--background);
}
.correction-types label:has(input:focus-visible) {
  outline: 2px solid var(--foreground);
  outline-offset: 3px;
}
@media (max-width: 720px) {
  .correction-page .events-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .correction-header > .correction-site-brand {
    display: block;
    font-size: 0.55rem;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    text-align: left;
  }
  .correction-page .submit-intro h1 {
    font-size: clamp(2.6rem, 12vw, 3.5rem);
  }
  .correction-header > .events-submit-trigger {
    grid-column: 2;
  }
  .correction-types > div {
    gap: 0.35rem;
  }
  .correction-types label {
    font-size: 0.59rem;
    padding: 0.65rem 0.62rem;
  }
}
