/* style/slot-games.css */
:root {
  --primary-color: #E44D26;
  --secondary-color: #FFB800;
  --text-color-dark-bg: #ffffff;
  --text-color-light-bg: #333333;
  --card-bg-light: #ffffff;
  --card-border-light: #e0e0e0;
}

.page-slot-games {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark-bg); /* Default text color for dark body background */
  background-color: #000; /* Assuming body background from shared.css is dark */
}

.page-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}