.dropdown-menu{position:static}.dropdown-menu .locations{max-width:1050px;padding:15px;width:100%}.dropdown-menu .locations ul{display:grid;gap:10px;grid-template-columns:repeat(6,1fr)}.dropdown-menu .locations ul li input[type=checkbox]{accent-color:#000;height:16px;width:16px}.dropdown-menu .locations ul li div{align-items:center;display:flex}.dropdown-menu .locations ul li{border-bottom:1px solid #f5f5f5;padding:8px 0}.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)}}