/* style/responsible-gaming.css */
/* Base styles for the responsible gaming page, ensuring proper color contrast */
.page-responsible-gaming {
  background-color: var(--background-color, #0A0A0A); /* Inherit from shared or use default dark */
  color: #FFF6D6; /* Light text for dark background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}