/* style/slot-games.css */

/* Base styles for the page-slot-games scope */
.page-slot-games {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Body background is handled by shared.css (#121212) */
    padding-bottom: 60px; /* Add some padding at the bottom */
}