.dc-select { width:min(400px,100%); min-height:40px; padding:0 12px; border:0; border-radius:3px; background:var(--dc-button-secondary); color:var(--dc-text); font-family:"gg sans","Noto Sans",sans-serif; font-size:14px; line-height:18px; display:flex; align-items:center; justify-content:space-between; gap:12px; text-align:left; }
.dc-select span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; opacity:.8; }
.dc-select svg { width:18px; height:18px; flex:0 0 auto; fill:none; stroke:currentColor; stroke-width:2; }
.dc-select.disabled { opacity:.5; cursor:not-allowed; }
.select-option-card { border:1px solid #d7dde6; border-radius:8px; padding:10px; background:#fff; }
.select-option-card + .select-option-card { margin-top:8px; }
