/* Overs Timeline row layout */
.cx-overs-timeline-card {
  margin-top: 20px;
}
.cx-over-timeline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--cx-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cx-over-timeline-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
