
    :root {
        --primary-color: #007bff; /* Màu xanh dương */
        --secondary-color: #6c757d; /* Màu xám */
        --accent-color: #ffc107; /* Màu vàng cam */
        --background-light: #f8f9fa; /* Nền sáng */
        --background-dark: #343a40; /* Nền tối */
        --text-color-light: #212529; /* Chữ tối */
        --text-color-dark: #ffffff; /* Chữ sáng */
        --border-color: #dee2e6; /* Màu viền */
        --font-family-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .page-22bet-khuy-n-m-i {
        font-family: var(--font-family-sans);
        color: var(--text-color-light);
        line-height: 1.6;
        background-color: var(--background-light);
    }

    .page-22bet-khuy-n-m-i__section {
        padding: 40px 20px;
        margin-bottom: 20px;
        background-color: var(--text-color-dark);
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .page-22bet-khuy-n-m-i__hero-section {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:22bet,promotion,banner]') no-repeat center center/cover;
        color: var(--text-color-dark);
        text-align: center;
        padding: 100px 20px;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding-top: calc(100px + 10px); /* Small decorative padding-top, assuming body padding-top is handled by shared.css */
    }

    .page-22bet-khuy-n-m-i__hero-title {
        font-size: 2.8em;
        margin-bottom: 15px;
        font-weight: bold;
        color: var(--accent-color);
        line-height: 1.2;
    }

    .page-22bet-khuy-n-m-i__hero-description {
        font-size: 1.2em;
        max-width: 800px;
        margin: 0 auto 30px auto;
        color: rgba(255, 255, 255, 0.9);
    }

    .page-22bet-khuy-n-m-i__button {
        display: inline-block;
        background-color: var(--accent-color);
        color: var(--text-color-light);
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease;
        cursor: pointer;
        border: none;
    }

    .page-22bet-khuy-n-m-i__button:hover {
        background-color: #e0a800; /* Darker accent */
    }

    .page-22bet-khuy-n-m-i__section-title {
        font-size: 2em;
        color: var(--primary-color);
        margin-bottom: 25px;
        text-align: center;
        font-weight: bold;
    }

    .page-22bet-khuy-n-m-i__content-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 30px;
    }

    .page-22bet-khuy-n-m-i__feature-card {
        background-color: var(--background-light);
        padding: 25px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        text-align: center;
        transition: transform 0.3s ease;
    }

    .page-22bet-khuy-n-m-i__feature-card:hover {
        transform: translateY(-5px);
    }

    .page-22bet-khuy-n-m-i__card-image-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .page-22bet-khuy-n-m-i__card-image {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
        display: block;
        margin: 0 auto;
    }

    .page-22bet-khuy-n-m-i__card-title {
        font-size: 1.5em;
        color: var(--primary-color);
        margin-bottom: 10px;
    }

    .page-22bet-khuy-n-m-i__card-text {
        font-size: 0.95em;
        color: var(--secondary-color);
    }

    .page-22bet-khuy-n-m-i__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .page-22bet-khuy-n-m-i__list-item {
        background-color: var(--background-light);
        padding: 15px 20px;
        margin-bottom: 10px;
        border-radius: 5px;
        display: flex;
        align-items: flex-start;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
        box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-22bet-khuy-n-m-i__list-icon {
        color: var(--primary-color);
        font-size: 1.5em;
        margin-right: 15px;
        line-height: 1;
        flex-shrink: 0;
    }

    .page-22bet-khuy-n-m-i__list-text strong {
        color: var(--primary-color);
    }

    .page-22bet-khuy-n-m-i__faq-section {
        background-color: var(--text-color-dark);
        padding: 40px 20px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .page-22bet-khuy-n-m-i__faq-item {
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .page-22bet-khuy-n-m-i__faq-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .page-22bet-khuy-n-m-i__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 15px 0;
        user-select: none;
        font-weight: bold;
        color: var(--text-color-light);
        transition: color 0.3s ease;
    }

    .page-22bet-khuy-n-m-i__faq-question:hover {
        color: var(--primary-color);
    }

    .page-22bet-khuy-n-m-i__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        flex-grow: 1;
        pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-22bet-khuy-n-m-i__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        margin-left: 15px;
        color: var(--primary-color);
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle from blocking click on parent */
    }

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

    .page-22bet-khuy-n-m-i__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: var(--secondary-color);
        font-size: 0.95em;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-22bet-khuy-n-m-i__hero-title {
            font-size: 2em;
        }

        .page-22bet-khuy-n-m-i__hero-description {
            font-size: 1em;
        }

        .page-22bet-khuy-n-m-i__section {
            padding: 25px 15px;
        }

        .page-22bet-khuy-n-m-i__section-title {
            font-size: 1.8em;
            margin-bottom: 20px;
        }

        .page-22bet-khuy-n-m-i__content-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .page-22bet-khuy-n-m-i__feature-card {
            padding: 20px;
        }

        .page-22bet-khuy-n-m-i__card-title {
            font-size: 1.3em;
        }

        .page-22bet-khuy-n-m-i__list-item {
            padding: 12px 15px;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        .page-22bet-khuy-n-m-i__list {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-22bet-khuy-n-m-i__card-image-container,
        .page-22bet-khuy-n-m-i__card-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-22bet-khuy-n-m-i__faq-section {
            padding: 25px 15px;
        }

        .page-22bet-khuy-n-m-i__faq-question {
            padding: 12px 0;
        }

        .page-22bet-khuy-n-m-i__faq-question h3 {
            font-size: 1em;
        }

        .page-22bet-khuy-n-m-i__faq-answer {
            padding: 15px 15px;
            font-size: 0.9em;
        }
    }

    @media (max-width: 480px) {
        .page-22bet-khuy-n-m-i__hero-section {
            padding: 80px 15px;
            padding-top: calc(80px + 10px);
        }
        .page-22bet-khuy-n-m-i__hero-title {
            font-size: 1.8em;
        }
        .page-22bet-khuy-n-m-i__button {
            padding: 12px 25px;
            font-size: 1em;
        }
    }
  