/* ZYANYA - Newsletter popup base */
.ybc-newsletter-popup,
.ybc-newsletter-popup * {
  font-family: inherit;
}

/* ZYANYA - Botón del newsletter popup */
.ybc-newsletter-popup .btn,
.ybc-newsletter-popup button,
.ybc-newsletter-popup input[type="submit"] {
  background: #D4A51F !important;
  border-color: #D4A51F !important;
  color: #17130B !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

/* ZYANYA - Hover del botón */
.ybc-newsletter-popup .btn:hover,
.ybc-newsletter-popup button:hover,
.ybc-newsletter-popup input[type="submit"]:hover {
  background: #E8C966 !important;
  border-color: #E8C966 !important;
  color: #17130B !important;
}

/* ZYANYA - Título real del newsletter popup */
.ybc-newsletter-popup .line_sub h4,
.ybc-newsletter-popup .ynp-inner .line_sub h4,
.ybc-newsletter-popup .ybc_nlt_content .line_sub h4 {
  color: #2A2115 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
  font-family: "Cinzel", serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin: 10px 0 12px !important;
}