
    /* CSS for page-456wun */
    .page-456wun {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a1a; /* Dark background for betting site */
        line-height: 1.6;
        padding-bottom: 80px; /* Space for floating buttons */
    }

    /* Hero Section */
    .page-456wun__hero-section {
        position: relative;
        padding: 10px 20px 60px; /* Small top padding, more bottom padding */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: linear-gradient(135deg, #2a0a5e, #1a0a3e); /* Dark gradient background */
        overflow: hidden;
        color: #ffffff;
    }

    .page-456wun__hero-content {
        max-width: 900px;
        z-index: 1;
    }

    .page-456wun__hero-title {
        font-size: 2.8em;
        margin-bottom: 20px;
        color: #ffda44; /* Gold/yellow for highlights */
        line-height: 1.2;
        font-weight: bold;
    }

    .page-456wun__hero-description {
        font-size: 1.1em;
        margin-bottom: 30px;
        color: #e0e0e0;
    }

    .page-456wun__download-buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .page-456wun__button {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        white-space: nowrap; /* Prevent text wrapping in button */
    }

    .page-456wun__button--primary {
        background-color: #ffda44;
        color: #1a1a1a;
        border: 2px solid #ffda44;
    }

    .page-456wun__button--primary:hover {
        background-color: #e0c030;
        transform: translateY(-2px);
    }

    .page-456wun__button--secondary {
        background-color: transparent;
        color: #ffda44;
        border: 2px solid #ffda44;
    }

    .page-456wun__button--secondary:hover {
        background-color: rgba(255, 218, 68, 0.1);
        transform: translateY(-2px);
    }

    .page-456wun__hero-image-wrapper {
        width: 100%;
        max-width: 500px; /* Limit image width */
        margin-top: 30px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .page-456wun__hero-image {
        max-width: 100%;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
        display: block;
        margin: 0 auto; /* Center the image */
    }

    /* General Section Styling */
    .page-456wun__section-title {
        font-size: 2.2em;
        color: #ffda44;
        text-align: center;
        margin-bottom: 25px;
        padding-top: 40px;
        font-weight: bold;
    }

    .page-456wun__section-description {
        font-size: 1.1em;
        color: #e0e0e0;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px;
        padding: 0 15px;
    }

    /* Features Section */
    .page-456wun__features-section {
        padding: 40px 20px;
        background-color: #242424;
    }

    .page-456wun__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-456wun__feature-item {
        background-color: #2e2e2e;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
        box-sizing: border-box; /* Crucial for list items */
    }

    .page-456wun__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-456wun__feature-icon {
        width: 100px; 
        height: 100px;
        object-fit: contain;
        margin-bottom: 20px;
        max-width: 100%; /* Responsive image */
        height: auto; /* Responsive image */
    }

    .page-456wun__feature-title {
        font-size: 1.4em;
        color: #ffda44;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .page-456wun__feature-description {
        font-size: 1em;
        color: #cccccc;
    }

    /* Games Section */
    .page-456wun__games-section {
        padding: 40px 20px;
        background-color: #1a1a1a;
    }

    .page-456wun__game-categories {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-456wun__game-card {
        background-color: #2e2e2e;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
        text-align: center;
        box-sizing: border-box; /* Crucial for list items */
    }

    .page-456wun__game-card:hover {
        transform: translateY(-5px);
    }

    .page-456wun__game-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        max-width: 100%; /* Responsive image */
        height: auto; /* Responsive image */
    }

    .page-456wun__game-title {
        font-size: 1.3em;
        color: #ffda44;
        margin: 15px 10px 5px;
        font-weight: bold;
    }

    .page-456wun__game-description {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 10px 15px;
    }

    /* Promotions Section */
    .page-456wun__promo-section {
        padding: 40px 20px;
        background-color: #242424;
    }

    .page-456wun__promo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-456wun__promo-card {
        background-color: #2e2e2e;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
        text-align: center;
        box-sizing: border-box; /* Crucial for list items */
    }

    .page-456wun__promo-card:hover {
        transform: translateY(-5px);
    }

    .page-456wun__promo-image {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        max-width: 100%; /* Responsive image */
        height: auto; /* Responsive image */
    }

    .page-456wun__promo-title {
        font-size: 1.4em;
        color: #ffda44;
        margin: 15px 10px 5px;
        font-weight: bold;
    }

    .page-456wun__promo-description {
        font-size: 1em;
        color: #cccccc;
        padding: 0 10px 20px;
    }

    /* FAQ Section */
    .page-456wun__faq-section {
        padding: 40px 20px;
        background-color: #1a1a1a;
    }

    .page-456wun__faq-list {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-456wun__faq-item {
        background-color: #2e2e2e;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-456wun__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        background-color: #3a3a3a;
        color: #ffda44;
        cursor: pointer;
        user-select: none;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .page-456wun__faq-question:hover {
        background-color: #4a4a4a;
    }

    .page-456wun__faq-question-text {
        font-size: 1.2em;
        margin: 0;
        pointer-events: none; /* Prevent text from blocking click event on parent */
        color: #ffda44;
    }

    .page-456wun__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent icon from blocking click event on parent */
        color: #ffda44;
    }

    .page-456wun__faq-item.active .page-456wun__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'x' visually, or simply '-' */
    }

    .page-456wun__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        color: #cccccc;
        background-color: #2e2e2e;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
        font-size: 1em;
    }

    .page-456wun__faq-item.active .page-456wun__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-456wun__faq-answer p {
        margin: 0;
        word-wrap: break-word; /* Ensure text wraps */
        overflow-wrap: break-word;
        word-break: break-word;
    }

    /* Floating Register/Login Buttons */
    .page-456wun__floating-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 15px 0;
        background-color: rgba(36, 36, 36, 0.95);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
        z-index: 1000;
        gap: 10px;
    }

    .page-456wun__floating-button {
        flex: 1;
        max-width: 45%;
        padding: 12px 0;
        text-align: center;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }

    .page-456wun__floating-button--register {
        background-color: #ffda44;
        color: #1a1a1a;
    }

    .page-456wun__floating-button--register:hover {
        background-color: #e0c030;
        transform: translateY(-2px);
    }

    .page-456wun__floating-button--login {
        background-color: #4a4a4a;
        color: #ffffff;
        border: 1px solid #ffda44;
    }

    .page-456wun__floating-button--login:hover {
        background-color: #5a5a5a;
        transform: translateY(-2px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .page-456wun__hero-title {
            font-size: 2em;
        }

        .page-456wun__hero-description {
            font-size: 1em;
        }

        .page-456wun__download-buttons {
            flex-direction: column;
            gap: 10px;
        }

        .page-456wun__button {
            width: 90%;
            max-width: 300px;
            margin: 0 auto;
        }

        .page-456wun__section-title {
            font-size: 1.8em;
            padding-top: 30px;
        }

        .page-456wun__section-description {
            font-size: 0.95em;
            margin-bottom: 30px;
        }

        /* List item responsiveness for feature grid */
        .page-456wun__features-grid,
        .page-456wun__game-categories,
        .page-456wun__promo-grid {
            grid-template-columns: 1fr;
            padding: 0 15px !important;
            max-width: 100% !important;
            width: 100% !important;
            box-sizing: border-box !important;
        }

        .page-456wun__feature-item,
        .page-456wun__game-card,
        .page-456wun__promo-card {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
            padding: 20px !important;
        }

        .page-456wun__feature-description,
        .page-456wun__game-description,
        .page-456wun__promo-description {
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        /* Image responsiveness */
        .page-456wun__hero-image-wrapper,
        .page-456wun__hero-image,
        .page-456wun__feature-icon,
        .page-456wun__game-image,
        .page-456wun__promo-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        .page-456wun__hero-image-wrapper {
            padding: 0 15px !important;
        }


        /* FAQ Section Mobile */
        .page-456wun__faq-question {
            padding: 15px 20px;
            font-size: 1.1em;
        }

        .page-456wun__faq-question-text {
            font-size: 1em;
        }

        .page-456wun__faq-toggle {
            font-size: 1.3em;
        }

        .page-456wun__faq-answer {
            padding: 15px 20px !important;
        }

        /* Floating buttons mobile */
        .page-456wun__floating-buttons {
            padding: 10px 15px;
            gap: 8px;
        }
        .page-456wun__floating-button {
            font-size: 1em;
            padding: 10px 0;
        }
    }

    @media (max-width: 480px) {
        .page-456wun__hero-title {
            font-size: 1.8em;
        }
        .page-456wun__section-title {
            font-size: 1.6em;
        }
        .page-456wun__button {
            font-size: 1em;
            padding: 12px 25px;
        }
    }
  