.page-casino-live-dealer-games-guide {
    font-family: 'Arial', sans-serif;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Body background handled by shared.css */
}

.page-casino-live-dealer-games-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-casino-live-dealer-games-guide__section {
    padding: 40px 0;
    margin-bottom: 20px;
}

.page-casino-live-dealer-games-guide__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
}

.page-casino-live-dealer-games-guide__hero-image-wrapper {
    width: 100%;
    max-height: 700px; /* Adjust as needed */
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.page-casino-live-dealer-games-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-casino-live-dealer-games-guide__hero-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    max-width: 900px;
    margin-top: -150px; /* Adjust to slightly overlap image for visual flow */
    background: rgba(1, 116, 57, 0.85); /* Brand color with transparency */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-casino-live-dealer-games-guide__main-title {
    font-size: clamp(2em, 3.5vw, 2.8em); /* Responsive font size */
    font-weight: 700;
    line-height: 1.2;
    color: #FFFF00; /* Custom font color for title */
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-casino-live-dealer-games-guide__intro-text {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-casino-live-dealer-games-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-casino-live-dealer-games-guide__btn-primary,
.page-casino-live-dealer-games-guide__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

.page-casino-live-dealer-games-guide__btn-primary {
    background-color: #C30808; /* Custom Register/Login color */
    color: #FFFF00; /* Custom Register/Login font color */
    border: 2px solid #C30808;
}

.page-casino-live-dealer-games-guide__btn-primary:hover {
    background-color: #a00606;
    transform: translateY(-2px);
}

.page-casino-live-dealer-games-guide__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-casino-live-dealer-games-guide__btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.page-casino-live-dealer-games-guide__section-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #FFFF00; /* Main title color */
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-casino-live-dealer-games-guide__sub-title {
    font-size: 1.6em;
    font-weight: 600;
    color: #017439; /* Brand primary color */
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-casino-live-dealer-games-guide__content-block {
    background-color: rgba(255, 255, 255, 0.1); /* Light transparent background for content blocks */
    padding: 30px;
    border-radius: 10px;
    line-height: 1.7;
    color: #f0f0f0;
}

.page-casino-live-dealer-games-guide__content-block p {
    margin-bottom: 15px;
}

.page-casino-live-dealer-games-guide__content-block-text {
    margin-top: 30px;
    text-align: center;
    font-size: 1.1em;
    color: #f0f0f0;
}

.page-casino-live-dealer-games-guide__content-block--image-right,
.page-casino-live-dealer-games-guide__content-block--image-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.page-casino-live-dealer-games-guide__content-block--image-left .page-casino-live-dealer-games-guide__image-wrapper {
    order: -1; /* Image first for left alignment */
}

.page-casino-live-dealer-games-guide__text-content {
    flex: 1;
    min-width: 300px;
}

.page-casino-live-dealer-games-guide__image-wrapper {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-casino-live-dealer-games-guide__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.page-casino-live-dealer-games-guide__list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-casino-live-dealer-games-guide__list li {
    margin-bottom: 10px;
    color: #f0f0f0;
}

.page-casino-live-dealer-games-guide__popular-games .page-casino-live-dealer-games-guide__section-title {
    margin-bottom: 40px;
}

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

.page-casino-live-dealer-games-guide__game-card {
    background-color: rgba(255, 255, 255, 0.08); /* Slightly lighter transparent for cards */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #f0f0f0;
}

.page-casino-live-dealer-games-guide__game-image {
    max-width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-casino-live-dealer-games-guide__game-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #FFFF00; /* Title color for game cards */
    margin-bottom: 10px;
}

.page-casino-live-dealer-games-guide__game-description {
    font-size: 0.95em;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-casino-live-dealer-games-guide__cta-buttons--center {
    margin-top: 40px;
    justify-content: center;
}

.page-casino-live-dealer-games-guide__faq-list {
    margin-top: 30px;
}

.page-casino-live-dealer-games-guide__faq-item {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #f0f0f0;
}

.page-casino-live-dealer-games-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: #FFFF00; /* FAQ question color */
    cursor: pointer;
    background-color: rgba(1, 116, 57, 0.7); /* Brand color for question background */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-casino-live-dealer-games-guide__faq-question:hover {
    background-color: rgba(1, 116, 57, 0.9);
}

.page-casino-live-dealer-games-guide__faq-question::-webkit-details-marker {
    display: none;
}

.page-casino-live-dealer-games-guide__faq-qtext {
    flex-grow: 1;
}

.page-casino-live-dealer-games-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    width: 20px;
    text-align: center;
}

.page-casino-live-dealer-games-guide__faq-item[open] .page-casino-live-dealer-games-guide__faq-toggle {
    content: '−'; /* Change to minus when open */
}

.page-casino-live-dealer-games-guide__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    line-height: 1.6;
    color: #f0f0f0;
    background-color: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Ensure images maintain original color */
.page-casino-live-dealer-games-guide img {
    filter: none; /* No CSS filter to change image color */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-casino-live-dealer-games-guide__hero-content {
        margin-top: -100px;
        max-width: 700px;
    }

    .page-casino-live-dealer-games-guide__main-title {
        font-size: clamp(2em, 4vw, 2.5em);
    }

    .page-casino-live-dealer-games-guide__section-title {
        font-size: 2em;
    }

    .page-casino-live-dealer-games-guide__sub-title {
        font-size: 1.4em;
    }

    .page-casino-live-dealer-games-guide__content-block--image-right,
    .page-casino-live-dealer-games-guide__content-block--image-left {
        flex-direction: column;
    }

    .page-casino-live-dealer-games-guide__content-block--image-left .page-casino-live-dealer-games-guide__image-wrapper {
        order: 0;
    }

    .page-casino-live-dealer-games-guide__games-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-casino-live-dealer-games-guide__hero-section {
        padding-top: 10px !important;
        padding-bottom: 20px;
    }

    .page-casino-live-dealer-games-guide__hero-content {
        margin-top: -80px !important;
        padding: 15px !important;
        max-width: 95% !important;
    }

    .page-casino-live-dealer-games-guide__main-title {
        font-size: clamp(1.8em, 6vw, 2.2em) !important;
        margin-bottom: 10px !important;
    }

    .page-casino-live-dealer-games-guide__intro-text {
        font-size: 1em !important;
        margin-bottom: 20px !important;
    }

    .page-casino-live-dealer-games-guide__cta-buttons {
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    .page-casino-live-dealer-games-guide__btn-primary,
    .page-casino-live-dealer-games-guide__btn-secondary {
        padding: 10px 15px !important;
        font-size: 1em !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-casino-live-dealer-games-guide__container {
        padding: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-casino-live-dealer-games-guide__section {
        padding: 20px 0 !important;
        margin-bottom: 10px !important;
    }

    .page-casino-live-dealer-games-guide__section-title {
        font-size: 1.8em !important;
        margin-bottom: 20px !important;
    }

    .page-casino-live-dealer-games-guide__sub-title {
        font-size: 1.3em !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }

    .page-casino-live-dealer-games-guide__content-block {
        padding: 20px !important;
    }

    .page-casino-live-dealer-games-guide__content-block--image-right,
    .page-casino-live-dealer-games-guide__content-block--image-left {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .page-casino-live-dealer-games-guide__text-content,
    .page-casino-live-dealer-games-guide__image-wrapper {
        min-width: unset !important;
        width: 100% !important;
    }

    .page-casino-live-dealer-games-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-casino-live-dealer-games-guide__games-grid {
        grid-template-columns: 1fr !important; /* Single column for games */
        gap: 20px !important;
    }

    .page-casino-live-dealer-games-guide__game-card {
        padding: 15px !important;
    }

    .page-casino-live-dealer-games-guide__game-image {
        height: 180px !important;
    }

    .page-casino-live-dealer-games-guide__faq-question {
        padding: 15px 20px !important;
        font-size: 1em !important;
    }

    .page-casino-live-dealer-games-guide__faq-answer {
        padding: 15px 20px !important;
        font-size: 0.95em !important;
    }

    .page-casino-live-dealer-games-guide__faq-toggle {
        font-size: 1.2em !important;
    }

    .page-casino-live-dealer-games-guide__cta-buttons.page-casino-live-dealer-games-guide__cta-buttons--center {
        padding: 0 15px !important;
    }
}