.bh-card{background:var(--bh-white);margin:15px 20px;border-radius:16px;border:2px solid transparent;transition:all .3s ease}.bh-card.active{border-color:var(--bh-blue)}.bh-card-trigger{padding:20px;display:flex;align-items:center;cursor:pointer;justify-content:space-between}.bh-icon-box{width:45px;height:45px;background:var(--bh-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:15px;font-size:22px}.bh-card-content{max-height:0;overflow:hidden;transition:max-height .4s ease-out;padding:0 20px}.bh-card.active .bh-card-content{max-height:600px;padding-bottom:20px}.bh-check-item{display:flex;align-items:center;padding:14px;border-radius:12px;cursor:pointer;margin-bottom:10px;transition:.2s;border:1px solid #f1f5f9;background:#fcfcfc}.bh-check-item:hover{background:#f1f5f9}.bh-check-item.checked{background:rgba(49,232,9,.1);border-color:var(--bh-green)}.bh-custom-check{width:26px;height:26px;border:2px solid #cbd5e1;border-radius:8px;margin-right:15px;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0}.checked .bh-custom-check{background:var(--bh-green);border-color:var(--bh-green)}.checked .bh-custom-check::after{content:"✓";color:var(--bh-blue);font-weight:900;font-size:18px}