/* Гео-селектор в шапке */
.geo-selector {
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.geo-selector__toggle {
  font-size: 0.85rem;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  max-width: 140px;
  white-space: nowrap;
}

.geo-selector__label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.geo-selector__menu {
  min-width: 180px;
}

.geo-selector__menu .dropdown-item.active,
.geo-modal__list .list-group-item.active {
  background-color: #f8f9fa;
  color: #111;
  font-weight: 600;
}

.geo-selector-mobile {
  margin-right: 0.35rem;
  line-height: 1;
}

.geo-modal__list .list-group-item {
  cursor: pointer;
}

.geo-modal__list .list-group-item:hover {
  background-color: #f8f9fa;
}

@media (max-width: 991.98px) {
  .geo-selector-mobile {
    display: inline-flex !important;
    align-items: center;
  }
}
