.location-picker{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.location-picker__field{display:flex;flex-direction:column;gap:4px;min-width:0}.location-picker__label{color:#797979;font-size:12px}.location-picker__select{width:100%;padding:10px 40px 10px 12px;border:1px solid #d9d9d9;border-radius:12px;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23636363' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E") no-repeat right 14px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:14px;text-overflow:ellipsis;cursor:pointer}.location-picker__select:focus{outline:2px solid #e84d1a;outline-offset:-1px}