/*
 Theme Name:   Periopartners theme
 Template:     hello-elementor
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme of Hello Elementor
 Author:       Diem Bui
 Version:      1.0
*/

@import url("../hello-elementor/style.css");
.referral-form .row{margin-bottom:16px}
.referral-form label{display:block;margin-bottom:6px;font-weight:600}
.referral-form .two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width:768px){.referral-form .two-col{grid-template-columns:1fr}}
.referral-form input,
.referral-form select,
.referral-form textarea{width:100%;height:44px;padding:10px 12px;border:1px solid #e3e3e3;border-radius:6px}
.referral-form textarea{min-height:120px}
.referral-form .reason-group{display:none} /* ẩn hết Reason cho tới khi chọn Services */
.form_online h3{
	font-size: 20px !important;
}