.custom-select,.custom-select::picker(select){appearance:base-select}.custom-select::picker(select){border-radius:.375rem;border:1px solid var(--secondary);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);padding:.25rem;margin-top:.25rem;background:var(--background)}.custom-select option{padding:.5rem 1rem;cursor:pointer;transition:background-color .15s ease-in-out;border-radius:.25rem;border:none}.custom-select option:hover{background-color:var(--tertiary-background)}.custom-select option:checked{background-color:var(--custom-yellow);color:var(--primary);font-weight:500}.custom-select::checkmark{display:none}