/* style/casino.css */

/* Base Styles & Typography */
.page-casino {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Dark body background #1a1a2e requires light text */
  background-color: transparent; /* Inherit from shared.css body */
}

.page-casino__section {
  padding: 60px 20px;
  text-align: center;
}