.prefooter-email-signup {
  --fse-prefooter-bg: #f5f3ef;
  --fse-prefooter-text: #1c1c1c;
  --fse-prefooter-heading: #1c1c1c;
  --fse-prefooter-button-bg: #1c1c1c;
  --fse-prefooter-button-text: #ffffff;
  --fse-prefooter-icon-bg: #946e24;
  background: var(--fse-prefooter-bg);
  color: var(--fse-prefooter-text);
  margin-left: calc(50% - 50vw);
  padding: 88px 20px 70px;
  text-align: center;
  width: 100vw;
}

.prefooter-email-signup.prefooter-email-signup--theme-dark {
  --fse-prefooter-bg: #1c1c1c;
  --fse-prefooter-text: #e0d5c0;
  --fse-prefooter-heading: #ffffff;
  --fse-prefooter-button-bg: #e0d5c0;
  --fse-prefooter-button-text: #1c1c1c;
  --fse-prefooter-icon-bg: #cfae70;
  background-color: #1c1c1c !important;
}

.prefooter-email-signup.prefooter-email-signup--theme-light {
  --fse-prefooter-bg: #ffffff;
  --fse-prefooter-text: #1c1c1c;
  --fse-prefooter-heading: #1c1c1c;
  --fse-prefooter-button-bg: #1c1c1c;
  --fse-prefooter-button-text: #ffffff;
  --fse-prefooter-icon-bg: #946e24;
  background-color: #ffffff !important;
}

.prefooter-email-signup.prefooter-email-signup--theme-tone {
  --fse-prefooter-bg: #f5f3ef;
  --fse-prefooter-text: #1c1c1c;
  --fse-prefooter-heading: #1c1c1c;
  --fse-prefooter-button-bg: #1c1c1c;
  --fse-prefooter-button-text: #ffffff;
  --fse-prefooter-icon-bg: #946e24;
  background-color: #f5f3ef !important;
}

.prefooter-email-signup__inner {
  margin: 0 auto;
  max-width: 840px;
}

.prefooter-email-signup__heading {
  color: var(--fse-prefooter-heading);
  font-family: "Jannon Display", Times, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 18px;
}

.prefooter-email-signup__subheading {
  color: var(--fse-prefooter-text);
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.35;
  margin: 0 0 28px;
}

.prefooter-email-signup__button {
  align-items: center;
  background: var(--fse-prefooter-button-bg);
  border: 1px solid var(--fse-prefooter-button-bg);
  border-radius: 999px;
  color: var(--fse-prefooter-button-text);
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  margin-bottom: 36px;
  min-height: 56px;
  min-width: 200px;
  padding: 14px 26px;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.prefooter-email-signup__button:hover,
.prefooter-email-signup__button:focus {
  background: #ffffff;
  border: 1px solid rgba(153, 142, 133, 0.3);
  color: #1c1c1c;
  opacity: 1;
}

.prefooter-email-signup__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
}

.prefooter-email-signup__link {
  color: var(--fse-prefooter-text);
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prefooter-email-signup__follow {
  color: var(--fse-prefooter-text);
  font-size: 16px;
  font-weight: 400;
}

.prefooter-email-signup__separator {
  color: var(--fse-prefooter-text);
  font-size: 14px;
  line-height: 1;
}

.prefooter-email-signup__icons {
  display: inline-flex;
  gap: 9px;
}

.prefooter-email-signup__icon {
  align-items: center;
  background: var(--fse-prefooter-icon-bg);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 46px;
}

.prefooter-email-signup__icon svg {
  height: 21px;
  width: 21px;
}

.prefooter-email-signup__icon:hover,
.prefooter-email-signup__icon:focus {
  background: #1c1c1c;
  color: #ffffff;
}

@media (max-width: 767px) {
  .prefooter-email-signup {
    padding: 64px 20px 56px;
  }

  .prefooter-email-signup__button {
    font-size: 16px;
    min-width: 0;
    width: 100%;
  }

  .prefooter-email-signup__meta {
    gap: 10px 14px;
  }

  .prefooter-email-signup__link,
  .prefooter-email-signup__follow {
    font-size: 16px;
  }

  .prefooter-email-signup__separator {
    font-size: 12px;
  }
}
