.footer-newsletter {
  margin-bottom: 2rem;
}

.footer-shell {
  width: 100%;
}

.footer-panel {
  margin-left: 24px;
  margin-right: 24px;
}

.footer-newsletter-form {
  width: min(100%, 1150px);
  min-height: 90px;
  padding: 12px 20px;
  gap: 0.7rem;
  border-radius: 45px;
  margin-left: auto;
  margin-right: auto;
}

.footer-newsletter-field input {
  min-height: 55px;
  padding: 0 28px;
  font-size: 15px;
}

.footer-newsletter-btn {
  min-width: 220px;
  min-height: 55px;
  padding: 0 55px;
  border-radius: 35px;
  background: #08145f;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-newsletter-btn:hover,
.footer-newsletter-btn:focus-visible {
  background: #0b1b75;
  color: #ffffff;
}

/* Conference route footer newsletter: actual live selectors */
.conference-event-footer__newsletter {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.conference-event-footer__newsletter-form {
  width: min(100%, 980px) !important;
  min-height: 72px !important;
  padding: 10px 16px !important;
  gap: 0.65rem !important;
  border-radius: 38px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.conference-event-footer__newsletter-field {
  flex: 1 1 280px !important;
}

.conference-event-footer__newsletter-field input {
  min-height: 46px !important;
  padding: 0 20px !important;
  font-size: 14px !important;
}

.conference-event-footer__newsletter-btn {
  min-width: 190px !important;
  min-height: 46px !important;
  padding: 0 38px !important;
  border-radius: 28px !important;
  background: #08145f !important;
  color: #ffffff !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}

.conference-event-footer__newsletter-btn:hover,
.conference-event-footer__newsletter-btn:focus-visible {
  background: #0b1b75 !important;
  color: #ffffff !important;
}

@media (max-width: 1080px) {
  .footer-shell {
    width: 100%;
  }

  .footer-panel {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-newsletter-form {
    width: min(100%, 920px);
    min-height: 82px;
    padding: 10px 16px;
  }

  .footer-newsletter-field input {
    min-height: 50px;
    padding: 0 22px;
    font-size: 14px;
  }

  .footer-newsletter-btn {
    min-width: 185px;
    min-height: 50px;
    padding: 0 40px;
  }

  .conference-event-footer__newsletter {
    max-width: 860px !important;
  }

  .conference-event-footer__newsletter-form {
    width: min(100%, 860px) !important;
    min-height: 68px !important;
    padding: 9px 14px !important;
    border-radius: 34px !important;
  }

  .conference-event-footer__newsletter-field input {
    min-height: 44px !important;
    padding: 0 18px !important;
    font-size: 13.5px !important;
  }

  .conference-event-footer__newsletter-btn {
    min-width: 170px !important;
    min-height: 44px !important;
    padding: 0 30px !important;
    border-radius: 24px !important;
  }
}

@media (max-width: 760px) {
  .footer-newsletter-form {
    width: min(100%, 100%);
    min-height: 74px;
    padding: 9px 12px;
    border-radius: 32px;
  }

  .footer-newsletter-field input {
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }

  .footer-newsletter-btn {
    min-width: 150px;
    min-height: 46px;
    padding: 0 28px;
    border-radius: 26px;
    font-size: 0.84rem;
  }

  .conference-event-footer__newsletter {
    max-width: 100% !important;
  }

  .conference-event-footer__newsletter-form {
    width: 100% !important;
    min-height: 64px !important;
    padding: 8px 10px !important;
    border-radius: 28px !important;
  }

  .conference-event-footer__newsletter-field input {
    min-height: 42px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
  }

  .conference-event-footer__newsletter-btn {
    min-width: 100% !important;
    min-height: 42px !important;
    padding: 0 22px !important;
    border-radius: 22px !important;
    font-size: 0.82rem !important;
  }
}
