.orangecare-root { width: 100%; }
.orangecare-shell .orangecare-brand-btn,
.orangecare-shell .orangecare-device-btn,
.orangecare-shell .orangecare-price-badge,
.orangecare-shell button,
.orangecare-shell a { transition: all .2s ease-in-out; }
.orangecare-shell .orangecare-brand-btn:hover { border-color: var(--oc-primary); }
.orangecare-shell .orangecare-issue-card.orangecare-selected { border-color: var(--oc-primary); background: #fff7ed; }
.orangecare-shell .orangecare-variant-row:hover { background: #f8fafc; }
.orangecare-shell input[type="radio"] { accent-color: var(--oc-primary); }
