/* style/poker.css */

/* Base styles for the page content, ensuring offset for fixed header */
.page-poker {
    color: #000000; /* Dark text for light body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

/* Container for consistent content width */
.page-poker__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Titles */
.page-poker__section-title {
    font-size: 2.5rem;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}