.chips-checkbox .et_pb_contact_field_options_wrapper{display:flex;flex-wrap:wrap;gap:12px}.chips-checkbox .et_pb_contact_field_option{position:relative}.chips-checkbox input[type="checkbox"]{position:absolute;opacity:0}.chips-checkbox .et_pb_contact_field_option label{display:inline-block;background:rgba(255,255,255,0.08);color:#fff;padding:10px 18px;border-radius:30px;cursor:pointer;border:1px solid rgba(255,255,255,0.15);transition:all 0.25s ease;font-weight:500}.chips-checkbox .et_pb_contact_field_option label:hover{background:rgba(255,255,255,0.15)}.chips-checkbox .et_pb_contact_field_option input:checked+label{background:linear-gradient(135deg,#7b2cff,#a855f7);color:#fff;border-color:transparent;box-shadow:0 6px 18px rgba(123,44,255,0.4)}.chips-checkbox .et_pb_contact_field_option input:checked+label::before{content:"✓ ";font-weight:bold}