/* style/slot-games.css */
/* Base styles for the slot-games page content */
.page-slot-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for dark background */
  background-color: var(--background-color-base, #08160F); /* Page specific background */
}

/* Section general styling */
.page-slot-games__section {
  padding: 60px 20px;
  text-align: center;
}

.page-slot-games__dark-section {
  background-color: var(--deep-green, #0A4B2C); /* Deep Green for dark sections */
  color: var(--text-main, #F2FFF6);
}