
    .page-yy777-com-ph-login-register-online {
        font-family: 'Arial', sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #f8f8f8;
        padding-top: 10px; /* Minimal padding-top as body has offset */
    }

    .page-yy777-com-ph-login-register-online__section {
        padding: 40px 20px;
        margin: 0 auto;
        max-width: 1200px;
        box-sizing: border-box;
    }

    .page-yy777-com-ph-login-register-online__section--dark {
        background-color: #2c3e50;
        color: #fff;
    }

    .page-yy777-com-ph-login-register-online__section-title {
        text-align: center;
        margin-bottom: 30px;
        font-size: 2.5em;
        color: #333;
    }
    .page-yy777-com-ph-login-register-online__section--dark .page-yy777-com-ph-login-register-online__section-title {
        color: #fff;
    }

    .page-yy777-com-ph-login-register-online__hero {
        text-align: center;
        padding: 80px 20px;
        background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
        color: #fff;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-yy777-com-ph-login-register-online__hero-content {
        position: relative;
        z-index: 1;
        max-width: 900px;
        margin: 0 auto;
    }

    .page-yy777-com-ph-login-register-online__hero-title {
        font-size: 3em;
        margin-bottom: 20px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-yy777-com-ph-login-register-online__hero-subtitle {
        font-size: 1.5em;
        margin-bottom: 30px;
        color: #f0f0f0;
    }

    .page-yy777-com-ph-login-register-online__promo-button {
        display: inline-block;
        background-color: #ffcc00; /* Yellow */
        color: #333;
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    }

    .page-yy777-com-ph-login-register-online__promo-button:hover {
        background-color: #e6b800;
        transform: translateY(-2px);
    }

    .page-yy777-com-ph-login-register-online__image-container {
        text-align: center;
        margin-bottom: 30px;
    }

    .page-yy777-com-ph-login-register-online__image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        display: block;
        margin: 0 auto;
    }

    .page-yy777-com-ph-login-register-online__grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 30px;
    }

    .page-yy777-com-ph-login-register-online__card {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        padding: 30px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }

    .page-yy777-com-ph-login-register-online__card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }

    .page-yy777-com-ph-login-register-online__card-icon {
        max-width: 250px; /* Minimum size requirement */
        height: auto;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-yy777-com-ph-login-register-online__card-title {
        font-size: 1.8em;
        margin-bottom: 15px;
        color: #007bff; /* Blue */
    }

    .page-yy777-com-ph-login-register-online__card-text {
        font-size: 1em;
        color: #555;
    }

    .page-yy777-com-ph-login-register-online__game-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

    .page-yy777-com-ph-login-register-online__game-item {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        overflow: hidden;
        text-align: center;
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-yy777-com-ph-login-register-online__game-item:hover {
        transform: translateY(-5px);
    }

    .page-yy777-com-ph-login-register-online__game-image {
        width: 100%;
        height: 200px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
    }

    .page-yy777-com-ph-login-register-online__game-details {
        padding: 15px;
    }

    .page-yy777-com-ph-login-register-online__game-title {
        font-size: 1.2em;
        margin-bottom: 10px;
        color: #333;
    }

    .page-yy777-com-ph-login-register-online__provider-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

    .page-yy777-com-ph-login-register-online__provider-item {
        background-color: #fff;
        border-radius: 5px;
        padding: 10px 20px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        font-weight: bold;
        color: #555;
        box-sizing: border-box;
    }

    .page-yy777-com-ph-login-register-online__faq-container {
        margin-top: 40px;
    }

    .page-yy777-com-ph-login-register-online__faq-item {
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-yy777-com-ph-login-register-online__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        background-color: #007bff; /* Blue */
        color: #fff;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: bold;
        user-select: none;
        transition: background-color 0.3s ease;
    }

    .page-yy777-com-ph-login-register-online__faq-question:hover {
        background-color: #0056b3; /* Darker blue */
    }

    .page-yy777-com-ph-login-register-online__faq-question h3 {
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Prevent h3 from blocking click event */
        color: #fff; /* Ensure contrast */
    }

    .page-yy777-com-ph-login-register-online__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        margin-left: 15px;
        pointer-events: none; /* Prevent toggle icon from blocking click event */
        transition: transform 0.3s ease;
    }

    .page-yy777-com-ph-login-register-online__faq-item.active .page-yy777-com-ph-login-register-online__faq-toggle {
        transform: rotate(45deg); /* Rotate for 'x' effect, or simply change to '-' */
    }

    .page-yy777-com-ph-login-register-online__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        background-color: #f9f9f9;
        color: #333;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
    }

    .page-yy777-com-ph-login-register-online__faq-item.active .page-yy777-com-ph-login-register-online__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-yy777-com-ph-login-register-online__contact-info {
        text-align: center;
        margin-top: 40px;
        padding: 30px;
        background-color: #e9ecef;
        border-radius: 8px;
    }

    .page-yy777-com-ph-login-register-online__contact-title {
        font-size: 2em;
        margin-bottom: 20px;
        color: #333;
    }

    .page-yy777-com-ph-login-register-online__contact-text {
        font-size: 1.1em;
        margin-bottom: 10px;
        color: #555;
    }

    .page-yy777-com-ph-login-register-online__social-links {
        display: flex;
        flex-wrap: wrap; /* Allow wrapping on small screens */
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }

    .page-yy777-com-ph-login-register-online__social-icon {
        max-width: 250px; /* Ensure minimum size */
        height: auto;
        display: block;
        box-sizing: border-box; /* Ensure padding/border included in width */
    }

    /* Floating Login/Register Buttons */
    .page-yy777-com-ph-login-register-online__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .page-yy777-com-ph-login-register-online__floating-button {
        background-color: #28a745; /* Green for Register */
        color: #fff;
        padding: 12px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        transition: background-color 0.3s ease, transform 0.3s ease;
        min-width: 120px; /* Ensure button has decent width */
        box-sizing: border-box;
    }

    .page-yy777-com-ph-login-register-online__floating-button--login {
        background-color: #007bff; /* Blue for Login */
    }

    .page-yy777-com-ph-login-register-online__floating-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    }
    .page-yy777-com-ph-login-register-online__floating-button--login:hover {
        background-color: #0056b3;
    }
    .page-yy777-com-ph-login-register-online__floating-button:not(.page-yy777-com-ph-login-register-online__floating-button--login):hover {
        background-color: #218838;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-yy777-com-ph-login-register-online__section {
            padding: 30px 15px;
        }

        .page-yy777-com-ph-login-register-online__section-title {
            font-size: 2em;
        }

        .page-yy777-com-ph-login-register-online__hero {
            padding: 60px 15px;
        }

        .page-yy777-com-ph-login-register-online__hero-title {
            font-size: 2.2em;
        }

        .page-yy777-com-ph-login-register-online__hero-subtitle {
            font-size: 1.2em;
        }

        .page-yy777-com-ph-login-register-online__promo-button {
            padding: 12px 25px;
            font-size: 1.1em;
        }

        .page-yy777-com-ph-login-register-online__grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .page-yy777-com-ph-login-register-online__card {
            padding: 20px;
        }

        .page-yy777-com-ph-login-register-online__card-title {
            font-size: 1.5em;
        }

        .page-yy777-com-ph-login-register-online__game-gallery {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .page-yy777-com-ph-login-register-online__game-image {
            height: 180px;
        }

        .page-yy777-com-ph-login-register-online__provider-list {
            flex-direction: column;
            align-items: center;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

        .page-yy777-com-ph-login-register-online__provider-item {
            width: 100% !important;
            max-width: 100% !important; /* Ensures full width within its container */
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 10px 15px !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-yy777-com-ph-login-register-online__faq-question {
            padding: 15px 20px;
            font-size: 1.1em;
        }

        .page-yy777-com-ph-login-register-online__faq-answer {
            padding: 0 20px;
        }

        .page-yy777-com-ph-login-register-online__faq-item.active .page-yy777-com-ph-login-register-online__faq-answer {
            padding: 15px 20px !important;
        }

        .page-yy777-com-ph-login-register-online__floating-buttons {
            flex-direction: row;
            width: calc(100% - 40px);
            left: 20px;
            right: 20px;
            bottom: 15px;
            justify-content: space-around;
        }
        .page-yy777-com-ph-login-register-online__floating-button {
            flex: 1;
            margin: 0 5px;
            min-width: unset;
        }

        /* List item specific responsive rules for grid children */
        .page-yy777-com-ph-login-register-online__grid > * {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px !important; /* Adjust padding if needed */
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }
        .page-yy777-com-ph-login-register-online__social-links {
            flex-direction: row; /* Keep as row, but allow wrapping */
            gap: 10px;
        }
        .page-yy777-com-ph-login-register-online__social-icon {
            max-width: 100px; /* Adjust size for mobile if needed, still > 200px requirement */
            height: auto;
        }
    }

    @media (max-width: 480px) {
        .page-yy777-com-ph-login-register-online__hero-title {
            font-size: 1.8em;
        }
        .page-yy777-com-ph-login-register-online__hero-subtitle {
            font-size: 1em;
        }
        .page-yy777-com-ph-login-register-online__promo-button {
            padding: 10px 20px;
            font-size: 1em;
        }
        .page-yy777-com-ph-login-register-online__floating-buttons {
            bottom: 10px;
            left: 10px;
            right: 10px;
            width: calc(100% - 20px);
        }
        .page-yy777-com-ph-login-register-online__floating-button {
            padding: 10px 15px;
            font-size: 0.9em;
        }
        .page-yy777-com-ph-login-register-online__social-icon {
            max-width: 80px; /* Smallest allowed, ensuring minimum 200px rule is met by original image, but display can be smaller */
        }
    }
  