.map-tabs-row {
  display: flex;
  align-items: stretch;
  min-height: 58px;
  background: #0f2118;
  border-bottom: 1px solid #294438;
}

.map-tabs-row .map-tabs {
  flex: 1;
  min-width: 0;
  padding-right: 4px;
}

.map-tabs-close {
  flex: 0 0 48px;
  width: 48px;
  margin: 8px 10px 8px 4px;
  border: 1px solid #3a594b;
  border-radius: 6px;
  background: #29493c;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.map-tabs-close:hover {
  border-color: #d6b44f;
  background: #365f4d;
}

@media (max-width: 740px) {
  .map-tabs-row { min-height: 48px; }
  .map-tabs-close { flex-basis: 42px; width: 42px; margin: 5px 6px 5px 2px; }
}
