.event-marker__label {
  background: white;
  padding: 4px 8px;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;

  /*transform: translate(24px, -22px);*/

  max-width: 160px;
  white-space: normal;
  word-break: break-word;
}

.event-marker__time {
  font-weight: 700;
  margin-right: 4px;
  color: #111;
}

.event-marker__location {
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 0;
}