.pga-newsletter-form {
  align-items: stretch;
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  margin: 1.8rem auto 0;
  max-width: 620px;
  padding: 0 1.25rem;
}

.pga-newsletter-form__email {
  background: #fff !important;
  border: 2px solid transparent !important;
  border-radius: 3px;
  box-sizing: border-box;
  color: #252525 !important;
  flex: 1 1 320px;
  font-size: 16px;
  min-height: 54px;
  min-width: 0;
  padding: 0 1rem !important;
}

.pga-newsletter-form__email:focus {
  border-color: #1c792c;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
  outline: none;
}

.pga-newsletter-form__email::placeholder {
  color: #6f7770 !important;
  opacity: 1 !important;
}

.pga-newsletter-form__button {
  background: #101414 !important;
  border: 2px solid #101414 !important;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 54px;
  padding: 0 1.5rem;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.pga-newsletter-form__button:hover,
.pga-newsletter-form__button:focus {
  background: #fff !important;
  border-color: #fff !important;
  color: #37b44a !important;
  outline: none;
}

.pga-newsletter-form__privacy {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.5;
  margin: 0.85rem auto 0;
  max-width: 620px;
  padding: 0 1.25rem;
  text-align: center;
}

.pga-newsletter-form__privacy label {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  gap: 0.45rem;
  justify-content: center;
  min-height: 44px;
  position: relative;
}

.pga-newsletter-form__privacy input {
  height: 1px !important;
  left: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 1px !important;
}

.pga-newsletter-form__check {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  flex: 0 0 auto;
  height: 15px;
  margin-top: 0.18rem;
  position: relative;
  width: 15px;
}

.pga-newsletter-form__privacy input:checked + .pga-newsletter-form__check::after {
  border-bottom: 2px solid #101414;
  border-right: 2px solid #101414;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 4px;
}

.pga-newsletter-form__privacy input:focus + .pga-newsletter-form__check {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.pga-newsletter-form__status {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0.9rem auto 0;
  max-width: 620px;
  min-height: 1.45em;
  padding: 0 1.25rem;
  text-align: center;
}

.pga-newsletter-form__hp {
  left: -9999px;
  position: absolute;
}

@media (max-width: 640px) {
  .pga-newsletter-form {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pga-newsletter-form__email,
  .pga-newsletter-form__button {
    flex-basis: auto;
    width: 100%;
  }
}
