<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.location-switcher {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #005bff; }
  .location-switcher:hover {
    color: #005bff; }
  .location-switcher__marker, .location-switcher__arrow, .location-switcher__current-value {
    pointer-events: none; }
  .location-switcher__marker, .location-switcher__arrow {
    line-height: 1; }
  .location-switcher__marker {
    font-size: 1rem; }
  .location-switcher__current-value {
    padding-left: 0.375rem;
    font-size: 0.9375rem;
    letter-spacing: -0.005rem;
    margin-top: 0px;
    white-space: nowrap; }
</pre></body></html>