/* RIDEEASE_SETTINGS_GLOBAL_LOCATION_SIDEBAR_V1_0_3_START
   Persistent desktop location notifier and Settings editing-scope mount. */
@media (min-width: 769px) {
  #sidebar .sfoot {
    flex: 0 0 auto;
    min-width: 0;
  }

  #sidebar .sfoot .re-global-location-notifier,
  #sidebar .sfoot .re-settings-sidebar-scope {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid var(--border2);
    border-radius: 10px;
    background: var(--bg3);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .10);
  }

  #sidebar .sfoot .re-global-location-notifier {
    display: grid;
    gap: 5px;
    padding: 9px 10px;
  }

  #sidebar .sfoot .re-global-location-label,
  #sidebar .sfoot .re-settings-sidebar-scope label {
    display: block;
    margin: 0;
    color: var(--text3);
    font-size: 8.5px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .75px;
    text-transform: uppercase;
  }

  #sidebar .sfoot .re-global-location-value {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    color: var(--text);
    font-size: 10.5px;
    font-weight: 750;
    line-height: 1.35;
  }

  #sidebar .sfoot .re-global-location-value-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #sidebar .sfoot .re-global-location-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 0 3px var(--greenl);
  }

  #sidebar .sfoot .re-settings-sidebar-scope {
    display: grid;
    gap: 6px;
    padding: 9px 10px 10px;
  }

  #sidebar .sfoot .re-settings-sidebar-scope select {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 36px;
    margin: 0;
    padding: 7px 28px 7px 8px;
    overflow: hidden;
    color: var(--text);
    background: var(--bg2);
    border: 1px solid var(--border2);
    border-radius: 8px;
    font-size: 10.5px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  #sidebar .sfoot .re-global-location-notifier {
    display: none !important;
  }

  .sc-head > .sc-scope {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  .sc-head > .sc-scope select {
    display: block;
    width: 100%;
    min-width: 0;
  }
}
/* RIDEEASE_SETTINGS_GLOBAL_LOCATION_SIDEBAR_V1_0_3_END */
