.custom-select-wrapper{position:relative;width:100%;user-select:none}.custom-select-trigger{width:100%;padding:8px 0;border-radius:4px;border:2px solid gold;background:#1a1a1a;color:#fff;font-weight:600;text-align:center;cursor:pointer;position:relative;transition:all .3s ease}.custom-select-trigger:hover{border-color:orange}.custom-select-trigger::after{content:"▼";position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:.8em;transition:transform .3s ease}.custom-select-trigger.open::after{transform:translateY(-50%) rotate(180deg)}.custom-select-options{position:absolute;top:100%;left:0;right:0;max-height:300px;overflow-y:auto;background:#1a1a1a;border:2px solid gold;border-top:none;border-radius:0 0 4px 4px;z-index:1000;display:none;margin-top:-2px}.custom-select-options.open{display:block}.custom-select-option{padding:1px 0;text-align:center;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;line-height:1.1}.custom-select-option:hover{background:linear-gradient(90deg,rgba(255,215,0,.2),rgba(255,165,0,.2))}.custom-select-option.selected{background:linear-gradient(90deg,rgba(255,215,0,.3),rgba(255,165,0,.3))}@media (max-width:768px){.custom-select-option,.custom-select-trigger{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-option{font-size:.78rem;line-height:1.05}}.custom-select-options::-webkit-scrollbar{width:8px}.custom-select-options::-webkit-scrollbar-track{background:#1a1a1a}.custom-select-options::-webkit-scrollbar-thumb{background:gold;border-radius:4px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:orange}