@media (max-width: 560px) {
  .widerruf-page.is-wizard-active .widerruf-stage {
    width: min(var(--max), calc(100% - 28px));
    padding-top: 82px;
  }

  .widerruf-panel {
    padding: 20px 18px;
  }

  fieldset.widerruf-options {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    gap: 9px;
  }
}
