/* =========================
   Footer – Top Pane
   ========================= */

.footer_top_pane .newslettersubscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.footer_top_pane .page-center {
  padding: 0;
}

/* Text styles */
.footer_top_pane .newslettersubscribe p {
  margin: 0;
  color: #ffffff;
}

.footer_top_pane .newslettersubscribe p:first-of-type {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 10px 5px 0;
  margin-bottom: 20px;
  text-align: center;
}

/* CTA Button – FIXED vertical centering */
.footer_top_pane .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 19px 46px;
  border-radius: 25px;
  line-height: normal;
  white-space: nowrap;
}

/* Desktop adjustments */
@media (min-width: 768px) {
  .footer_top_pane .newslettersubscribe p {
    display: inline-block;
  }

  .footer_top_pane .newslettersubscribe p:first-of-type {
    margin-bottom: 5px;
    border-right: 2px solid #85837b;
    margin-right: 25px;
  }

  /* Ensure button stays*
