/* HB Contact Form Pro basic styles (Divi-yhteensopiva) */
.hbcfp-form { max-width: 720px; margin: 1rem auto; padding: 1rem; background: #ffffff; border: 1px solid #eee; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.hbcfp-row { margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
.hbcfp-row.checkbox { flex-direction: row; align-items: center; gap: 8px; }
.hbcfp-form input[type="text"],
.hbcfp-form input[type="email"],
.hbcfp-form textarea,
.hbcfp-form input[type="search"] { width: 100%; padding: 12px; border-radius: 10px; border: 1px solid #ddd; }
.hbcfp-actions { display: flex; align-items: center; gap: 12px; }
.hbcfp-btn { background: #d6111e; color: #fff; border: 0; border-radius: 999px; padding: 10px 18px; cursor: pointer; transition: transform .05s ease-in; }
.hbcfp-btn:active { transform: scale(0.98); }
.hbcfp-status { font-size: 14px; }
@media (max-width: 480px) {
  .hbcfp-form { padding: .75rem; }
}
