
    .page-188bet-m-khuy-n-m-i {
        font-family: 'Arial', sans-serif;
        color: #333333;
        background-color: #ffffff;
        line-height: 1.6;
        padding-top: 10px; /* Small top padding for hero/first section as body padding-top is assumed */
    }

    .page-188bet-m-khuy-n-m-i__section-title {
        font-size: 2.2em;
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 15px;
        line-height: 1.2;
    }

    .page-188bet-m-khuy-n-m-i__section-description {
        font-size: 1.1em;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px auto;
        padding: 0 15px;
    }

    /* Hero Section */
    .page-188bet-m-khuy-n-m-i__hero-section {
        position: relative;
        background-color: #f0f8ff; /* Alice Blue */
        padding: 60px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        overflow: hidden;
    }

    .page-188bet-m-khuy-n-m-i__hero-image {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin-top: 30px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .page-188bet-m-khuy-n-m-i__hero-title {
        font-size: 2.8em;
        color: #0056b3; /* Darker blue */
        margin-bottom: 20px;
        line-height: 1.1;
    }

    .page-188bet-m-khuy-n-m-i__hero-description {
        font-size: 1.2em;
        max-width: 900px;
        margin-bottom: 30px;
        color: #444444;
    }

    .page-188bet-m-khuy-n-m-i__hero-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-188bet-m-khuy-n-m-i__cta-button,
    .page-188bet-m-khuy-n-m-i__secondary-button {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: all 0.3s ease;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .page-188bet-m-khuy-n-m-i__cta-button {
        background-color: #007bff; /* Blue */
        color: #ffffff;
        border: 2px solid #007bff;
    }

    .page-188bet-m-khuy-n-m-i__cta-button:hover {
        background-color: #0056b3; /* Darker blue */
        border-color: #0056b3;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .page-188bet-m-khuy-n-m-i__secondary-button {
        background-color: transparent;
        color: #007bff;
        border: 2px solid #007bff;
    }

    .page-188bet-m-khuy-n-m-i__secondary-button:hover {
        background-color: #e6f2ff; /* Light blue */
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    /* Promo Highlights Section */
    .page-188bet-m-khuy-n-m-i__promo-highlights {
        padding: 80px 20px;
        background-color: #f9f9f9;
    }

    .page-188bet-m-khuy-n-m-i__promo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-188bet-m-khuy-n-m-i__promo-card {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        padding: 25px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-188bet-m-khuy-n-m-i__promo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .page-188bet-m-khuy-n-m-i__promo-card-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 20px;
        width: 100%; /* Ensure images fill card width */
        min-width: 200px; /* Minimum size */
        min-height: 200px; /* Minimum size */
        object-fit: cover;
    }

    .page-188bet-m-khuy-n-m-i__promo-card-title {
        font-size: 1.5em;
        color: #0056b3;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .page-188bet-m-khuy-n-m-i__promo-card-description {
        font-size: 1em;
        color: #555555;
    }

    /* Game Showcase Section */
    .page-188bet-m-khuy-n-m-i__game-showcase {
        padding: 80px 20px;
        background-color: #eef7ff; /* Lighter Alice Blue */
    }

    .page-188bet-m-khuy-n-m-i__game-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
        max-width: 1200px;
        margin: 0 auto;
        justify-items: center; /* Center items in the grid */
    }

    .page-188bet-m-khuy-n-m-i__game-item {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        text-align: center;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width: 100%; /* Ensure it takes full grid column width */
        max-width: 350px; /* Limit max width for larger screens */
    }

    .page-188bet-m-khuy-n-m-i__game-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

    .page-188bet-m-khuy-n-m-i__game-image {
        width: 100%;
        height: 200px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
        min-width: 200px; /* Minimum size */
        min-height: 200px; /* Minimum size */
    }

    .page-188bet-m-khuy-n-m-i__game-title {
        font-size: 1.3em;
        color: #0056b3;
        padding: 15px 10px;
        margin: 0;
    }

    /* FAQ Section */
    .page-188bet-m-khuy-n-m-i__faq-section {
        padding: 80px 20px;
        background-color: #f9f9f9;
    }

    .page-188bet-m-khuy-n-m-i__faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-188bet-m-khuy-n-m-i__faq-item {
        background-color: #ffffff;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .page-188bet-m-khuy-n-m-i__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        background-color: #f0f8ff; /* Alice Blue */
        color: #0056b3;
        font-weight: bold;
        font-size: 1.1em;
        border-bottom: 1px solid #e0e0e0;
        transition: background-color 0.3s ease;
        user-select: none;
    }

    .page-188bet-m-khuy-n-m-i__faq-question:hover {
        background-color: #e6f2ff; /* Lighter blue on hover */
    }

    .page-188bet-m-khuy-n-m-i__faq-question-text {
        margin: 0;
        font-size: 1.1em;
        color: #0056b3;
        pointer-events: none; /* Prevent text from blocking click event */
    }

    .page-188bet-m-khuy-n-m-i__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-188bet-m-khuy-n-m-i__faq-item.active .page-188bet-m-khuy-n-m-i__faq-toggle {
        transform: rotate(45deg); /* Change + to X (or rotate to -) */
    }

    .page-188bet-m-khuy-n-m-i__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: #555555;
        font-size: 1em;
    }

    .page-188bet-m-khuy-n-m-i__faq-item.active .page-188bet-m-khuy-n-m-i__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-188bet-m-khuy-n-m-i__faq-answer p {
        margin: 0;
    }

    /* Bottom CTA */
    .page-188bet-m-khuy-n-m-i__cta-bottom {
        padding: 80px 20px;
        text-align: center;
        background-color: #007bff; /* Blue background */
        color: #ffffff;
    }

    .page-188bet-m-khuy-n-m-i__cta-bottom .page-188bet-m-khuy-n-m-i__section-title,
    .page-188bet-m-khuy-n-m-i__cta-bottom .page-188bet-m-khuy-n-m-i__section-description {
        color: #ffffff;
    }

    .page-188bet-m-khuy-n-m-i__cta-button--large {
        padding: 18px 40px;
        font-size: 1.2em;
        background-color: #ffffff;
        color: #007bff;
        border: 2px solid #ffffff;
    }

    .page-188bet-m-khuy-n-m-i__cta-button--large:hover {
        background-color: #e6f2ff; /* Light blue */
        color: #0056b3;
        border-color: #e6f2ff;
    }

    /* Floating Buttons */
    .page-188bet-m-khuy-n-m-i__floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px 20px;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-188bet-m-khuy-n-m-i__floating-btn {
        display: block;
        padding: 12px 25px;
        border-radius: 40px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1em;
        transition: all 0.3s ease;
        text-align: center;
        white-space: nowrap;
    }

    .page-188bet-m-khuy-n-m-i__floating-btn--register {
        background-color: #28a745; /* Green */
        color: #ffffff;
        border: 2px solid #28a745;
    }

    .page-188bet-m-khuy-n-m-i__floating-btn--register:hover {
        background-color: #218838;
        border-color: #218838;
        transform: translateY(-2px);
    }

    .page-188bet-m-khuy-n-m-i__floating-btn--login {
        background-color: #ffc107; /* Yellow */
        color: #333333;
        border: 2px solid #ffc107;
    }

    .page-188bet-m-khuy-n-m-i__floating-btn--login:hover {
        background-color: #e0a800;
        border-color: #e0a800;
        transform: translateY(-2px);
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
        .page-188bet-m-khuy-n-m-i__hero-title {
            font-size: 2.5em;
        }
        .page-188bet-m-khuy-n-m-i__section-title {
            font-size: 2em;
        }
        .page-188bet-m-khuy-n-m-i__promo-grid,
        .page-188bet-m-khuy-n-m-i__game-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }
    }

    @media (max-width: 768px) {
        .page-188bet-m-khuy-n-m-i__hero-section {
            padding: 40px 15px;
        }
        .page-188bet-m-khuy-n-m-i__hero-title {
            font-size: 2em;
        }
        .page-188bet-m-khuy-n-m-i__hero-description {
            font-size: 1em;
        }
        .page-188bet-m-khuy-n-m-i__hero-buttons {
            flex-direction: column;
            gap: 15px;
        }
        .page-188bet-m-khuy-n-m-i__cta-button,
        .page-188bet-m-khuy-n-m-i__secondary-button {
            width: 80%;
            max-width: 300px;
            margin: 0 auto;
        }

        .page-188bet-m-khuy-n-m-i__section-title {
            font-size: 1.8em;
        }
        .page-188bet-m-khuy-n-m-i__section-description {
            font-size: 0.95em;
        }

        /* List items responsive */
        .page-188bet-m-khuy-n-m-i__promo-grid,
        .page-188bet-m-khuy-n-m-i__game-grid {
            grid-template-columns: 1fr;
            padding: 0 15px;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .page-188bet-m-khuy-n-m-i__promo-card,
        .page-188bet-m-khuy-n-m-i__game-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 20px;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-188bet-m-khuy-n-m-i__promo-card-image,
        .page-188bet-m-khuy-n-m-i__game-image {
            max-width: 100% !important;
            height: auto !important;
            min-width: 200px !important;
            min-height: 150px !important;
            box-sizing: border-box !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-188bet-m-khuy-n-m-i__faq-question {
            padding: 15px 20px;
            font-size: 1em;
        }
        .page-188bet-m-khuy-n-m-i__faq-question-text {
            font-size: 1em;
        }
        .page-188bet-m-khuy-n-m-i__faq-answer {
            padding: 0 20px;
        }
        .page-188bet-m-khuy-n-m-i__faq-item.active .page-188bet-m-khuy-n-m-i__faq-answer {
            padding: 15px 20px !important;
        }

        .page-188bet-m-khuy-n-m-i__floating-buttons {
            bottom: 15px;
            gap: 10px;
            padding: 8px 15px;
        }
        .page-188bet-m-khuy-n-m-i__floating-btn {
            padding: 10px 20px;
            font-size: 0.9em;
        }
    }

    @media (max-width: 480px) {
        .page-188bet-m-khuy-n-m-i__hero-title {
            font-size: 1.8em;
        }
        .page-188bet-m-khuy-n-m-i__section-title {
            font-size: 1.6em;
        }
        .page-188bet-m-khuy-n-m-i__cta-button,
        .page-188bet-m-khuy-n-m-i__secondary-button {
            width: 90%;
        }
        .page-188bet-m-khuy-n-m-i__floating-buttons {
            width: calc(100% - 30px);
            left: 15px;
            transform: translateX(0);
            justify-content: space-around;
        }
        .page-188bet-m-khuy-n-m-i__floating-btn {
            flex: 1;
            font-size: 0.85em;
            padding: 10px 15px;
        }
    }
  