.rundum-travelmap-map {
  width: 100%;
  min-height: 180px;
  margin: 0 0 1.5rem;
  background: #d9e2e7;
  border: 1px solid #c4ccd0;
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}

.rundum-travelmap-list-wrap {
  max-width: 100%;
  margin: 0 0 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.rundum-travelmap-list {
  width: 100%;
  min-width: 34rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.rundum-travelmap-list th,
.rundum-travelmap-list td {
  padding: 0.55rem 0.7rem;
  border-bottom: 1px solid #d7d7d7;
  text-align: left;
  vertical-align: top;
}

.rundum-travelmap-list th {
  background: #f3f1ed;
  color: #2d2d2d;
  font-weight: 700;
}

.rundum-travelmap-list tbody tr:nth-child(even) {
  background: #faf9f7;
}

.rundum-travelmap-list td:first-child {
  width: 3.5rem;
  text-align: right;
}

.rundum-travelmap-list td:last-child {
  white-space: nowrap;
}

.rundum-travelmap-marker-shell {
  background: transparent;
  border: 0;
}

.rundum-travelmap-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  color: #fff;
  background: #b64a32;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 1px 4px rgb(0 0 0 / 45%);
  font: 700 10px/1 Arial, sans-serif;
  transform: rotate(-45deg);
}

.rundum-travelmap-marker > span {
  display: block;
  transform: rotate(45deg);
}

.rundum-travelmap-popup strong,
.rundum-travelmap-popup a {
  display: block;
}

.rundum-travelmap-popup a {
  margin-top: 0.35rem;
}

.rundum-travelmap-empty {
  padding: 0.75rem;
  background: #f7f2e8;
  border-left: 3px solid #b64a32;
}

@media (max-width: 640px) {
  .rundum-travelmap-list th,
  .rundum-travelmap-list td {
    padding: 0.45rem 0.55rem;
  }
}
