.cbahi-wrapper{
max-width:1000px;
margin:40px auto;
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 10px 35px rgba(0,0,0,.08);
font-family:Arial,sans-serif;
}

.cbahi-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.cbahi-group{
display:flex;
flex-direction:column;
margin-bottom:20px;
}

.cbahi-group input,
.cbahi-group select{
padding:12px;
border:1px solid #ddd;
border-radius:10px;
}

.cbahi-btn{
background:#0f4c81;
color:#fff;
padding:14px 25px;
border:none;
border-radius:50px;
cursor:pointer;
}

#cbahiResponse{
margin-top:20px;
color:green;
font-weight:bold;
}
