
    /* Page-specific CSS for plus777-legit-or-not */
    .page-plus777-legit-or-not {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333333;
        background-color: #f8f9fa;
        padding-top: 10px; /* Small padding as per fixed nav bar requirement */
    }

    .page-plus777-legit-or-not__section {
        padding: 40px 20px;
        margin-bottom: 20px;
        background-color: #ffffff;
        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-plus777-legit-or-not__hero-section {
        text-align: center;
        padding: 60px 20px;
        background-image: url('[GALLERY:hero:1920x600:plus777,casino,legit,review,banner]');
        background-size: cover;
        background-position: center;
        color: #ffffff;
        border-radius: 0; /* Hero section typically full width */
        margin-bottom: 0;
        box-shadow: none;
        position: relative;
        overflow: hidden;
    }

    .page-plus777-legit-or-not__hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6); /* Overlay for text readability */
        z-index: 1;
    }

    .page-plus777-legit-or-not__hero-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
        margin: 0 auto;
    }

    .page-plus777-legit-or-not__hero-title {
        font-size: 3em;
        margin-bottom: 15px;
        color: #ffffff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-plus777-legit-or-not__hero-description {
        font-size: 1.2em;
        margin-bottom: 30px;
        color: #e0e0e0;
    }

    .page-plus777-legit-or-not__promo-button {
        display: inline-block;
        background-color: #007bff;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease;
        border: none; /* Use button or div, not <a> without link */
        cursor: pointer;
        font-size: 1.1em;
    }

    .page-plus777-legit-or-not__promo-button:hover {
        background-color: #0056b3;
    }

    .page-plus777-legit-or-not__heading-primary {
        font-size: 2.5em;
        color: #212529;
        text-align: center;
        margin-bottom: 30px;
    }

    .page-plus777-legit-or-not__heading-secondary {
        font-size: 2em;
        color: #212529;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-plus777-legit-or-not__heading-tertiary {
        font-size: 1.5em;
        color: #212529;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .page-plus777-legit-or-not__paragraph {
        margin-bottom: 15px;
        text-align: justify;
    }

    .page-plus777-legit-or-not__list {
        list-style: disc inside;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .page-plus777-legit-or-not__list-item {
        margin-bottom: 10px;
        box-sizing: border-box; /* Required for list items */
        word-wrap: break-word; /* Required for list items */
        overflow-wrap: break-word; /* Required for list items */
    }

    .page-plus777-legit-or-not__image-container {
        text-align: center;
        margin: 30px 0;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-plus777-legit-or-not__image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .page-plus777-legit-or-not__cta-section {
        text-align: center;
        background-color: #e9ecef;
        padding: 50px 20px;
        border-radius: 8px;
        margin-top: 40px;
    }

    .page-plus777-legit-or-not__cta-text {
        font-size: 1.5em;
        margin-bottom: 20px;
        color: #212529;
    }

    /* FAQ Section Styling */
    .page-plus777-legit-or-not__faq-section {
        padding: 40px 20px;
        background-color: #f8f9fa;
        margin-bottom: 20px;
        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-plus777-legit-or-not__faq-item {
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        border-radius: 5px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .page-plus777-legit-or-not__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        user-select: none;
        background-color: #f0f0f0;
        transition: background-color 0.3s ease;
        color: #212529;
    }

    .page-plus777-legit-or-not__faq-question:hover {
        background-color: #e2e6ea;
    }

    .page-plus777-legit-or-not__faq-question h3 {
        margin: 0;
        font-size: 1.1em;
        flex-grow: 1;
        pointer-events: none; /* Prevent h3 from blocking click */
        color: #212529; /* Ensure good contrast */
    }

    .page-plus777-legit-or-not__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        margin-left: 10px;
        pointer-events: none; /* Prevent toggle from blocking click */
        color: #007bff; /* Ensure good contrast */
        transition: transform 0.3s ease;
    }

    .page-plus777-legit-or-not__faq-item.active .page-plus777-legit-or-not__faq-toggle {
        transform: rotate(45deg); /* Change + to X or similar */
        content: '−'; /* This will be handled by JS */
    }

    .page-plus777-legit-or-not__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;
        background-color: #ffffff;
        color: #333333; /* Ensure good contrast */
    }

    .page-plus777-legit-or-not__faq-item.active .page-plus777-legit-or-not__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 15px !important;
        opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-plus777-legit-or-not__hero-title {
            font-size: 2.2em;
        }

        .page-plus777-legit-or-not__hero-description {
            font-size: 1em;
        }

        .page-plus777-legit-or-not__section,
        .page-plus777-legit-or-not__faq-section {
            padding: 20px 15px;
            margin-bottom: 15px;
        }

        .page-plus777-legit-or-not__heading-primary {
            font-size: 2em;
            margin-bottom: 20px;
        }

        .page-plus777-legit-or-not__heading-secondary {
            font-size: 1.6em;
            margin-top: 25px;
            margin-bottom: 15px;
        }

        .page-plus777-legit-or-not__heading-tertiary {
            font-size: 1.3em;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .page-plus777-legit-or-not__list {
            padding-left: 15px;
        }

        /* List item specific mobile styles */
        .page-plus777-legit-or-not__list-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
        }

        /* FAQ specific mobile styles */
        .page-plus777-legit-or-not__faq-question {
            padding: 12px 15px;
        }

        .page-plus777-legit-or-not__faq-question h3 {
            font-size: 1em;
        }

        .page-plus777-legit-or-not__faq-answer {
            padding: 15px 15px !important; /* Adjust padding for mobile */
        }

        /* Ensure images are responsive */
        .page-plus777-legit-or-not__image-container {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
        .page-plus777-legit-or-not__image {
            max-width: 100% !important;
            height: auto !important;
        }
    }
  