/*
 Theme Name: YITH Wonder Child
 Theme URI: https://cyberoptik.net/
 Description: A lightweight child theme for YITH Wonder to hold custom templates, styles, and theme.json overrides.
 Author: CyberOptik
 Author URI: https://cyberoptik.net/
 Template: yith-wonder
 Version: 1.0.0
 Requires at least: 6.6
 Tested up to: 6.6
 Text Domain: yith-wonder-child
*/

/* Place any small, global tweaks here. Prefer theme.json for most styling. */

/* Forminator styling helper for Profound Financial brand */
.forminator-ui.forminator-custom-form .forminator-label { font-weight:600; color:#374151; }
.forminator-ui.forminator-custom-form input[type="text"],
.forminator-ui.forminator-custom-form input[type="email"],
.forminator-ui.forminator-custom-form input[type="tel"],
.forminator-ui.forminator-custom-form textarea {
  border-radius:10px;
  border:1px solid #e5e7eb;
  box-shadow:none;
}
.forminator-ui.forminator-custom-form .forminator-button-submit {
  background:#b4532a;
  color:#fff;
  border-radius:12px;
  padding:12px 16px;
  font-weight:700;
}
.forminator-ui.forminator-custom-form input[type="radio"] + label,
.forminator-ui.forminator-custom-form input[type="checkbox"] + label {
  font-weight:600;
}


/* PF Affordable Plan */
.pf-btn{display:inline-block;text-decoration:none;font-weight:700;border-radius:12px;padding:12px 16px;margin-right:8px}
.pf-btn-primary{background:#b4532a;color:#fff}
.pf-btn-outline{background:#fff;color:#b4532a;border:1px solid #e5e7eb}
.pf-btn-link{background:transparent;color:#b4532a}
.pf-btn:hover{opacity:.95}
