  :root {
    --actions-h: 96px;
    --sp-1: 8px;
    --sp-2: 12px;
    --sp-3: 16px;
    --sp-4: 20px;
    --sp-5: 24px;
    --sp-6: 32px;
  }

  [loc-modal] {
    display: none;
    position: fixed;
    z-index: 999999;
    inset: 0;
    background: rgb(24 24 27 / 94%);
    cursor: pointer;
  }

  [loc-modal-inner] {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  [loc-modal-content] {
    display: flex;
    flex-direction: row;
    width: 85%;
    height: 90%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #303030;
    cursor: auto;
    background: #0b0b0b;
    transition: width 240ms ease-in-out, height 240ms ease-in-out;
  }

  [loc-modal][data-mode="consent"] [loc-modal-content] {
    width: 60%;
    height: 65%;
  }

  [popular-loading] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    color: #bbb;
    font-size: 16px;
  }

  [loc-map-pane] {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    background: #0b0b0b;
  }

  [loc-map] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://users.b-cdn.net/defaults/map-placeholder.jpg');
    background-position: center;
    background-size: cover;
  }

  [loc-consent-image] {
    display: none;
    position: absolute;
    inset: 0;
    background-image: url('https://nardoconstruction.com.au/wp-content/uploads/2021/06/COURTIS-ST_WEB-25-1.jpg');
    background-position: center;
    background-size: cover;
  }

  [loc-map-bar] {
    position: absolute;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(180deg, rgb(13 14 15 / 69%) -10%, #fff0 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 50px;
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box;
  }

  [loc-map-label] {
    font-size: 26px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'inter';
    line-height: 1.1;
    text-shadow: 0 0 7px #00000091;
  }

  [loc-map-spinner] {
    position: absolute;
    right: 50px;
    top: 0;
    height: 150px;
    display: none;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #00000080;
  }

  [loc-map-subtext] {
    margin-top: 6px;
    font-size: 17px;
    line-height: 1.2;
    color: #ffffff;
    font-family: 'inter';
    opacity: .95;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 0 6px #00000080;
  }

  [loc-sidebar] {
    flex: 0 0 420px;
    max-width: 480px;
    width: 380px;
    background: #141414;
    color: #fff;
    border-left: 1px solid #2a2a2a;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: relative;
    padding: 0;
  }

  [loc-close] {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    height: 65px;
    width: 65px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  [sidebar-header] {
    position: sticky;
    top: 0;
    padding: var(--sp-6) var(--sp-5) var(--sp-4);
    border-bottom: 1px solid #303030;
    background: #141414;
    z-index: 1;
  }

  [sidebar-title] {
    color: #fff;
    margin: 0 0 var(--sp-2);
    display: block;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: inter;
  }

  [sidebar-subtitle] {
    font-size: 16px;
    color: #b1b1b1;
    margin: 0;
    display: block;
    line-height: 24px;
    font-family: inter;
  }

  [loc-sidebar-body] {
    overflow: auto;
    height: 100%;
    padding: var(--sp-5);
    margin-bottom: var(--actions-h);
    display: flex;
    flex-direction: column;
    gap: var(--sp-5);
  }

  [loc-actions] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--sp-4) var(--sp-5);
    background: #141414;
    border-top: 1px solid #303030;
    min-height: var(--actions-h);
    display: flex;
    align-items: center;
    gap: var(--sp-3);
  }

  [loc-filters] {
    display: block;
  }

  [popular-section] {
    margin: 0;
    border-top: 1px solid #303030;
    padding-top: var(--sp-5);
  }

  [popular-title] {
    font-size: 13px;
    color: #bbb;
    margin: 0 0 var(--sp-3);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-family: 'inter';
  }

  [popular-list] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--sp-3);
  }

  [popular-item] {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    background: #181818;
    border: 1px solid #303030;
    border-radius: 6px;
    padding: var(--sp-2) var(--sp-4);
    font-size: 16px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    height: auto;
    gap: 16px;
  }

  [popular-item]:hover {
    filter: brightness(1.06);
  }

  [popular-item] i {
    opacity: .9;
  }

  [popular-item-label] {
    font-size: 14px;
    color: #fff;
    font-family: 'inter';
    line-height: 1.25;
  }

  [loc-search-row] {
    display: flex;
    align-items: center;
    background: #1b1b1b;
    border: 1px solid #2c2c2c;
    border-radius: 6px;
    margin: 0;
    position: relative;
  }

  [loc-search-row] i {
    flex: 0 0 auto;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ccc;
    pointer-events: none;
  }

  [loc-search-input] {
    background: #fff0;
    border: none;
    outline: none;
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    padding: 0 20px 0 50px;
    transition: border 0.2s ease-out;
    font-family: "inter";
    width: 100%;
  }

  [loc-search-input]:focus {
    border: 1px solid #000000;
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
    border-radius: 6px;
  }

  [loc-radius-row] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--sp-3);
    margin: 0;
  }

  [loc-radius-row] label {
    font-size: 10px;
    color: #bbb;
    white-space: nowrap;
    font-family: 'inter';
    text-transform: uppercase;
  }

  [loc-radius-display] {
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    font-family: 'inter';
  }

  [loc-radius-slider] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: #2a2a2a;
    border-radius: 999px;
    outline: none;
    cursor: pointer;
  }

  [loc-radius-slider]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0079ff;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 3px #002b5cff;
    cursor: pointer;
    transition: transform 120ms ease-in-out, box-shadow 120ms ease-in-out;
    cursor: e-resize;
  }

  [loc-radius-slider]:active::-webkit-slider-thumb {
    transform: scale(1.05);
    box-shadow: 0 0 0 5px #002b5cff;
  }

  [loc-radius-slider]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0079ff;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 3px #002b5cff;
    cursor: pointer;
    transition: transform 120ms ease-in-out, box-shadow 120ms ease-in-out;
    cursor: e-resize;
  }

  [loc-radius-slider]:active::-moz-range-thumb {
    transform: scale(1.05);
    box-shadow: 0 0 0 5px #002b5cff;
    cursor: e-resize;
  }


  [loc-radius-slider]::-moz-range-track {
    background: #2a2a2a;
    height: 4px;
    border-radius: 999px;
        cursor: pointer;
  }

  [loc-confirm] {
    height: 56px;
    min-width: 200px;
    padding: 0 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: #0079ff;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    font-family: 'inter';
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    transition: opacity 120ms ease-in-out, filter 120ms ease-in-out, background 120ms ease-in-out;
    margin: 0;
  }

  [loc-confirm]:hover {
    background: #0170eb;
  }

  [loc-confirm][disabled],
  [loc-confirm].is-loading {
    opacity: .65;
    cursor: not-allowed;
    filter: grayscale(.1);
  }

  [loc-confirm][disabled]:hover,
  [loc-confirm].is-loading:hover {
    background: #0079ff;
  }

  [cookie-consent] {
    margin: 0;
    font-size: 13px;
    color: #bbb;
    text-align: center;
  }

  .sr-only {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  [loc-modal][data-mode="consent"] [loc-map] {
    display: none;
  }

  [loc-modal][data-mode="consent"] [loc-consent-image] {
    display: block;
  }

  [loc-modal][data-mode="consent"] [loc-map-bar] {
    display: none;
  }

  [loc-modal][data-mode="consent"] [loc-filters],
  [loc-modal][data-mode="consent"] [popular-section] {
    display: none;
  }

  [loc-modal][data-mode="consent"] [loc-consent-copy] {
    display: block;
  }

  [loc-consent-copy] {
    display: none;
  }

  [loc-consent-copy]>* {
    margin: 0 0 var(--sp-3);
  }

  [loc-filters]>[popular-title] {
    margin: 0 0 var(--sp-3);
  }

  [loc-filters]>*+* {
    margin-top: var(--sp-3);
  }

  [loc-modal].force-open [loc-close] {
    display: none !important;
  }

  .no-scroll {
    overflow: hidden !important;
  }

  .active-html {
    height: 100%;
    overflow: hidden !important;
  }