html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 992px) {
  .container,
  .pn-footer-container,
  .site-wrap .container {
    max-width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 768px) {
  .pn-topline {
    font-size: 11px;
  }

  .pn-header-row {
    padding: 10px 14px !important;
    gap: 10px !important;
  }

  .pn-brand img {
    width: 128px !important;
  }

  .pn-actions {
    gap: 4px !important;
  }

  .pn-icon-btn {
    width: 34px !important;
    height: 34px !important;
  }

  .pn-footer-newsletter h3 {
    font-size: 20px !important;
  }

  .pn-footer-form {
    width: 100%;
  }

  .pn-footer-form input,
  .pn-footer-form button {
    width: 100%;
    min-width: 0 !important;
  }

  .modal,
  .popup,
  .dialog {
    max-width: calc(100vw - 20px);
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: clamp(24px, 7vw, 30px);
  }

  h2 {
    font-size: clamp(20px, 6vw, 26px);
  }

  .btn,
  button,
  input[type="submit"] {
    max-width: 100%;
  }

  form input,
  form select,
  form textarea {
    width: 100%;
    max-width: 100%;
  }
}
