/* German labels and compound words need more room on narrow screens. */
@media (max-width: 360px) {
  html[lang="de"] .consent-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}
