/* Footer WhatsApp pill — tarjeta .form-new del newsletter (todas las páginas) */

footer .new-letter .form-new .fx-footer-wa-pill {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  margin-left: 50px;
  margin-bottom: 10px;
  max-width: calc(100% - 100px);
  padding: 10px 14px 10px 0;
  background: transparent !important;
  color: #AD9371!important;
  border-radius: 999px;
  border: none;
  text-decoration: none !important;
  box-shadow: none;
  box-sizing: border-box;
}

footer .new-letter .form-new .fx-footer-wa-pill:focus-visible {
  outline: 2px solid #AD9371;
  outline-offset: 3px;
}

footer .new-letter .form-new .fx-footer-wa-pill__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin: 0;
  border-radius: 50%;
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
}

footer .new-letter .form-new .fx-footer-wa-pill__icon .fa-whatsapp {
  color: #AD9371!important;
}

footer .new-letter .form-new .fx-footer-wa-pill__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 8px 8px 4px;
  min-height: 50px;
  line-height: 1.3;
  text-align: left;
}

footer .new-letter .form-new .fx-footer-wa-pill__title {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #AD9371!important;
  letter-spacing: 0.02em;
}

@media (max-width: 1199px) {
  footer .new-letter .form-new .fx-footer-wa-pill {
    margin-left: 50px;
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 991px) {
  footer .new-letter .form-new .fx-footer-wa-pill {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    width: fit-content !important;
    max-width: min(100%, 22rem) !important;
    padding: 12px 16px 12px 0 !important;
  }

  footer .new-letter .form-new .fx-footer-wa-pill__text {
    padding: 6px 4px 6px 4px !important;
    min-height: 0 !important;
  }

  footer .new-letter .form-new .fx-footer-wa-pill__icon {
    width: 46px !important;
    height: 46px !important;
    font-size: 22px !important;
  }

  footer .new-letter .form-new .fx-footer-wa-pill__title {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  footer .new-letter .form-new .fx-footer-wa-pill {
    max-width: calc(100% - 20px) !important;
    padding: 10px 12px 10px 0 !important;
  }

  footer .new-letter .form-new .fx-footer-wa-pill__text {
    padding: 4px 2px 4px 4px !important;
  }

  footer .new-letter .form-new .fx-footer-wa-pill__icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 20px !important;
  }

  footer .new-letter .form-new .fx-footer-wa-pill__title {
    font-size: 15px !important;
  }
}
