
    /* Page-specific CSS for 8k8-com-login-register */
    .page-8k8-com-login-register {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0; /* Light text for dark background */
        background-color: #1a1a2e; /* Dark background */
        line-height: 1.6;
        padding-bottom: 40px; /* Ensures footer content is not cut off */
        padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-8k8-com-login-register__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .page-8k8-com-login-register__hero-section {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:8k8,login,register,casino_background]') no-repeat center center/cover;
        color: #ffffff;
        text-align: center;
        padding: 80px 20px;
        position: relative;
        padding-top: calc(80px + 10px); /* Add a small decorative top padding */
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .page-8k8-com-login-register__hero-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        font-weight: bold;
        color: #ffcc00; /* Gold accent */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-login-register__hero-subtitle {
        font-size: 1.5em;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-8k8-com-login-register__button-group {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .page-8k8-com-login-register__button {
        display: inline-block;
        padding: 15px 30px;
        background-color: #ffcc00; /* Gold button */
        color: #1a1a2e; /* Dark text for gold button */
        text-decoration: none;
        border-radius: 50px;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-8k8-com-login-register__button:hover {
        background-color: #e6b800;
        transform: translateY(-3px);
    }

    .page-8k8-com-login-register__section {
        background-color: #2a2a4a; /* Slightly lighter dark background */
        padding: 40px;
        margin-bottom: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-com-login-register__section-title {
        font-size: 2.5em;
        color: #ffcc00;
        text-align: center;
        margin-bottom: 30px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-com-login-register__section-subtitle {
        font-size: 1.8em;
        color: #ffcc00;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-8k8-com-login-register__content-text {
        font-size: 1.1em;
        margin-bottom: 20px;
        color: #e0e0e0;
    }

    .page-8k8-com-login-register__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }

    .page-8k8-com-login-register__feature-item {
        background-color: #3a3a5a;
        padding: 25px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .page-8k8-com-login-register__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-8k8-com-login-register__feature-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #ffcc00;
        display: block; /* Ensure it's a block element to center */
        margin-left: auto;
        margin-right: auto;
    }

    .page-8k8-com-login-register__feature-title {
        font-size: 1.4em;
        color: #ffcc00;
        margin-bottom: 10px;
    }

    .page-8k8-com-login-register__feature-description {
        font-size: 0.95em;
        color: #c0c0c0;
    }

    .page-8k8-com-login-register__steps-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .page-8k8-com-login-register__step-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
        background-color: #3a3a5a;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        box-sizing: border-box; /* Required for list items */
    }

    .page-8k8-com-login-register__step-number {
        font-size: 2em;
        font-weight: bold;
        color: #ffcc00;
        min-width: 40px;
        text-align: center;
        margin-right: 15px;
        background-color: #1a1a2e;
        border-radius: 50%;
        padding: 5px;
        line-height: 1;
        box-sizing: border-box;
    }

    .page-8k8-com-login-register__step-content {
        flex-grow: 1;
    }

    .page-8k8-com-login-register__step-title {
        font-size: 1.5em;
        color: #ffcc00;
        margin-bottom: 8px;
    }

    .page-8k8-com-login-register__step-description {
        font-size: 1em;
        color: #e0e0e0;
    }

    .page-8k8-com-login-register__image-gallery {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px 0;
        gap: 20px;
        flex-wrap: wrap;
    }

    .page-8k8-com-login-register__image-wrapper {
        flex: 1 1 300px; /* Allow flexible width, min 300px */
        max-width: 45%; /* Max width for two columns */
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
    }

    .page-8k8-com-login-register__image {
        max-width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .page-8k8-com-login-register__payment-grid,
    .page-8k8-com-login-register__provider-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        margin-top: 30px;
        justify-content: center;
    }

    .page-8k8-com-login-register__payment-item,
    .page-8k8-com-login-register__provider-item {
        background-color: #3a3a5a;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box; /* Required for list items */
    }

    .page-8k8-com-login-register__payment-icon,
    .page-8k8-com-login-register__provider-logo {
        max-width: 120px;
        height: auto;
        margin-bottom: 10px;
        object-fit: contain;
        max-height: 80px; /* Limit height for consistency */
    }

    .page-8k8-com-login-register__payment-name,
    .page-8k8-com-login-register__provider-name {
        font-size: 1.1em;
        color: #ffcc00;
        font-weight: bold;
    }

    /* FAQ Section */
    .page-8k8-com-login-register__faq-section {
        background-color: #2a2a4a;
        padding: 40px;
        margin-bottom: 30px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-8k8-com-login-register__faq-item {
        background-color: #3a3a5a;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-com-login-register__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        background-color: #3a3a5a; /* Adjusted for better contrast */
        color: #ffcc00;
        font-size: 1.2em;
        font-weight: bold;
        border-bottom: 1px solid #4a4a6a;
        transition: background-color 0.3s ease;
        user-select: none;
    }

    .page-8k8-com-login-register__faq-question:hover {
        background-color: #4a4a6a;
    }

    .page-8k8-com-login-register__faq-question h3 {
        margin: 0;
        color: #ffcc00;
        pointer-events: none; /* Prevent h3 from blocking click */
        flex-grow: 1;
    }

    .page-8k8-com-login-register__faq-toggle {
        font-size: 1.8em;
        line-height: 1;
        margin-left: 15px;
        pointer-events: none; /* Prevent toggle icon from blocking click */
        transition: transform 0.3s ease;
    }

    .page-8k8-com-login-register__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        background-color: #3a3a5a;
        color: #e0e0e0;
        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-8k8-com-login-register__faq-item.active .page-8k8-com-login-register__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-8k8-com-login-register__faq-item.active .page-8k8-com-login-register__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'X' or similar effect */
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .page-8k8-com-login-register__hero-title {
            font-size: 3em;
        }
        .page-8k8-com-login-register__hero-subtitle {
            font-size: 1.3em;
        }
        .page-8k8-com-login-register__section-title {
            font-size: 2em;
        }
        .page-8k8-com-login-register__image-wrapper {
            max-width: 100%; /* Stack images on smaller screens */
        }
    }

    @media (max-width: 768px) {
        .page-8k8-com-login-register__container {
            padding: 15px;
        }
        .page-8k8-com-login-register__hero-section {
            padding: 60px 15px;
            padding-top: calc(60px + 10px);
        }
        .page-8k8-com-login-register__hero-title {
            font-size: 2.5em;
        }
        .page-8k8-com-login-register__hero-subtitle {
            font-size: 1.1em;
        }
        .page-8k8-com-login-register__button-group {
            flex-direction: column;
            gap: 15px;
        }
        .page-8k8-com-login-register__button {
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
        }
        .page-8k8-com-login-register__section {
            padding: 25px;
        }
        .page-8k8-com-login-register__section-title {
            font-size: 1.8em;
        }
        .page-8k8-com-login-register__feature-item {
            padding: 20px;
        }
        .page-8k8-com-login-register__feature-icon {
            width: 80px;
            height: 80px;
        }
        .page-8k8-com-login-register__step-item {
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 15px;
            width: 100% !important; /* List item responsive */
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .page-8k8-com-login-register__step-number {
            margin-right: 0;
            margin-bottom: 10px;
            min-width: 50px;
            min-height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .page-8k8-com-login-register__step-title {
            font-size: 1.3em;
        }
        .page-8k8-com-login-register__steps-list { /* List container responsive */
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .page-8k8-com-login-register__payment-grid,
        .page-8k8-com-login-register__provider-grid {
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        }
        .page-8k8-com-login-register__payment-icon,
        .page-8k8-com-login-register__provider-logo {
            max-width: 100px;
        }
        .page-8k8-com-login-register__faq-question {
            font-size: 1.1em;
            padding: 15px 20px;
        }
        .page-8k8-com-login-register__faq-answer {
            padding: 0 20px;
        }
        .page-8k8-com-login-register__faq-item.active .page-8k8-com-login-register__faq-answer {
            padding: 15px 20px !important;
        }
        .page-8k8-com-login-register__content-text,
        .page-8k8-com-login-register__feature-description,
        .page-8k8-com-login-register__step-description,
        .page-8k8-com-login-register__payment-name,
        .page-8k8-com-login-register__provider-name {
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }
    }

    @media (max-width: 480px) {
        .page-8k8-com-login-register__hero-title {
            font-size: 2em;
        }
        .page-8k8-com-login-register__hero-subtitle {
            font-size: 1em;
        }
        .page-8k8-com-login-register__button {
            padding: 12px 25px;
            font-size: 1em;
        }
        .page-8k8-com-login-register__section-title {
            font-size: 1.5em;
        }
        .page-8k8-com-login-register__feature-title {
            font-size: 1.2em;
        }
        .page-8k8-com-login-register__step-title {
            font-size: 1.2em;
        }
        .page-8k8-com-login-register__payment-grid,
        .page-8k8-com-login-register__provider-grid {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        }
        .page-8k8-com-login-register__payment-icon,
        .page-8k8-com-login-register__provider-logo {
            max-width: 80px;
        }
    }
  