
.sccs-wrapper{position:relative}
.sccs-trigger{background:none;border:none;color:#fff;cursor:pointer;display:flex;gap:6px}
.sccs-caret{width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}
.sccs-dropdown{position:absolute;right:0;top:120%;width:300px;background:#111;opacity:0;pointer-events:none;transition:.25s}
.sccs-dropdown.open{opacity:1;pointer-events:auto}
.sccs-item{display:flex;justify-content:space-between;padding:10px;cursor:pointer}
.sccs-item:hover{background:#222}
