/* Public SPA contact CTA: allow the grid and long email heading to shrink on phones. */
@media (max-width: 767px) {
  main .grid:has(> a[href="mailto:administrace@cashicka.info"]) {
    grid-template-columns: minmax(0, 1fr);
  }
  main .grid:has(> a[href="mailto:administrace@cashicka.info"]) > div {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
/* Keep both existing consent choices readable and comfortably tappable. */
@media (max-width: 389px) {
  [role="dialog"][aria-label="Nastavení cookies"] > .grid {
    grid-template-columns: minmax(0, 1fr);
  }
  [role="dialog"][aria-label="Nastavení cookies"] button {
    min-height: 44px;
  }
}
