@layer blocks {
  .customer-service-forms__inner {
    box-sizing: content-box;
    margin-inline: auto;
    max-width: 100%;
    padding-inline: 1.5rem;
  }
  @media (min-width: 768px) {
    .customer-service-forms__inner {
      padding-inline: 3rem;
    }
  }
  @media (min-width: 1024px) {
    .customer-service-forms__inner {
      max-width: 120rem;
      padding-inline: 5rem;
    }
  }
  .customer-service-forms__inner {
    padding: 4rem 1.5rem 0;
  }
  @media (min-width: 1024px) {
    .customer-service-forms__inner {
      padding: 6.5rem 5rem 0;
    }
  }
  .customer-service-forms__heading {
    margin-bottom: 0;
  }
  @media (min-width: 1024px) {
    .customer-service-forms__heading {
      max-width: 66.5625rem;
    }
  }
  .customer-service-forms__body-text {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
  }
  @media (min-width: 1024px) {
    .customer-service-forms__body-text {
      max-width: 59.875rem;
      margin-top: 1rem;
      margin-bottom: 3.5rem;
    }
  }
  .customer-service-forms__panels {
    margin-block: 4rem;
  }
  .customer-service-forms__panel-header {
    margin-bottom: 4rem;
  }
  .customer-service-forms__panel-title {
    font-family: var(--font-primary);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  @media (min-width: 1024px) {
    .customer-service-forms__panel-title {
      font-size: 2.5rem;
      line-height: 1;
    }
  }
  @media (min-width: 1024px) {
    .customer-service-forms__panel-title {
      font-family: var(--font-primary);
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }
  }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .customer-service-forms__panel-title {
      font-size: 2rem;
      line-height: 1;
    }
  }
  .customer-service-forms__panel-description {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 1.5rem;
    color: var(--theme-text-primary);
  }
  .customer-service-forms__panel-description + .customer-service-forms__panel-description {
    margin-top: 0;
  }
  @media (min-width: 1024px) {
    .customer-service-forms__panel {
      max-width: 54.125rem;
    }
  }
  .customer-service-forms__panel.focus, .customer-service-forms__panel:focus-visible {
    outline: 0.125rem solid var(--theme-focus-primary);
    outline-offset: 0.25rem;
  }
  .customer-service-forms .text-input {
    position: relative;
  }
  .customer-service-forms .text-input--error {
    padding-bottom: 1.75rem;
  }
  .customer-service-forms .text-input__error {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
  .customer-service-forms__form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  @media (min-width: 1024px) {
    .customer-service-forms__form {
      gap: 3rem;
    }
    .customer-service-forms__form .text-input,
    .customer-service-forms__form .location-field__country-wrapper,
    .customer-service-forms__form .howto-questions-form__inquiry-type-wrapper,
    .customer-service-forms__form .product-issues-form__inquiry-wrapper,
    .customer-service-forms__form .product-issues-form__issue-wrapper {
      max-width: 26.3125rem;
    }
  }
  .customer-service-forms__submit {
    width: 100%;
  }
  @media (min-width: 1024px) {
    .customer-service-forms__submit {
      width: 17.625rem;
    }
  }
  .customer-service-forms__confirmation {
    padding: 2rem;
  }
  .customer-service-forms__confirmation:focus:not(:focus-visible) {
    outline: none;
  }
  .customer-service-forms__confirmation-text {
    color: var(--theme-text-primary);
  }
  .customer-service-forms__submission-error {
    color: var(--theme-feedback-error);
    padding: 1rem 0;
  }
  .customer-service-forms__recaptcha-error {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
    color: var(--theme-feedback-error);
    margin-top: 0.5rem;
  }
}