.custom-select-container{width:100%;display:inline-block;position:relative}.custom-select-trigger{appearance:none;background:var(--surface-muted);border-radius:var(--radius-sm);width:100%;min-height:44px;font-family:inherit;font-weight:500;font-size:var(--text-sm);color:inherit;cursor:pointer;text-align:left;box-shadow:none;transition:box-shadow var(--duration) var(--ease), background-color var(--duration) var(--ease);border:0;justify-content:space-between;align-items:center;padding:10px 36px 10px 12px;display:flex}.custom-select-trigger:hover:not(:disabled){background:color-mix(in srgb, var(--surface-muted) 80%, var(--border))}.custom-select-trigger:disabled{opacity:.5;cursor:not-allowed}.custom-select-icon{pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.custom-select-container.ghost .custom-select-trigger{box-shadow:none;background:0 0}.custom-select-container.small .custom-select-trigger{min-height:32px;font-size:var(--text-xs);padding:6px 30px 6px 10px;font-weight:600}.custom-select-container.small .custom-select-icon{right:8px}
