.sound-consent-card { box-sizing: border-box; width: min(330px, calc(100vw - 36px)); }

@media screen and (max-width: 850px) {
  .sound-consent { box-sizing: border-box; width: 100vw; }
  .sound-consent-actions button { min-width: 0; padding: 0 8px; font-size: 11px; }
}
