/* style/game-guides-live-dealer-games.css */
.page-game-guides-live-dealer-games {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Light text for dark backgrounds */
    background-color: #0d123e; /* Darker variant of primary color */
}

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

.page-game-guides-live-dealer-games__hero {
    background: linear-gradient(135deg, #1A237E, #0d123e); /* Primary color to darker variant */
    padding: 100px 0;
    text-align: center;
    color: #FFB300; /* Auxiliary color for hero title */
}

.page-game-guides-live-dealer-games__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFB300; /* Auxiliary color */
    line-height: 1.2;
}

.page-game-guides-live-dealer-games__hero-subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-game-guides-live-dealer-games__hero-button {
    display: inline-block;
    background-color: #FFB300; /* Auxiliary color */
    color: #1A237E; /* Primary color for button text */
    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-game-guides-live-dealer-games__hero-button:hover {
    background-color: #e5a000; /* Slightly darker amber */
    color: #0d123e; /* Darker primary color */
}

.page-game-guides-live-dealer-games__section {
    padding: 60px 0;
    background-color: #1A237E; /* Primary color for sections */
}

.page-game-guides-live-dealer-games__section--dark {
    background-color: #0d123e; /* Darker variant for alternating sections */
}

.page-game-guides-live-dealer-games__section-title {
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 40px;
    color: #FFB300; /* Auxiliary color for section titles */
}

.page-game-guides-live-dealer-games__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
    color: #e0e0e0;
}

.page-game-guides-live-dealer-games__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-guides-live-dealer-games__feature-item {
    background-color: #2b3595; /* Lighter variant of primary color */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-game-guides-live-dealer-games__feature-item:hover {
    transform: translateY(-10px);
}

.page-game-guides-live-dealer-games__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(1.2); /* Make icons stand out */
}

.page-game-guides-live-dealer-games__feature-heading {
    font-size: 1.5em;
    color: #FFB300; /* Auxiliary color */
    margin-bottom: 15px;
}

.page-game-guides-live-dealer-games__feature-item p {
    color: #f0f0f0;
    line-height: 1.6;
}

.page-game-guides-live-dealer-games__primary-button,
.page-game-guides-live-dealer-games__secondary-button {
    display: inline-block;
    background-color: #FFB300; /* Auxiliary color */
    color: #1A237E; /* Primary color for button text */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-game-guides-live-dealer-games__primary-button:hover,
.page-game-guides-live-dealer-games__secondary-button:hover {
    background-color: #e5a000; /* Slightly darker amber */
    color: #0d123e; /* Darker primary color */
}

.page-game-guides-live-dealer-games__secondary-button {
    background-color: transparent;
    border: 2px solid #FFB300; /* Auxiliary color border */
    color: #FFB300;
}

.page-game-guides-live-dealer-games__secondary-button:hover {
    background-color: #FFB300;
    color: #1A237E;
}

.page-game-guides-live-dealer-games__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-guides-live-dealer-games__game-card {
    background-color: #2b3595; /* Lighter variant of primary color */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    color: #f0f0f0;
}

.page-game-guides-live-dealer-games__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-game-guides-live-dealer-games__game-title {
    font-size: 1.8em;
    color: #FFB300;
    margin-bottom: 10px;
}

.page-game-guides-live-dealer-games__game-description {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-game-guides-live-dealer-games__game-subtitle {
    font-size: 1.2em;
    color: #FFB300;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-game-guides-live-dealer-games__game-card ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-game-guides-live-dealer-games__game-card li {
    margin-bottom: 5px;
}

.page-game-guides-live-dealer-games__steps {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-game-guides-live-dealer-games__steps li {
    background-color: #2b3595;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-guides-live-dealer-games__step-heading {
    font-size: 1.6em;
    color: #FFB300;
    margin-bottom: 15px;
}

.page-game-guides-live-dealer-games__step-heading::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    background-color: #FFB300;
    color: #1A237E;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    font-size: 0.8em;
}

.page-game-guides-live-dealer-games__steps p {
    color: #f0f0f0;
    line-height: 1.6;
    margin-bottom: 15px;
}

.page-game-guides-live-dealer-games__guide-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.page-game-guides-live-dealer-games__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-game-guides-live-dealer-games__tips-list li {
    background-color: #2b3595;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-guides-live-dealer-games__tip-heading {
    font-size: 1.6em;
    color: #FFB300;
    margin-bottom: 15px;
}

.page-game-guides-live-dealer-games__tip-heading::before {
    content: '✓';
    color: #FFB300;
    margin-right: 10px;
}

.page-game-guides-live-dealer-games__tip-heading + p {
    color: #f0f0f0;
    line-height: 1.6;
}

.page-game-guides-live-dealer-games__faq-list {
    margin-top: 40px;
}

.page-game-guides-live-dealer-games__faq-item {
    background-color: #2b3595;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-game-guides-live-dealer-games__faq-question {
    font-size: 1.4em;
    color: #FFB300;
    margin-bottom: 10px;
}

.page-game-guides-live-dealer-games__faq-answer {
    font-size: 1em;
    color: #f0f0f0;
    line-height: 1.6;
}

.page-game-guides-live-dealer-games__cta-section {
    background-color: #FFB300; /* Auxiliary color for CTA section */
    padding: 80px 0;
    text-align: center;
    color: #1A237E; /* Primary color for text */
}

.page-game-guides-live-dealer-games__cta-title {
    font-size: 3em;
    color: #1A237E;
    margin-bottom: 20px;
}

.page-game-guides-live-dealer-games__cta-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #0d123e;
}

.page-game-guides-live-dealer-games__cta-button {
    display: inline-block;
    background-color: #1A237E; /* Primary color for CTA button */
    color: #FFB300; /* Auxiliary color for button text */
    padding: 18px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-game-guides-live-dealer-games__cta-button:hover {
    background-color: #2b3595; /* Lighter primary color */
    color: #FFB300;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-game-guides-live-dealer-games__hero-title {
        font-size: 2.5em;
    }
    .page-game-guides-live-dealer-games__section-title {
        font-size: 2em;
    }
    .page-game-guides-live-dealer-games__cta-title {
        font-size: 2.2em;
    }
    .page-game-guides-live-dealer-games__features,
    .page-game-guides-live-dealer-games__game-grid {
        grid-template-columns: 1fr;
    }
    .page-game-guides-live-dealer-games__hero,
    .page-game-guides-live-dealer-games__section,
    .page-game-guides-live-dealer-games__cta-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .page-game-guides-live-dealer-games__hero-title {
        font-size: 2em;
    }
    .page-game-guides-live-dealer-games__hero-subtitle {
        font-size: 1em;
    }
    .page-game-guides-live-dealer-games__hero-button,
    .page-game-guides-live-dealer-games__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-game-guides-live-dealer-games__section-title {
        font-size: 1.8em;
    }
    .page-game-guides-live-dealer-games__cta-title {
        font-size: 1.8em;
    }
    .page-game-guides-live-dealer-games__step-heading,
    .page-game-guides-live-dealer-games__tip-heading,
    .page-game-guides-live-dealer-games__faq-question {
        font-size: 1.3em;
    }
}