.route-city-dropdown{width:100%;max-width:400px}.route-city-dropdown .filter-dropdown__trigger{width:100%;min-width:300px;padding:var(--space-sm) var(--space-lg);min-height:var(--height-md);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);border:var(--border-width-thin) solid var(--gray-300);border-radius:var(--radius-lg);background:var(--white);color:var(--gray-900);box-shadow:var(--shadow-sm);transition:all .2s ease}.route-city-dropdown .filter-dropdown__trigger:hover{border-color:var(--primary-400);box-shadow:var(--shadow-md)}.route-city-dropdown .filter-dropdown__trigger:focus-visible{outline:var(--border-width-thin) solid var(--primary-600);outline-offset:2px;border-color:var(--primary-600);box-shadow:0 0 0 3px var(--primary-200)}.route-city-dropdown .filter-dropdown__label{color:var(--gray-600);font-weight:var(--font-weight-medium)}.route-city-dropdown .filter-dropdown__selected{color:var(--gray-900);font-weight:var(--font-weight-semibold)}.route-city-dropdown .dropdown__menu{min-width:100%;max-height:300px;border:var(--border-width-thin) solid var(--gray-200);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-xl);padding:var(--space-xs) 0;margin-top:var(--space-xs)}.route-city-dropdown .dropdown__option{padding:0;color:var(--gray-700);font-size:var(--font-size-md);transition:background-color .15s ease;border-bottom:var(--border-width-thin) solid var(--gray-100)}.route-city-dropdown .dropdown__option:last-child{border-bottom:none}.route-city-dropdown .dropdown__option:hover{background:var(--gray-50);color:var(--gray-900)}.route-city-dropdown .dropdown__option[aria-selected=true]{background:var(--primary-100);color:var(--primary-900);font-weight:var(--font-weight-semibold)}.route-city-dropdown [aria-selected=true]:hover{background:var(--primary-200)}.route-city-dropdown .dropdown__option .filter-dropdown__item{display:block;padding:var(--space-sm) var(--space-lg);color:inherit;text-decoration:none;width:100%;transition:color .15s ease}.route-city-dropdown .filter-dropdown__item:hover{color:inherit;text-decoration:none}.route-city-dropdown .filter-dropdown__item:focus{outline:none;color:inherit;text-decoration:none}.route-city-dropdown .filter-dropdown__item:visited{color:inherit;text-decoration:none}@media (max-width:767px){.route-city-dropdown{max-width:100%}.route-city-dropdown .filter-dropdown__trigger{min-width:100%;padding:var(--space-sm) var(--space-md);font-size:var(--font-size-sm)}.route-city-dropdown .dropdown__menu{min-width:100%;max-height:250px}.route-city-dropdown .dropdown__option{padding:0;font-size:var(--font-size-sm)}.route-city-dropdown .dropdown__option .filter-dropdown__item{padding:var(--space-xs) var(--space-md)}}