.cms-email-cta-row .cms-email-form {
  position: relative;
  z-index: 1;
}

.cms-email-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cms-email-form,
.cms-email-field {
  width: 100%;
}

.cms-email-form input[type='text'],
.cms-email-form input[type='email'] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
}

.cms-email-consent {
  font-size: 12px;
  color: #555;
  line-height: 15px;
  margin: 1rem 0 0 0;
}

.cms-email-submit button {
  background-color: var(--gcid-heading-color) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border-width: 1px !important;
  border-color: var(--gcid-heading-color) !important;
  border-style: solid !important;
  margin-top: 1rem;
}

/* SR-only labels */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .cms-email-row {
    grid-template-columns: 1fr;
  }

  .cms-email-submit button {
    width: 100%;
    text-align: center;
  }
}
