.dropdown{position:relative;width:100%;--font-primary:var(--font-leagueSpartan),sans-serif;font-size:2.3vh}.dropdown-header{display:flex;justify-content:space-between;align-items:center;background:#fff;outline:none;box-shadow:0 1px 4px 0 rgba(0,0,0,.08);border-radius:8px;height:5.4vh;padding-left:8px;padding-right:8px;cursor:pointer}.dropdown-placeholder.selected{color:#000}.dropdown-placeholder.placeholder{color:gray}.dropdown-arrow{font-size:12px;color:#888}.dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:8px;margin-top:4px;list-style:none;padding:0;max-height:200px;overflow-y:auto;box-shadow:0 4px 6px rgba(0,0,0,.1);font-size:2.3vh}.dropdown-item{padding:8px 12px;cursor:pointer;transition:background .2s}.dropdown-item:hover{background:#f0f0f0}.dropdown-item.selected{background:#e0e0e0;font-weight:600}.dropdown-item:not(:last-child){border-bottom:1px solid #eee}@media screen and (max-width:480px){.dropdown{font-size:1.8vh;line-height:2.3vh}}