.dropdown-menu{position:static}.dropdown-menu .locations{padding:15px;max-width:1050px;width:100%}.dropdown-menu .locations ul{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.dropdown-menu .locations ul li input[type=checkbox]{height:16px;accent-color:#000;width:16px}.dropdown-menu .locations ul li div{align-items:center;display:flex}.dropdown-menu .locations ul li{padding:8px 0;border-bottom:1px solid #f5f5f5}.dropdown-menu .locations ul li label{padding-left:5px}@media screen and (max-width:768px){.dropdown-menu .locations ul{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:576px){.dropdown-menu .locations ul{grid-template-columns:repeat(2,1fr)}}