/* =============================================================================
   TerraTrack - Tournee visual completion
   ============================================================================= */

.tournee-empty {
  padding: var(--tt-s-16) var(--tt-s-5);
}

.tournee-drag-col,
.tournee-rank-col {
  width: 36px;
}

.tournee-action-col {
  width: 116px;
}

.tour-rank-wrap {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.tour-sub {
  font-size: var(--tt-fs-12);
}

.tour-score {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
