
    /* General styles for the page-casino-mcw-67 scope */
.page-casino-mcw-67 {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0;
    background-color: #1a1a1a;
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: 10px; /* Small decorative top padding, assuming body handles main header offset */
}

.page-casino-mcw-67__section-title {
    font-size: 2.2em;
    color: #ffcc00; /* Vibrant accent color */
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
    line-height: 1.2;
}

.page-casino-mcw-67__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
    padding: 0 15px;
    color: #cccccc;
}

.page-casino-mcw-67__button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    box-sizing: border-box;
}

.page-casino-mcw-67__button--primary {
    background-color: #ffcc00; /* Primary accent */
    color: #1a1a1a;
}

.page-casino-mcw-67__button--primary:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

.page-casino-mcw-67__button--secondary {
    background-color: #333;
    color: #ffcc00;
    border: 2px solid #ffcc00;
}

.page-casino-mcw-67__button--secondary:hover {
    background-color: #444;
    transform: translateY(-2px);
}

.page-casino-mcw-67__button--small {
    padding: 8px 15px;
    font-size: 0.9em;
    border-radius: 5px;
    background-color: #ffcc00;
    color: #1a1a1a;
}

.page-casino-mcw-67__button--small:hover {
    background-color: #e6b800;
    transform: translateY(-1px);
}

/* Hero Section */
.page-casino-mcw-67__hero-section {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #222;
}

.page-casino-mcw-67__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
    max-width: 100%; /* Important for responsiveness */
}

.page-casino-mcw-67__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.page-casino-mcw-67__hero-title {
    font-size: 3em;
    color: #ffcc00;
    margin-bottom: 15px;
    line-height: 1.1;
}

.page-casino-mcw-67__hero-description {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 30px;
}

.page-casino-mcw-67__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Games Showcase */
.page-casino-mcw-67__games-showcase,
.page-casino-mcw-67__promotions-section,
.page-casino-mcw-67__why-choose-us,
.page-casino-mcw-67__faq-section,
.page-casino-mcw-67__cta-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-casino-mcw-67__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
}

.page-casino-mcw-67__game-card {
    background-color: #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.page-casino-mcw-67__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    max-width: 100%; /* Important for responsiveness */
}

.page-casino-mcw-67__game-title {
    font-size: 1.4em;
    color: #ffcc00;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-casino-mcw-67__game-provider {
    font-size: 0.9em;
    color: #aaa;
    margin-bottom: 20px;
    padding: 0 15px;
}

/* Promotions Section */
.page-casino-mcw-67__promo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
}

.page-casino-mcw-67__promo-card {
    background-color: #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.page-casino-mcw-67__promo-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 15px;
    max-width: 100%; /* Important for responsiveness */
}

.page-casino-mcw-67__promo-title {
    font-size: 1.3em;
    color: #ffcc00;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-casino-mcw-67__promo-text {
    font-size: 1em;
    color: #cccccc;
    margin-bottom: 20px;
    padding: 0 15px;
}

/* Why Choose Us Section */
.page-casino-mcw-67__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
}

.page-casino-mcw-67__feature-item {
    background-color: #2a2a2a;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.page-casino-mcw-67__feature-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
    max-width: 100%; /* Important for responsiveness */
}

.page-casino-mcw-67__feature-title {
    font-size: 1.3em;
    color: #ffcc00;
    margin-bottom: 10px;
}

.page-casino-mcw-67__feature-description {
    font-size: 1em;
    color: #cccccc;
}

/* FAQ Section */
.page-casino-mcw-67__faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.page-casino-mcw-67__faq-item {
    background-color: #2a2a2a;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.page-casino-mcw-67__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-color: #333;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

.page-casino-mcw-67__faq-question:hover {
    background-color: #444;
}

.page-casino-mcw-67__faq-title {
    font-size: 1.1em;
    color: #ffcc00;
    margin: 0;
    pointer-events: none; /* Prevent h3 from blocking click event */
}

.page-casino-mcw-67__faq-toggle {
    font-size: 1.5em;
    color: #ffcc00;
    font-weight: bold;
    transition: transform 0.3s ease;
    pointer-events: none; /* Prevent toggle from blocking click event */
}

.page-casino-mcw-67__faq-item.active .page-casino-mcw-67__faq-toggle {
    transform: rotate(45deg); /* Change + to X or similar */
}

.page-casino-mcw-67__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    color: #cccccc;
}

.page-casino-mcw-67__faq-item.active .page-casino-mcw-67__faq-answer {
    max-height: 2000px !important; /* Sufficiently large to show content */
    padding: 20px 25px !important;
    opacity: 1;
}

.page-casino-mcw-67__faq-answer p {
    margin: 0;
    padding: 0;
    word-wrap: break-word; /* Ensure text wraps */
    overflow-wrap: break-word;
}

/* CTA Section */
.page-casino-mcw-67__cta-section {
    text-align: center;
    background-color: #2a2a2a;
    padding: 60px 20px;
    border-radius: 10px;
    margin-top: 40px;
}

.page-casino-mcw-67__cta-button {
    display: inline-block;
    padding: 15px 35px;
    background-color: #ffcc00;
    color: #1a1a1a;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 30px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.page-casino-mcw-67__cta-button:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-casino-mcw-67__hero-title {
        font-size: 2.2em;
    }

    .page-casino-mcw-67__hero-description {
        font-size: 1em;
    }

    .page-casino-mcw-67__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-casino-mcw-67__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .page-casino-mcw-67__section-title {
        font-size: 1.8em;
    }

    .page-casino-mcw-67__game-grid,
    .page-casino-mcw-67__promo-cards,
    .page-casino-mcw-67__feature-list {
        grid-template-columns: 1fr;
    }

    /* List item specific responsive rules */
    .page-casino-mcw-67__game-card,
    .page-casino-mcw-67__promo-card,
    .page-casino-mcw-67__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-casino-mcw-67__game-card .page-casino-mcw-67__game-image,
    .page-casino-mcw-67__promo-card .page-casino-mcw-67__promo-image,
    .page-casino-mcw-67__feature-item .page-casino-mcw-67__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-casino-mcw-67__game-card,
    .page-casino-mcw-67__promo-card,
    .page-casino-mcw-67__feature-item {
        padding-bottom: 15px;
    }

    .page-casino-mcw-67__faq-question {
        padding: 15px 20px;
    }

    .page-casino-mcw-67__faq-answer {
        padding: 0 20px;
    }

    .page-casino-mcw-67__faq-item.active .page-casino-mcw-67__faq-answer {
        padding: 15px 20px !important;
    }

    .page-casino-mcw-67__cta-button {
        font-size: 1.1em;
        padding: 12px 25px;
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-casino-mcw-67__hero-title {
        font-size: 1.8em;
    }
    .page-casino-mcw-67__section-title {
        font-size: 1.5em;
    }
    .page-casino-mcw-67__hero-content {
        padding: 15px;
    }
    .page-casino-mcw-67__hero-buttons {
        gap: 10px;
    }
    .page-casino-mcw-67__button {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-casino-mcw-67__faq-question {
        padding: 12px 15px;
    }
    .page-casino-mcw-67__faq-title {
        font-size: 1em;
    }
    .page-casino-mcw-67__faq-toggle {
        font-size: 1.2em;
    }
    .page-casino-mcw-67__faq-answer {
        padding: 0 15px;
    }
    .page-casino-mcw-67__faq-item.active .page-casino-mcw-67__faq-answer {
        padding: 12px 15px !important;
    }
}
  