/* WordPress-specific styling: native forms + editor content. (Navigation reuses the core design system.) */

/* Native WP form plugins styled inside the contact/partner card */
.form-card .wpcf7 input[type=text],.form-card .wpcf7 input[type=email],.form-card .wpcf7 input[type=url],.form-card .wpcf7 input[type=tel],.form-card .wpcf7 textarea,.form-card .wpcf7 select,
.form-card .frm_forms input[type=text],.form-card .frm_forms input[type=email],.form-card .frm_forms textarea,.form-card .frm_forms select,
.form-card .wpforms-field input,.form-card .wpforms-field textarea,.form-card .wpforms-field select{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:12px;font-family:var(--ff-b);font-size:15px;color:var(--text);background:var(--mist);box-sizing:border-box}
.form-card .wpcf7 input:focus,.form-card .wpcf7 textarea:focus,.form-card .wpcf7 select:focus,.form-card .wpforms-field input:focus,.form-card .wpforms-field textarea:focus{outline:none;border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px rgba(51,196,134,.15)}
.form-card .wpcf7 label{font-family:var(--ff-d);font-weight:600;font-size:12.5px;color:var(--ink)}
.form-card .wpcf7-submit,.form-card .wpforms-submit,.form-card .frm_button_submit{width:100%;background:var(--brand);color:#04231a;border:none;border-radius:12px;padding:15px 26px;font-family:var(--ff-d);font-weight:700;font-size:15px;cursor:pointer}

/* Editor content (Privacy/Terms/NDA and default pages) uses the article prose styles */
.entry-content{max-width:760px}
.entry-content h2{font-size:1.55rem;margin:34px 0 12px}
.entry-content h3{font-size:1.2rem;margin:24px 0 10px}
.entry-content p{font-size:1.05rem;line-height:1.75;color:var(--text);margin-bottom:18px}
.entry-content ul,.entry-content ol{margin:0 0 20px 22px}
.entry-content li{margin-bottom:8px;line-height:1.7}
.entry-content a{color:var(--brand-d);font-weight:600}
.entry-content img{border-radius:14px;height:auto;max-width:100%}
.entry-content .wp-block-image{margin:0 0 18px}
