/* style/game-guides-live-casino-rules.css */

/* Biến CSS cho màu sắc */
:root {
    --page-game-guides-live-casino-rules-primary-color: #003366; /* Deep Blue */
    --page-game-guides-live-casino-rules-secondary-color: #FFCC00; /* Gold Yellow */
    --page-game-guides-live-casino-rules-text-light: #FFFFFF;
    --page-game-guides-live-casino-rules-text-dark: #333333;
    --page-game-guides-live-casino-rules-background-light: #F8F8F8;
    --page-game-guides-live-casino-rules-background-dark: #002244;
    --page-game-guides-live-casino-rules-highlight-text: #FFD700; /* A brighter gold for highlights */
}

.page-game-guides-live-casino-rules {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-game-guides-live-casino-rules-text-dark);
    background-color: var(--page-game-guides-live-casino-rules-background-light);
}

.page-game-guides-live-casino-rules__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-guides-live-casino-rules__hero-section {
    background: linear-gradient(135deg, var(--page-game-guides-live-casino-rules-primary-color) 0%, #004d99 100%);
    color: var(--page-game-guides-live-casino-rules-text-light);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-guides-live-casino-rules__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_casino_pattern,dark_blue_gold,subtle]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-game-guides-live-casino-rules__hero-section > .page-game-guides-live-casino-rules__container {
    position: relative;
    z-index: 1;
}

.page-game-guides-live-casino-rules__main-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: var(--page-game-guides-live-casino-rules-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-guides-live-casino-rules__subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

.page-game-guides-live-casino-rules__cta-button {
    display: inline-block;
    background-color: var(--page-game-guides-live-casino-rules-secondary-color);
    color: var(--page-game-guides-live-casino-rules-primary-color);
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

.page-game-guides-live-casino-rules__cta-button:hover {
    background-color: #FFD700;
    transform: translateY(-3px);
}

.page-game-guides-live-casino-rules__cta-button--small {
    padding: 10px 20px;
    font-size: 0.95em;
    margin-top: 20px;
}

.page-game-guides-live-casino-rules__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2em;
    margin-top: 40px;
}

.page-game-guides-live-casino-rules__content-section {
    padding: 60px 0;
    background-color: var(--page-game-guides-live-casino-rules-background-light);
}

.page-game-guides-live-casino-rules__intro-text {
    font-size: 1.1em;
    margin-bottom: 40px;
    text-align: justify;
}

.page-game-guides-live-casino-rules__section-title {
    font-size: 2em;
    color: var(--page-game-guides-live-casino-rules-primary-color);
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid var(--page-game-guides-live-casino-rules-secondary-color);
    padding-bottom: 10px;
    text-align: left;
}

.page-game-guides-live-casino-rules__sub-section-title {
    font-size: 1.6em;
    color: var(--page-game-guides-live-casino-rules-primary-color);
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: left;
}

.page-game-guides-live-casino-rules__micro-title {
    font-size: 1.2em;
    color: var(--page-game-guides-live-casino-rules-primary-color);
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-game-guides-live-casino-rules__list,
.page-game-guides-live-casino-rules__nested-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 15px;
}

.page-game-guides-live-casino-rules__nested-list {
    list-style-type: circle;
    margin-left: 20px;
    margin-top: 5px;
}

.page-game-guides-live-casino-rules__list li,
.page-game-guides-live-casino-rules__nested-list li {
    margin-bottom: 8px;
    font-size: 1.05em;
    color: var(--page-game-guides-live-casino-rules-text-dark);
}

.page-game-guides-live-casino-rules__image-wrapper {
    margin: 40px 0;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-live-casino-rules__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.page-game-guides-live-casino-rules__image-caption {
    font-style: italic;
    font-size: 0.9em;
    color: #666;
    padding: 15px;
    border-top: 1px solid #eee;
}

.page-game-guides-live-casino-rules__final-cta {
    font-size: 1.2em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--page-game-guides-live-casino-rules-primary-color);
}

.page-game-guides-live-casino-rules__text-link {
    color: var(--page-game-guides-live-casino-rules-primary-color);
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-game-guides-live-casino-rules__text-link:hover {
    color: var(--page-game-guides-live-casino-rules-secondary-color);
}

.page-game-guides-live-casino-rules p {
    margin-bottom: 1em;
    text-align: justify;
}

.page-game-guides-live-casino-rules .highlight {
    color: var(--page-game-guides-live-casino-rules-primary-color);
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-game-guides-live-casino-rules__main-title {
        font-size: 2em;
    }

    .page-game-guides-live-casino-rules__subtitle {
        font-size: 1.1em;
    }

    .page-game-guides-live-casino-rules__section-title {
        font-size: 1.7em;
    }

    .page-game-guides-live-casino-rules__sub-section-title {
        font-size: 1.4em;
    }

    .page-game-guides-live-casino-rules__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-game-guides-live-casino-rules__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-game-guides-live-casino-rules__list,
    .page-game-guides-live-casino-rules__nested-list {
        margin-left: 15px;
    }
}

@media (max-width: 480px) {
    .page-game-guides-live-casino-rules__main-title {
        font-size: 1.8em;
    }

    .page-game-guides-live-casino-rules__subtitle {
        font-size: 1em;
    }

    .page-game-guides-live-casino-rules__hero-section {
        padding: 60px 0;
    }

    .page-game-guides-live-casino-rules__cta-button {
        width: 100%;
        box-sizing: border-box;
    }

    .page-game-guides-live-casino-rules__cta-button--small,
    .page-game-guides-live-casino-rules__cta-button--large {
        width: auto; /* Allow smaller buttons to not take full width if preferred */
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    .page-game-guides-live-casino-rules__content-section {
        padding: 40px 0;
    }

    .page-game-guides-live-casino-rules__section-title {
        font-size: 1.5em;
    }

    .page-game-guides-live-casino-rules__sub-section-title {
        font-size: 1.2em;
    }
}