/* style/resources-77win-red-casino-game-guide.css */

/* Base styles for the page content area */
.page-resources-77win-red-casino-game-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: #f8f8f8; /* Light background for the main content wrapper */
}

.page-resources-77win-red-casino-game-guide__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
    background: linear-gradient(135deg, #26A9E0, #1a8ccb); /* Brand primary color gradient */
    color: #ffffff; /* Light text for dark background */
    text-align: center;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Ensure image doesn't overflow */
}

.page-resources-77win-red-casino-game-guide__hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 2;
}}