/* Primary actions in the promotion sheet share one visual rhythm. */
.sheet-card > .v2-button,
.sheet-card > a.v2-button {
  min-height: 76px;
}

@media (max-width: 760px) {
  html, body { width: 100%; max-width: 100%; overflow-x: clip; }
  .sticky-v2 { box-sizing: border-box; width: 100%; max-width: 100%; overflow: hidden; }
  .sticky-v2 .v2-button { min-width: 0; max-width: 100%; gap: 10px; padding-inline: 18px; font-size: 13px; white-space: nowrap; overflow: hidden; }
  .sticky-v2 .v2-button b { flex: 0 0 auto; }
  .danke-contact-widget, .danke-contact-availability { max-width: calc(100vw - 32px); }
}
