@media (max-width:720px){
  .feld12-result-shell,
  .feld12-result-shell.is-premium-result,
  .feld12-result-shell.is-quick-result{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    overflow-x:hidden!important;
  }

  .feld12-screen-report{
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    gap:0!important;
    overflow-x:hidden!important;
  }

  .feld12-screen-report section,
  .feld12-human-hero,
  .feld12-book-chapter,
  .feld12-premium-section,
  .feld12-customer-report-section,
  .feld12-technical-report-section{
    width:100%!important;
    max-width:100%!important;
    padding:22px 16px!important;
    border-radius:0!important;
    box-sizing:border-box!important;
  }

  .feld12-screen-report h1,
  .feld12-screen-report h2,
  .feld12-screen-report h3{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
    hyphens:auto!important;
  }

  .feld12-screen-report p,
  .feld12-screen-report li{
    font-size:16px!important;
    line-height:1.58!important;
  }

  .feld12-actions.result-actions,
  .feld12-utility-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:16px!important;
  }

  .feld12-actions.result-actions .feld12-button{
    width:100%!important;
  }

  .feld12-result-brand{
    transform:scale(.78)!important;
    transform-origin:center top!important;
  }
}
