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

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

.feedback-type label {
  position: relative;
  min-width: 0;
}

.feedback-type input {
  width: 1px;
  height: 1px;
  margin: 0;
}

.feedback-type input:focus-visible + span {
  outline: 2px solid #d4aa6280;
  outline-offset: 2px;
}

@media (max-width: 560px) {
  .product-copy,
  .contact > * {
    min-width: 0;
  }

  .contact-links a {
    grid-template-columns: 75px minmax(0, 1fr) auto;
  }

  .contact-links b {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
