/* style/responsible-gaming.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-responsible-gaming {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for the page content, as body is dark */
    background-color: transparent; /* Inherit from body or shared, ensuring text contrast */
}