/* Trab – Renntagliste.
   Eigene Datei; Raster und Typografie bewusst identisch zu Galopp. */
@media (min-width: 901px) {
  .portal-trab-racelist {
    border: 1px solid var(--ts-border);
    border-radius: var(--ts-radius-md);
    overflow: hidden;
    background: var(--ts-surface);
  }

  .portal-trab-racelist__row {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 68px;
    padding: 10px 14px;
    border-bottom: 1px solid var(--ts-border);
    color: var(--ts-text);
    text-decoration: none;
    transition: background-color .16s ease;
  }

  .portal-trab-racelist__row:last-child { border-bottom: 0; }
  .portal-trab-racelist__row:hover { background: #f7faf8; }

  .portal-trab-racelist__raceid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }

  .portal-trab-racelist__raceid strong {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: var(--ts-green-800);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .portal-trab-racelist__raceid span {
    color: var(--ts-green-900);
    font-size: 11px;
    font-weight: 650;
    font-variant-numeric: tabular-nums;
  }

  .portal-trab-racelist__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .portal-trab-racelist__body strong {
    overflow: hidden;
    color: var(--ts-green-900);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .portal-trab-racelist__body span {
    color: var(--ts-text-muted);
    font-size: 12px;
  }

  .portal-trab-racelist__action {
    color: var(--ts-green-700);
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
  }
}
