.cnbsm-consent-box{margin-top:14px;padding:16px;border:1px solid #e5e7eb;border-radius:18px;background:#f8fafc;color:#0f172a;box-shadow:0 10px 28px rgba(15,23,42,.04)}
.cnbsm-consent-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.cnbsm-consent-head strong{display:block;font-size:16px;line-height:1.25}.cnbsm-consent-head span{display:block;font-size:13px;color:#475569;margin-top:4px}.cnbsm-consent-head em{font-size:12px;color:#64748b;font-style:normal;white-space:nowrap}.cnbsm-consent-status-accepted{background:#ecfdf5;border-color:#bbf7d0}.cnbsm-consent-status-declined,.cnbsm-consent-status-failed{background:#fef2f2;border-color:#fecaca}.cnbsm-consent-status-revoked,.cnbsm-consent-status-expired{background:#fff7ed;border-color:#fed7aa}.cnbsm-consent-status-sent,.cnbsm-consent-status-delivered{background:#eff6ff;border-color:#bfdbfe}
.cnbsm-consent-form{display:grid;gap:12px;margin-top:10px}.cnbsm-consent-form label span,.cnbsm-consent-label{display:block;font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px}.cnbsm-consent-form input[type=text],.cnbsm-consent-form input:not([type]){width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;background:#fff;color:#0f172a;box-shadow:0 1px 0 rgba(15,23,42,.02)}.cnbsm-consent-form input[type=text]:focus,.cnbsm-consent-form input:not([type]):focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px rgba(59,130,246,.14)}
.cnbsm-consent-channel-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cnbsm-channel-option{position:relative;display:block;margin:0}.cnbsm-channel-option input{position:absolute;opacity:0;pointer-events:none}.cnbsm-channel-option span{display:flex;min-height:66px;flex-direction:column;justify-content:center;gap:3px;margin:0;padding:12px 13px;border:1px solid #dbe4ef;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .15s ease}.cnbsm-channel-option strong{font-size:14px;color:#0f172a;line-height:1.2}.cnbsm-channel-option small{font-size:12px;color:#64748b;line-height:1.25}.cnbsm-channel-option input:checked+span{border-color:#60a5fa;background:#eff6ff;box-shadow:0 0 0 3px rgba(59,130,246,.13)}.cnbsm-channel-option input:focus-visible+span{outline:2px solid #2563eb;outline-offset:2px}.cnbsm-channel-option:hover span{border-color:#93c5fd;transform:translateY(-1px)}
.cnbsm-consent-check{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.4;color:#334155}.cnbsm-consent-check input{margin-top:2px}.cnbsm-consent-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.cnbsm-consent-box p{margin:8px 0 12px;color:#334155;font-size:14px;line-height:1.5}.cnbsm-copy-wrap span{display:block;font-size:12px;color:#64748b;margin-bottom:4px}.cnbsm-copy-input{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:10px;background:#fff;color:#334155}
@media(max-width:640px){.cnbsm-consent-box{padding:14px;border-radius:16px}.cnbsm-consent-head{display:block}.cnbsm-consent-head em{display:block;margin-top:6px}.cnbsm-consent-channel-options{grid-template-columns:1fr}.cnbsm-channel-option span{min-height:auto}.cnbsm-consent-actions .cnbsm-btn{width:100%;justify-content:center}}

/* v1.0.55.2 — disabled future channels */
.cnbsm-channel-option.is-disabled{
  opacity:.58;
  cursor:not-allowed;
  background:#f8fafc;
  border-style:dashed;
}
.cnbsm-channel-option.is-disabled *{cursor:not-allowed;}
.cnbsm-consent-muted{font-size:13px;color:#64748b;margin:6px 0 10px;}
