.fsgt93-newsletter__intro {
  margin: 0 0 12px;
}

.fsgt93-newsletter__label {
  display: block;
  margin: 0 0 6px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.fsgt93-newsletter__row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.fsgt93-newsletter__row input[type="email"] {
  min-width: 0;
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #2e1f1c;
  background: #ffffff;
}

.fsgt93-newsletter__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 9px 14px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  font-weight: 700;
  color: #ffffff;
  background: #9b1217;
  cursor: pointer;
}

.fsgt93-newsletter__row button,
.fsgt93-newsletter__submit {
  --fsgt93-newsletter-hover-background: #f6b000;
  --fsgt93-newsletter-hover-color: #5a0f14;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.fsgt93-newsletter__row button:hover:not(:disabled),
.fsgt93-newsletter__row button:focus-visible:not(:disabled),
.fsgt93-newsletter__submit:hover:not(:disabled),
.fsgt93-newsletter__submit:focus-visible:not(:disabled) {
  border-color: var(--fsgt93-newsletter-hover-background);
  color: var(--fsgt93-newsletter-hover-color);
  background: var(--fsgt93-newsletter-hover-background);
}

.fsgt93-newsletter__row input[type="email"]:focus,
.fsgt93-newsletter__submit:focus-visible,
.fsgt93-newsletter__consent input:focus-visible {
  outline: 3px solid #253b80;
  outline-offset: 2px;
}

.fsgt93-newsletter__consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 0.82rem;
  line-height: 1.35;
  cursor: pointer;
}

.fsgt93-newsletter__consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.fsgt93-newsletter__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.fsgt93-newsletter__feedback {
  margin: 10px 0 0;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 0.9rem;
  line-height: 1.35;
}

.fsgt93-newsletter__feedback--success {
  color: #17391f;
  background: #e3f5e7;
}

.fsgt93-newsletter__feedback--error {
  color: #641014;
  background: #fff0f0;
}

@media (max-width: 520px) {
  .fsgt93-newsletter__row {
    flex-direction: column;
  }

  .fsgt93-newsletter__submit {
    width: 100%;
  }
}
