html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

@media (max-width: 760px) {
  body {
    min-width: 0 !important;
  }

  header {
    padding: 12px 20px !important;
    gap: 12px !important;
  }

  header nav {
    display: none !important;
  }

  header > a:first-child {
    min-width: 0 !important;
  }

  header > a:first-child span {
    font-size: 18px !important;
    white-space: nowrap !important;
  }

  header > a:last-child {
    flex: 0 0 auto !important;
    padding: 10px 13px !important;
    font-size: 0 !important;
    border-radius: 10px !important;
  }

  header > a:last-child::after {
    content: "Add";
    font-size: 13px;
  }

  h1 {
    font-size: clamp(44px, 15vw, 64px) !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
  }

  h2 {
    font-size: clamp(30px, 10vw, 46px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  h3 {
    line-height: 1.15 !important;
  }

  p {
    max-width: 100% !important;
  }

  section,
  main,
  footer {
    max-width: 100% !important;
  }

  section > div,
  footer > div,
  main > div,
  body > div > div {
    max-width: 100% !important;
  }

  [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  [style*="display:grid"] {
    gap: 18px !important;
  }

  [style*="padding:clamp"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  [style*="padding:64px"],
  [style*="padding:60px"],
  [style*="padding:56px"],
  [style*="padding:52px"],
  [style*="padding:48px"],
  [style*="padding:40px"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  [style*="max-width:560px"],
  [style*="max-width:640px"],
  [style*="max-width:720px"],
  [style*="max-width:820px"],
  [style*="max-width:1440px"] {
    max-width: 100% !important;
  }

  [style*="font-size:clamp(19px"],
  [style*="font-size:clamp(20px"],
  [style*="font-size:22px"],
  [style*="font-size:21px"] {
    font-size: 18px !important;
  }

  [style*="display:flex;gap:10px;max-width:560px"] {
    flex-direction: column !important;
    padding: 8px !important;
  }

  [style*="display:flex;align-items:center;background:#f05f45"] {
    justify-content: center !important;
    min-height: 46px !important;
  }

  [style*="display:flex;align-items:center;gap:18px"] {
    flex-wrap: wrap !important;
  }

  [style*="display:flex;flex-wrap:wrap"] {
    gap: 8px !important;
  }

  [style*="padding:13px 20px"] {
    padding: 10px 14px !important;
    font-size: 15px !important;
  }

  [style*="min-height:170px"] {
    min-height: 132px !important;
  }

  [style*="border-right"] {
    border-right: 0 !important;
  }

  [style*="border-left"] {
    border-left: 0 !important;
  }

  footer,
  footer > div {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    text-align: left !important;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: clamp(42px, 14vw, 58px) !important;
  }

  [style*="font-size:clamp(72px"],
  [style*="font-size:clamp(46px"],
  [style*="font-size:clamp(44px"],
  [style*="font-size:clamp(32px"] {
    font-size: clamp(40px, 13vw, 56px) !important;
  }

  [style*="padding:26px 28px"] {
    padding: 20px !important;
  }

  [style*="padding:18px 22px 22px"] {
    padding: 16px !important;
  }

  [style*="padding:18px 28px"],
  [style*="padding:18px 30px"] {
    width: 100% !important;
    justify-content: center !important;
    white-space: normal !important;
    text-align: center !important;
  }
}
