.page-888php-live {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-888php-live__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-888php-live__section-title {
      font-size: 2.5em;
      color: #ffffff;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-888php-live__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #ffcc00; /* Accent color */
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-888php-live__section-title--small {
      font-size: 1.8em;
      margin-bottom: 20px;
    }
    .page-888php-live__section-title--small::after {
      width: 50px;
      height: 3px;
    }

    .page-888php-live__text-content {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 30px auto;
      color: #c0c0c0;
    }

    /* Buttons */
    .page-888php-live__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.05em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
      text-align: center;
      border: none;
      box-sizing: border-box;
    }

    .page-888php-live__button--primary {
      background-color: #ffcc00; /* Accent color */
      color: #1a1a1a;
    }

    .page-888php-live__button--primary:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-888php-live__button--secondary {
      background-color: transparent;
      color: #ffcc00; /* Accent color */
      border: 2px solid #ffcc00;
    }

    .page-888php-live__button--secondary:hover {
      background-color: #ffcc00;
      color: #1a1a1a;
      transform: translateY(-2px);
    }

    .page-888php-live__button--accent {
      background-color: #007bff; /* Another accent color */
      color: #ffffff;
      border: 1px solid #007bff;
    }

    .page-888php-live__button--accent:hover {
      background-color: #0056b3;
      border-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-888php-live__button--small {
      padding: 8px 18px;
      font-size: 0.95em;
      background-color: #ffcc00;
      color: #1a1a1a;
    }

    .page-888php-live__button--small:hover {
      background-color: #e6b800;
      transform: translateY(-1px);
    }

    /* HERO Section */
    .page-888php-live__hero-section {
      position: relative;
      width: 100%;
      height: 70vh; /* Adjust as needed */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #ffffff;
      overflow: hidden;
      padding-top: 10px; /* Small decorative top padding, relies on body padding for header offset */
      box-sizing: border-box;
    }

    .page-888php-live__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-888php-live__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 2;
    }

    .page-888php-live__hero-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-888php-live__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffcc00; /* Accent color */
    }

    .page-888php-live__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-888php-live__hero-cta-group {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    /* Payment Providers Section */
    .page-888php-live__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 40px 20px;
      background-color: #222222;
    }

    .page-888php-live__payment-logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px; /* Constrain width for larger screens */
    }

    .page-888php-live__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
      filter: grayscale(100%) brightness(150%); /* Make logos more uniform and visible on dark background */
      transition: filter 0.3s ease;
    }

    .page-888php-live__payment-logo:hover {
      filter: grayscale(0%) brightness(100%); /* Color on hover */
    }


    /* Introduction Section */
    .page-888php-live__introduction-section {
      padding: 60px 0;
      background-color: #1a1a1a;
    }

    /* Quick Access Section */
    .page-888php-live__quick-access-section {
      padding: 60px 0;
      background-color: #222222;
    }

    .page-888php-live__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    /* Games Section */
    .page-888php-live__games-section {
      padding: 60px 0;
      background-color: #1a1a1a;
    }

    .page-888php-live__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-888php-live__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-888php-live__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-888php-live__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-888php-live__game-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-888php-live__game-description {
      font-size: 0.95em;
      color: #c0c0c0;
      margin-bottom: 20px;
      flex-grow: 1;
      padding: 0 15px;
    }

    /* Promotions Section */
    .page-888php-live__promotions-section {
      padding: 60px 0;
      background-color: #222222;
    }

    .page-888php-live__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-888php-live__promo-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-888php-live__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-888php-live__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-888php-live__promo-title {
      font-size: 1.6em;
      color: #ffcc00;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-888php-live__promo-description {
      font-size: 0.95em;
      color: #c0c0c0;
      margin-bottom: 20px;
      flex-grow: 1;
      padding: 0 15px;
    }

    /* Security & Support Section */
    .page-888php-live__security-support-section {
      padding: 60px 0;
      background-color: #1a1a1a;
    }

    .page-888php-live__info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-888php-live__info-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      padding: 30px 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-888php-live__info-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-888php-live__info-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
    }

    .page-888php-live__info-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-888php-live__info-description {
      font-size: 0.95em;
      color: #c0c0c0;
      margin-bottom: 20px;
    }

    /* FAQ Section */
    .page-888php-live__faq-section {
      padding: 60px 0;
      background-color: #222222;
    }

    .page-888php-live__faq-list {
      max-width: 900px;
      margin: 40px auto 0;
    }

    .page-888php-live__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
    }

    .page-888php-live__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333333;
      color: #ffffff;
      cursor: pointer;
      user-select: none;
      font-size: 1.15em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-888php-live__faq-question:hover {
      background-color: #444444;
    }

    .page-888php-live__faq-question-title {
      margin: 0;
      flex-grow: 1;
      color: #ffcc00;
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
    }

    .page-888php-live__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      width: 25px;
      text-align: center;
      color: #ffcc00;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event on parent div */
    }

    .page-888php-live__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #c0c0c0;
      background-color: #2a2a2a;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

    .page-888php-live__faq-answer p {
      margin: 0;
      padding-bottom: 20px; /* Only bottom padding for the paragraph */
    }

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

    .page-888php-live__faq-item.active .page-888php-live__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an 'X' or minus */
    }

    /* Blog Section */
    .page-888php-live__blog-section {
      padding: 60px 0;
      background-color: #1a1a1a;
    }

    .page-888php-live__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-888php-live__blog-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-888php-live__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-888php-live__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-888php-live__blog-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin: 15px 15px 10px;
    }

    .page-888php-live__blog-excerpt {
      font-size: 0.9em;
      color: #c0c0c0;
      margin: 0 15px 20px;
      flex-grow: 1;
    }

    /* Floating Buttons */
    .page-888php-live__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-888php-live__floating-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      font-size: 0.9em;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.2s ease, background-color 0.3s ease;
    }

    .page-888php-live__floating-button--register {
      background-color: #ffcc00; /* Accent color */
      color: #1a1a1a;
    }

    .page-888php-live__floating-button--register:hover {
      background-color: #e6b800;
      transform: scale(1.05);
    }

    .page-888php-live__floating-button--login {
      background-color: #007bff; /* Another accent color */
    }

    .page-888php-live__floating-button--login:hover {
      background-color: #0056b3;
      transform: scale(1.05);
    }


    /* Responsive Styles */
    @media (max-width: 1024px) {
      .page-888php-live__hero-title {
        font-size: 3em;
      }
      .page-888php-live__hero-subtitle {
        font-size: 1.2em;
      }
      .page-888php-live__section-title {
        font-size: 2em;
      }
      .page-888php-live__game-categories,
      .page-888php-live__promo-grid,
      .page-888php-live__info-grid,
      .page-888php-live__blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
      }
    }

    @media (max-width: 768px) {
      .page-888php-live__hero-section {
        height: 60vh;
      }
      .page-888php-live__hero-title {
        font-size: 2.2em;
      }
      .page-888php-live__hero-subtitle {
        font-size: 1em;
      }
      .page-888php-live__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }
      .page-888php-live__button {
        width: 80%;
        margin: 0 auto;
        max-width: 300px;
      }
      .page-888php-live__section-title {
        font-size: 1.8em;
      }
      .page-888php-live__section-title--small {
        font-size: 1.5em;
      }
      .page-888php-live__text-content {
        font-size: 0.95em;
        margin-bottom: 20px;
      }

      /* List item mobile responsiveness */
      .page-888php-live__game-categories > div,
      .page-888php-live__promo-grid > div,
      .page-888php-live__info-grid > div,
      .page-888php-live__blog-grid > div {
        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 as needed */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-888php-live__game-categories,
      .page-888php-live__promo-grid,
      .page-888php-live__info-grid,
      .page-888php-live__blog-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 15px;
      }
      .page-888php-live__container {
        padding: 15px;
      }

      /* Specific payment providers mobile CSS */
      .page-888php-live__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-888php-live__payment-logo,
      .page-888php-live__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }
      
      .page-888php-live__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
      }
      .page-888php-live__floating-button {
        width: 50px;
        height: 50px;
        font-size: 0.8em;
      }

      .page-888php-live__faq-question,
      .page-888php-live__faq-answer {
        padding: 15px 20px !important;
      }
      .page-888php-live__faq-question-title {
        font-size: 1em;
      }
      .page-888php-live__faq-toggle {
        font-size: 1.3em;
      }
    }

    @media (max-width: 480px) {
      .page-888php-live__hero-title {
        font-size: 1.8em;
      }
      .page-888php-live__hero-subtitle {
        font-size: 0.9em;
      }
      .page-888php-live__section-title {
        font-size: 1.5em;
      }
      .page-888php-live__section-title--small {
        font-size: 1.2em;
      }
      .page-888php-live__text-content {
        font-size: 0.85em;
      }
      .page-888php-live__hero-button {
        width: 90%;
      }
    }