/* style/casino-games-table-games-rules.css */
.page-casino-games-table-games-rules {
    font-family: 'Arial', sans-serif;
    color: #0A192F; /* Dark Blue for primary text */
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-casino-games-table-games-rules__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-casino-games-table-games-rules__hero {
    background: linear-gradient(135deg, #0A192F, #2A426B);
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-casino-games-table-games-rules__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.page-casino-games-table-games-rules__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold for main title */
    line-height: 1.2;
}

.page-casino-games-table-games-rules__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #E0E0E0;
}

.page-casino-games-table-games-rules__hero-btn {
    display: inline-block;
    background-color: #FFD700;
    color: #0A192F;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-casino-games-table-games-rules__hero-btn:hover {
    background-color: #e6c200;
    color: #000000;
}

.page-casino-games-table-games-rules__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 1;
}

.page-casino-games-table-games-rules__intro,
.page-casino-games-table-games-rules__game-section,
.page-casino-games-table-games-rules__responsible-gaming,
.page-casino-games-table-games-rules__cta {
    padding: 60px 0;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-casino-games-table-games-rules__section-title {
    font-size: 2.5em;
    color: #0A192F;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-casino-games-table-games-rules__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-casino-games-table-games-rules__game-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.page-casino-games-table-games-rules__game-image {
    flex: 1 1 45%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: auto;
}

.page-casino-games-table-games-rules__game-text {
    flex: 1 1 50%;
}

.page-casino-games-table-games-rules__game-text h3 {
    font-size: 1.8em;
    color: #0A192F;
    margin-bottom: 15px;
}

.page-casino-games-table-games-rules__game-text p {
    margin-bottom: 15px;
    color: #333333;
}

.page-casino-games-table-games-rules__game-text ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 15px;
    color: #333333;
}

.page-casino-games-table-games-rules__game-text ul li {
    margin-bottom: 8px;
}

.page-casino-games-table-games-rules__game-section--reversed .page-casino-games-table-games-rules__game-content {
    flex-direction: row-reverse;
}

.page-casino-games-table-games-rules__responsible-gaming {
    background-color: #0A192F;
    color: #FFFFFF;
    text-align: center;
}

.page-casino-games-table-games-rules__responsible-gaming .page-casino-games-table-games-rules__section-title {
    color: #FFD700;
}

.page-casino-games-table-games-rules__responsible-gaming p {
    max-width: 800px;
    margin: 0 auto 20px auto;
    font-size: 1.1em;
    color: #E0E0E0;
}

.page-casino-games-table-games-rules__responsible-gaming ul {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 20px auto 40px auto;
    text-align: left;
}

.page-casino-games-table-games-rules__responsible-gaming ul li {
    background-color: rgba(255, 215, 0, 0.1);
    border-left: 5px solid #FFD700;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.05em;
    color: #FFFFFF;
}

.page-casino-games-table-games-rules__cta {
    background-color: #F0F2F5;
    text-align: center;
    padding: 80px 0;
}

.page-casino-games-table-games-rules__cta .page-casino-games-table-games-rules__section-title {
    color: #0A192F;
}

.page-casino-games-table-games-rules__cta p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #333333;
}

.page-casino-games-table-games-rules__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-casino-games-table-games-rules__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 2px solid transparent;
}

.page-casino-games-table-games-rules__btn--primary {
    background-color: #FFD700;
    color: #0A192F;
}

.page-casino-games-table-games-rules__btn--primary:hover {
    background-color: #e6c200;
    color: #000000;
}

.page-casino-games-table-games-rules__btn--secondary {
    background-color: transparent;
    color: #0A192F;
    border-color: #0A192F;
}

.page-casino-games-table-games-rules__btn--secondary:hover {
    background-color: #0A192F;
    color: #FFD700;
}

.page-casino-games-table-games-rules .highlight {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-casino-games-table-games-rules__hero-title {
        font-size: 2.8em;
    }
    .page-casino-games-table-games-rules__hero-subtitle {
        font-size: 1.3em;
    }
    .page-casino-games-table-games-rules__section-title {
        font-size: 2em;
    }
    .page-casino-games-table-games-rules__game-content {
        flex-direction: column;
        gap: 30px;
    }
    .page-casino-games-table-games-rules__game-image,
    .page-casino-games-table-games-rules__game-text {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .page-casino-games-table-games-rules__game-section--reversed .page-casino-games-table-games-rules__game-content {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-casino-games-table-games-rules__hero {
        padding: 60px 0;
        min-height: 400px;
    }
    .page-casino-games-table-games-rules__hero-title {
        font-size: 2.2em;
    }
    .page-casino-games-table-games-rules__hero-subtitle {
        font-size: 1.1em;
    }
    .page-casino-games-table-games-rules__intro,
    .page-casino-games-table-games-rules__game-section,
    .page-casino-games-table-games-rules__responsible-gaming,
    .page-casino-games-table-games-rules__cta {
        padding: 40px 0;
    }
    .page-casino-games-table-games-rules__section-title {
        font-size: 1.8em;
    }
    .page-casino-games-table-games-rules__game-text h3 {
        font-size: 1.5em;
    }
    .page-casino-games-table-games-rules__cta p {
        font-size: 1em;
    }
    .page-casino-games-table-games-rules__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-casino-games-table-games-rules__btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-casino-games-table-games-rules__hero-title {
        font-size: 1.8em;
    }
    .page-casino-games-table-games-rules__hero-subtitle {
        font-size: 0.9em;
    }
    .page-casino-games-table-games-rules__section-title {
        font-size: 1.5em;
    }
    .page-casino-games-table-games-rules__game-text h3 {
        font-size: 1.3em;
    }
    .page-casino-games-table-games-rules__hero-btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-casino-games-table-games-rules__responsible-gaming ul li {
        padding: 10px 15px;
        font-size: 0.95em;
    }
}