/* style/responsible-gaming.css */

/* Global styles for the page-responsible-gaming scope */
.page-responsible-gaming {
  font-family: Arial, sans-serif;
  color: var(--text-main-color); /* Default text color from custom colors */
  background-color: var(--background-color-page); /* Default background color from custom colors */
  line-height: 1.6;
  padding-bottom: 60px; /* Add some padding at the bottom */
}