
    /* CSS Styles for page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained */
    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #f9f9f9;
        padding: 10px 0 40px 0; /* Adjusted padding-top for fixed header */
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__container {
        max-width: 900px;
        margin: 0 auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__hero-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 30px;
        object-fit: cover;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__title {
        color: #0056b3;
        font-size: 2.5em;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__section {
        margin-bottom: 30px;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__section:last-of-type {
        border-bottom: none;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__subtitle {
        color: #0056b3;
        font-size: 1.8em;
        margin-bottom: 15px;
        border-left: 5px solid #007bff;
        padding-left: 10px;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__heading-h3 {
        color: #007bff;
        font-size: 1.4em;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__paragraph {
        margin-bottom: 15px;
        font-size: 1.1em;
        color: #555;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__list {
        list-style: disc inside;
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__list-item {
        margin-bottom: 8px;
        font-size: 1.1em;
        color: #555;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__image-content {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin: 20px 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__button {
        display: inline-block;
        background-color: #007bff;
        color: #fff;
        padding: 12px 25px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        margin-top: 20px;
        transition: background-color 0.3s ease;
        text-align: center;
        cursor: pointer;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__button:hover {
        background-color: #0056b3;
    }

    /* FAQ Section Styles */
    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-section {
        margin-top: 40px;
        background-color: #f0f8ff;
        padding: 25px;
        border-radius: 8px;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-title {
        color: #0056b3;
        font-size: 2em;
        text-align: center;
        margin-bottom: 30px;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-item {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        background-color: #fff;
        overflow: hidden;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #eaf6ff;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.3s ease;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-question:hover {
        background-color: #d9edf7;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-question h3 {
        margin: 0;
        font-size: 1.2em;
        color: #007bff;
        pointer-events: none; /* Prevent click event on h3 from overriding parent */
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        color: #007bff;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent click event on toggle from overriding parent */
    }

    /* No rotation for + to - */

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px; /* Initial padding */
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        color: #333;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to show content */
        padding: 20px 15px !important; /* Final padding */
        opacity: 1;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__summary-box {
        background-color: #e6f7ff;
        border-left: 5px solid #007bff;
        padding: 20px;
        margin: 30px 0;
        border-radius: 5px;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__summary-title {
        color: #0056b3;
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__conclusion {
        font-size: 1.1em;
        color: #333;
        text-align: justify;
    }

    .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__risk-warning {
        font-size: 0.9em;
        color: #d9534f;
        margin-top: 20px;
        padding: 15px;
        border: 1px solid #d9534f;
        background-color: #fdf7f7;
        border-radius: 5px;
        text-align: center;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained {
            padding: 10px 0 20px 0 !important; /* Ensure padding for mobile */
        }
        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__container {
            padding: 15px;
            margin: 0 10px;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__title {
            font-size: 1.8em;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__subtitle {
            font-size: 1.5em;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__heading-h3 {
            font-size: 1.2em;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__paragraph,
        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__list-item {
            font-size: 1em;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-question {
            padding: 12px 15px;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-question h3 {
            font-size: 1.1em;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-toggle {
            font-size: 1.3em;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-answer {
            padding: 0 10px;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__faq-answer {
            padding: 15px 10px !important;
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__image-content {
            max-width: 100%;
            height: auto;
            display: block !important; /* Ensure images are block level for max-width */
        }

        .page-resources-how-to-play-vf555-no-hu-rules-and-tips-explained__hero-image {
            max-width: 100%;
            height: auto;
            display: block !important;
        }
    }
  