/* Event header metadata list.
   The label/value pairs are one <ul role="list"> with <li class="data-row"> items so
   assistive tech announces a single list. These borders replace the <hr>
   separators that previously sat between each pair (kept on every row,
   including the last, to divide the list from the "Event Link" button). */
.card-description .data-group {
  margin-bottom: 0;
}

.card-description .data-row {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: var(--bs-border-width, 1px) solid var(--bs-border-color, rgba(0, 0, 0, 0.1));
}

.card-description .data-row .label {
  margin-bottom: 0;
}
