
.cbms-wrapper{border:1px solid #eee;padding:15px;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,0.04);max-width:500px;margin:14px 0;background:linear-gradient(180deg,#fff,#f9f9ff);}
.cbms-title{font-size:18px;margin-bottom:10px;text-align:center;color:#222;font-weight:700;}
.cbms-wrapper label{display:block;margin:8px 0 4px;font-size:14px;color:#333;}
.cbms-wrapper select, .cbms-wrapper input[type="text"]{width:100%;padding:8px;border:1px solid #ddd;border-radius:8px;box-sizing:border-box;}
@media(max-width:600px){
    .cbms-wrapper{padding:12px;border-radius:10px;}
    .cbms-title{font-size:16px;}
}
