.tcp-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

.tcp-dealer, .tcp-player {
  text-align: center;
}

.tcp-dealer h3, .tcp-player h3 {
  margin-bottom: 10px;
}

#tcp-dealer-cards, #tcp-player-cards {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.tcp-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.tcp-payouts {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.tcp-payouts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tcp-payouts li {
  margin-bottom: 5px;
}