.opsamlingssteder-wrapper {
  width: 100%;
  margin: 0 0 2rem 0;
  border-radius: 1em;
  overflow: hidden;
}

.opsamlingssteder-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  font-weight: 700;
  font-size: 20px;
  padding: 1.2rem 2rem;
  color: #fff;
  background: none;
  border: none;
}

.opsamlingssteder-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  font-size: 18px;
  padding: 1.2rem 2rem;
  align-items: center;
  color: #fff;
  margin-bottom: 0.6rem;
  border: none;
  background: #1f756b;
  border-radius: 1em;
}

.opsamlingssteder-row:last-child {
  margin-bottom: 0;
}

.opsamlingssteder-col {
  padding-right: 1em;
  word-break: break-word;
}
.mobil-label {
  display: none;   /* Skjules som udgangspunkt */
  font-weight: bold;
  font-size: 16px;
}
.mobil-value {
  display: inline;
  font-weight: 400;
}

/* Mobil-styles (≤ 767px) */
@media (max-width: 767px) {
  .opsamlingssteder-header {
    display: none;
  }
  .opsamlingssteder-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem 1rem;
    font-size: 16px;
  }
  .opsamlingssteder-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.8em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sted-col {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.7em;
  }
  .afgang-col,
  .hjemkomst-col {
    margin-bottom: 0.6em;
  }
  .mobil-label {
    display: block;         /* Kun på mobil! */
    margin-bottom: 0.1em;
    font-weight: bold;
  }
  .mobil-value {
    display: block;
    font-weight: 400;
    margin-bottom: 0.2em;
  }
}


@media (max-width: 767px) {
/* Override */
.opsamlingssteder-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 1.2rem 1rem;
	font-size: 16px;
	flex-wrap: wrap !important;
	gap: 4%;
	justify-content: space-between;
}
.afgang-col, .hjemkomst-col {
	margin-bottom: 0 !important;
	flex-basis: 45% !important;
	background-color: rgba(0,0,0,0.05);
	box-sizing: border-box !important;
	padding: 0.5em 0.8em;
	border-radius: 1em !important;
}
}