#email-subs-custom {
  width: 60%;
  font-size: 0.75rem; /* x-small ≈ 12px */
  line-height: 1.4;
}

/* 📱 Pre tablety */
@media (max-width: 1024px) {
  #email-subs-custom {
    width: 80%;
    font-size: 0.7rem;
  }
}

/* 📱 Pre mobily */
@media (max-width: 640px) {
  #email-subs-custom {
    width: 95%;
    font-size: 0.65rem;
    text-align: center;
  }
}
