.custom-select{appearance:base-select}.custom-select::picker(select){appearance:base-select}
.custom-select-frameworks{--radius:10px;appearance:base-select;background:0 0;padding:7px 15px}.custom-select-frameworks:focus-visible{outline-color:var(--color-emerald-500);outline-offset:5px}.custom-select-frameworks::picker(select){appearance:base-select;border-radius:var(--radius);margin-block:5px;padding:0}@media (forced-colors:none){.custom-select-frameworks::picker(select){border:1px solid var(--color-gray-50);box-shadow:0 0 0 2px var(--color-gray-50)}}.custom-select-frameworks::picker-icon{display:none}.custom-select-frameworks option{cursor:pointer;align-items:center;column-gap:10px;padding-block:10px;padding-inline:10px;font-size:1rem;display:flex}.custom-select-frameworks option::checkmark{font-weight:var(--font-weight-8)}.custom-select-frameworks option:focus-visible{border:2px solid var(--color-cyan-500);border-radius:10px;outline:none}.custom-select-frameworks option:is(:focus,:hover){color:inherit;background:oklch(from var(--link)l c h/25%)}.custom-select-frameworks option:checked{font-weight:700}
