
    .page-77-king-88 {
        font-family: 'Arial', sans-serif;
        color: #ffffff;
        background-color: #1a1a1a;
        line-height: 1.6;
        padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-77-king-88__hero-section {
        position: relative;
        padding: 10px 20px 40px; /* 10px top for decorative spacing, relying on body padding for header offset */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        background-color: #000000; /* Darker background for hero */
    }

    .page-77-king-88__hero-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 20px auto 0;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    .page-77-king-88__hero-content {
        z-index: 1;
        max-width: 900px;
        margin: 0 auto;
    }

    .page-77-king-88__hero-title {
        font-size: 2.5em;
        color: #ffd700; /* Gold */
        margin-bottom: 15px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-77-king-88__hero-description {
        font-size: 1.1em;
        color: #e0e0e0;
        margin-bottom: 30px;
    }

    .page-77-king-88__hero-actions {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .page-77-king-88__button {
        display: inline-block;
        padding: 12px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        white-space: nowrap; /* Prevent text wrapping */
    }

    .page-77-king-88__button--primary {
        background-color: #ff4500; /* OrangeRed */
        color: #ffffff;
        border: 2px solid #ff4500;
    }

    .page-77-king-88__button--primary:hover {
        background-color: #e63900;
        transform: translateY(-2px);
    }

    .page-77-king-88__button--secondary {
        background-color: transparent;
        color: #ffd700; /* Gold */
        border: 2px solid #ffd700;
    }

    .page-77-king-88__button--secondary:hover {
        background-color: rgba(255, 215, 0, 0.1);
        transform: translateY(-2px);
    }

    .page-77-king-88__button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-77-king-88__button--small {
        padding: 8px 18px;
        font-size: 0.9em;
        border-radius: 20px;
    }

    .page-77-king-88__section-title {
        font-size: 2em;
        color: #ffd700;
        text-align: center;
        margin-bottom: 20px;
        padding-top: 40px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-77-king-88__section-description {
        font-size: 1em;
        color: #cccccc;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px;
        padding: 0 15px;
    }

    .page-77-king-88__games-section,
    .page-77-king-88__why-choose-us-section,
    .page-77-king-88__promotions-section,
    .page-77-king-88__payments-providers-section,
    .page-77-king-88__faq-section,
    .page-77-king-88__cta-section {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .page-77-king-88__games-grid,
    .page-77-king-88__why-choose-us-grid,
    .page-77-king-88__promotions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
        padding: 0 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-77-king-88__game-card,
    .page-77-king-88__feature-item,
    .page-77-king-88__promo-card {
        background-color: #2c2c2c;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        box-sizing: border-box; /* Ensure padding/border are inside width */
    }

    .page-77-king-88__game-card:hover,
    .page-77-king-88__feature-item:hover,
    .page-77-king-88__promo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-77-king-88__game-image,
    .page-77-king-88__feature-icon,
    .page-77-king-88__promo-image {
        width: 100%;
        height: 200px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
        border-bottom: 1px solid #3a3a3a;
        box-sizing: border-box;
        max-width: 100%; /* Responsive image */
    }

    .page-77-king-88__feature-icon {
        height: 150px;
        padding: 20px;
        object-fit: contain; /* Contain for icons */
        border-bottom: none; /* No border for features */
    }

    .page-77-king-88__game-title,
    .page-77-king-88__feature-title,
    .page-77-king-88__promo-title {
        font-size: 1.3em;
        color: #ffd700;
        margin: 15px 10px 10px;
        padding: 0 10px;
    }

    .page-77-king-88__game-text,
    .page-77-king-88__feature-description,
    .page-77-king-88__promo-text {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 15px 15px;
        flex-grow: 1;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-77-king-88__promo-card .page-77-king-88__button {
        margin: 0 15px 15px;
        align-self: center;
    }

    .page-77-king-88__payments-providers-section {
        padding: 40px 20px;
    }

    .page-77-king-88__payments-providers-content {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        max-width: 1000px;
        margin: 0 auto;
        justify-content: center;
    }

    .page-77-king-88__section-half {
        flex: 1 1 45%; /* Allows two columns on wider screens */
        min-width: 300px; /* Minimum width before wrapping */
        background-color: #2c2c2c;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
    }

    .page-77-king-88__subsection-title {
        font-size: 1.5em;
        color: #ff4500;
        margin-bottom: 15px;
        text-align: center;
    }

    .page-77-king-88__list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 10px;
    }

    .page-77-king-88__list-item {
        background-color: #3a3a3a;
        padding: 10px 15px;
        border-radius: 5px;
        text-align: center;
        font-size: 0.95em;
        color: #ffffff;
        word-wrap: break-word;
        overflow-wrap: break-word;
        box-sizing: border-box; /* Crucial for list item responsiveness */
    }

    .page-77-king-88__faq-section {
        padding: 40px 20px;
        max-width: 900px;
        margin: 0 auto;
    }

    .page-77-king-88__faq-container {
        margin-top: 30px;
    }

    .page-77-king-88__faq-item {
        background-color: #2c2c2c;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }

    .page-77-king-88__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #3a3a3a;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.3s ease;
    }

    .page-77-king-88__faq-question:hover {
        background-color: #4a4a4a;
    }

    .page-77-king-88__faq-title {
        font-size: 1.1em;
        color: #ffd700;
        margin: 0;
        pointer-events: none; /* Crucial for click event on parent */
    }

    .page-77-king-88__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        color: #ff4500;
        transition: transform 0.3s ease;
        pointer-events: none; /* Crucial for click event on parent */
    }

    .page-77-king-88__faq-item.active .page-77-king-88__faq-toggle {
        transform: rotate(45deg); /* Changes '+' to 'x' or '-' */
    }

    .page-77-king-88__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #e0e0e0;
    }

    .page-77-king-88__faq-item.active .page-77-king-88__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 20px !important;
        opacity: 1;
    }

    .page-77-king-88__faq-answer p {
        margin: 0;
        font-size: 0.95em;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-77-king-88__cta-section {
        text-align: center;
        padding: 50px 20px;
        background-color: #2c2c2c;
        border-radius: 10px;
        max-width: 1000px;
        margin: 50px auto;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    }

    .page-77-king-88__cta-title {
        font-size: 2em;
        color: #ffd700;
        margin-bottom: 20px;
    }

    .page-77-king-88__cta-description {
        font-size: 1.1em;
        color: #e0e0e0;
        margin-bottom: 40px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Floating Buttons */
    .page-77-king-88__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .page-77-king-88__floating-button {
        display: block;
        padding: 10px 20px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.95em;
        text-align: center;
        color: #ffffff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        transition: transform 0.2s ease, background-color 0.3s ease;
    }

    .page-77-king-88__floating-button--register {
        background-color: #ff4500; /* OrangeRed */
    }

    .page-77-king-88__floating-button--register:hover {
        background-color: #e63900;
        transform: scale(1.05);
    }

    .page-77-king-88__floating-button--login {
        background-color: #ffd700; /* Gold */
        color: #1a1a1a;
    }

    .page-77-king-88__floating-button--login:hover {
        background-color: #e6c200;
        transform: scale(1.05);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .page-77-king-88__hero-title {
            font-size: 1.8em;
        }

        .page-77-king-88__hero-description {
            font-size: 1em;
        }

        .page-77-king-88__button {
            width: 100%;
            max-width: 250px;
        }

        .page-77-king-88__hero-actions {
            flex-direction: column;
            align-items: center;
        }

        .page-77-king-88__section-title {
            font-size: 1.6em;
        }

        .page-77-king-88__section-description {
            font-size: 0.9em;
        }

        .page-77-king-88__games-grid,
        .page-77-king-88__why-choose-us-grid,
        .page-77-king-88__promotions-grid {
            grid-template-columns: 1fr;
            padding: 0 15px;
        }

        .page-77-king-88__game-card,
        .page-77-king-88__feature-item,
        .page-77-king-88__promo-card {
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
            box-sizing: border-box;
        }

        .page-77-king-88__payments-providers-content {
            flex-direction: column;
            gap: 25px;
        }

        .page-77-king-88__section-half {
            min-width: unset;
            width: 100%;
            padding: 20px;
        }

        .page-77-king-88__list {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            padding: 0;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-77-king-88__list-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 8px 10px;
            font-size: 0.85em;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        .page-77-king-88__faq-section {
            padding: 20px 15px;
        }

        .page-77-king-88__faq-question {
            padding: 12px 15px;
        }

        .page-77-king-88__faq-title {
            font-size: 1em;
        }

        .page-77-king-88__faq-answer {
            padding: 0 15px;
        }

        .page-77-king-88__faq-item.active .page-77-king-88__faq-answer {
            padding: 15px 15px !important;
        }

        .page-77-king-88__cta-section {
            padding: 30px 15px;
            margin: 30px auto;
        }

        .page-77-king-88__cta-title {
            font-size: 1.6em;
        }

        .page-77-king-88__floating-buttons {
            bottom: 15px;
            right: 15px;
            gap: 8px;
        }

        .page-77-king-88__floating-button {
            padding: 8px 15px;
            font-size: 0.85em;
        }

        .page-77-king-88__game-image,
        .page-77-king-88__feature-icon,
        .page-77-king-88__promo-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
    }

    /* Ensure images are always responsive within their containers */
    .page-77-king-88 img {
        max-width: 100%;
        height: auto;
        display: block; /* Removes extra space below images */
    }

    /* Additional styling for list containers to ensure they are full width on mobile */
    .page-77-king-88__list {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
  