/* Custom presentation rules maintained outside index.html. */
body {
  line-break: strict;
  overflow-wrap: break-word;
  word-break: keep-all;
}

:where(p, li, dd, figcaption) {
  text-wrap: pretty;
}

:where(h1, h2, h3, h4) {
  text-wrap: balance;
}

.sp-only {
  display: none;
}

.facilities .cards section p.pending {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: keep-all;
  font-size: 10px;
}

.ticket-products article .ticket-links {
  margin-top: auto;
  padding-top: 22px;
}

@media (max-width: 640px) {
  .ticket-products article .ticket-links {
    padding-top: 18px;
  }
}

@media (max-width: 640px) {
  .sp-only {
    display: block;
  }
}
/* SONOMAMAを抽選確定まで非表示 */
.vendors article:first-of-type {
  display: none !important;
}