.map-popup {
  gap: 7px;
  min-width: 240px;
}

.map-popup .map-popup-name {
  padding-right: 17px;
  font-size: 17px;
}

.map-popup .map-popup-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 9px;
  margin: 0;
}

.map-popup-meta span + span {
  padding-left: 9px;
  border-left: 1px solid #cfd5ce;
}

.map-popup-schedule {
  display: grid;
  margin-top: 4px;
  padding: 8px 10px;
  border: 1px solid #d9ded6;
  border-radius: 4px;
  background: #f6f7f2;
}

.map-popup-schedule > b {
  margin-bottom: 3px;
  color: var(--pine-dark);
  font-size: 12px;
  text-transform: uppercase;
}

.map-popup .map-popup-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin: 0;
  padding: 4px 0;
  border-top: 1px solid #e1e4dd;
}

.map-popup-service span {
  color: #3f4c44;
}

.map-popup .map-popup-service strong {
  color: var(--ink);
  font: 700 13px/1.4 Arial, sans-serif;
}

.map-popup-schedule p {
  margin: 1px 0;
  color: var(--muted);
  font-size: 13px;
}

.map-popup .map-popup-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 3px;
}

.map-popup .map-popup-actions a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--pine);
  border-radius: 4px;
  text-decoration: none;
}

.map-popup .map-popup-primary {
  background: var(--pine);
  color: #fff;
}

.map-popup .map-popup-secondary {
  border-color: #bdc8bd;
  background: #fff;
}
