.page-betting-guide-live-dealer {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-betting-guide-live-dealer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-betting-guide-live-dealer__hero {
    background: linear-gradient(135deg, #1A237E, #3F51B5);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-betting-guide-live-dealer__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_casino_pattern,dark_blue_gold]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-betting-guide-live-dealer__hero > * {
    position: relative;
    z-index: 1;
}

.page-betting-guide-live-dealer__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-betting-guide-live-dealer__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-betting-guide-live-dealer__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 0 10px;
    cursor: pointer;
}

.page-betting-guide-live-dealer__btn--primary {
    background-color: #FFD700;
    color: #1A237E;
    border: 2px solid #FFD700;
}

.page-betting-guide-live-dealer__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-betting-guide-live-dealer__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-betting-guide-live-dealer__btn--secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
}

.page-betting-guide-live-dealer__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.page-betting-guide-live-dealer__section:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.page-betting-guide-live-dealer__section--intro {
    background-color: #f0f2f5;
}

.page-betting-guide-live-dealer__section-title {
    font-size: 2.5em;
    color: #1A237E;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-betting-guide-live-dealer__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-betting-guide-live-dealer__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.page-betting-guide-live-dealer__content-wrapper p {
    flex: 1;
    min-width: 300px;
    font-size: 1.1em;
    color: #444;
}

.page-betting-guide-live-dealer__image {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    object-fit: cover;
}

.page-betting-guide-live-dealer__image--large {
    height: 400px;
}

.page-betting-guide-live-dealer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-betting-guide-live-dealer__advantage-card, .page-betting-guide-live-dealer__strategy-card, .page-betting-guide-live-dealer__game-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-betting-guide-live-dealer__advantage-card:hover, .page-betting-guide-live-dealer__strategy-card:hover, .page-betting-guide-live-dealer__game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.page-betting-guide-live-dealer__card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-betting-guide-live-dealer__card-title {
    font-size: 1.5em;
    color: #1A237E;
    margin-bottom: 15px;
}

.page-betting-guide-live-dealer__advantage-card p, .page-betting-guide-live-dealer__strategy-card p, .page-betting-guide-live-dealer__game-card p {
    font-size: 1em;
    color: #555;
}

.page-betting-guide-live-dealer__guide-item {
    background-color: #f9f9f9;
    border-left: 5px solid #FFD700;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-betting-guide-live-dealer__guide-subtitle {
    font-size: 1.8em;
    color: #1A237E;
    margin-bottom: 15px;
}

.page-betting-guide-live-dealer__guide-item p {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 15px;
}

.page-betting-guide-live-dealer__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 10px;
}

.page-betting-guide-live-dealer__grid--strategy {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-betting-guide-live-dealer__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-betting-guide-live-dealer__btn--play {
    background-color: #1A237E;
    color: #FFD700;
    border: 2px solid #1A237E;
    margin-top: auto;
}

.page-betting-guide-live-dealer__btn--play:hover {
    background-color: #3F51B5;
    border-color: #3F51B5;
}

.page-betting-guide-live-dealer__section--cta {
    background: linear-gradient(45deg, #1A237E, #3F51B5);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.page-betting-guide-live-dealer__section--cta .page-betting-guide-live-dealer__section-title {
    color: #FFD700;
}

.page-betting-guide-live-dealer__section--cta .page-betting-guide-live-dealer__section-title::after {
    background-color: #FFD700;
}

.page-betting-guide-live-dealer__section--cta p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-betting-guide-live-dealer__cta-buttons .page-betting-guide-live-dealer__btn--primary {
    background-color: #FFD700;
    color: #1A237E;
    border-color: #FFD700;
}

.page-betting-guide-live-dealer__cta-buttons .page-betting-guide-live-dealer__btn--secondary {
    background-color: #1A237E;
    color: #FFD700;
    border-color: #FFD700;
}

.page-betting-guide-live-dealer__cta-buttons .page-betting-guide-live-dealer__btn--secondary:hover {
    background-color: #3F51B5;
    border-color: #FFD700;
}

.page-betting-guide-live-dealer__faq-item {
    background-color: #f0f2f5;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.page-betting-guide-live-dealer__faq-question {
    font-size: 1.3em;
    color: #1A237E;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-betting-guide-live-dealer__faq-question::after {
    content: '+';
    font-size: 1.2em;
    font-weight: bold;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-betting-guide-live-dealer__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-betting-guide-live-dealer__faq-answer {
    font-size: 1em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding: 0 10px;
}

.page-betting-guide-live-dealer__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 10px;
}

@media (max-width: 992px) {
    .page-betting-guide-live-dealer__hero-title {
        font-size: 2.5em;
    }
    .page-betting-guide-live-dealer__section-title {
        font-size: 2em;
    }
    .page-betting-guide-live-dealer__content-wrapper {
        flex-direction: column;
    }
    .page-betting-guide-live-dealer__image {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-betting-guide-live-dealer__hero {
        padding: 60px 0;
    }
    .page-betting-guide-live-dealer__hero-title {
        font-size: 2em;
    }
    .page-betting-guide-live-dealer__hero-description {
        font-size: 1em;
    }
    .page-betting-guide-live-dealer__btn {
        padding: 12px 20px;
        font-size: 1em;
        margin: 5px;
    }
    .page-betting-guide-live-dealer__section {
        padding: 40px 0;
    }
    .page-betting-guide-live-dealer__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-betting-guide-live-dealer__guide-subtitle {
        font-size: 1.5em;
    }
    .page-betting-guide-live-dealer__card-title {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .page-betting-guide-live-dealer__hero-title {
        font-size: 1.8em;
    }
    .page-betting-guide-live-dealer__hero-description {
        font-size: 0.9em;
    }
    .page-betting-guide-live-dealer__btn {
        display: block;
        width: fit-content;
        margin: 10px auto;
    }
    .page-betting-guide-live-dealer__section-title {
        font-size: 1.5em;
    }
    .page-betting-guide-live-dealer__image--large {
        height: 250px;
    }
    .page-betting-guide-live-dealer__game-image {
        height: 150px;
    }
}