
    /* General styles for the page-yy777-live container */
    .page-yy777-live {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0; /* Light gray text for dark background */
      background-color: #1a1a2e; /* Dark background for casino theme */
      line-height: 1.6;
      padding-bottom: 40px; /* Ensure space above footer */
    }

    /* Hero Section */
    .page-yy777-live__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:live casino,gaming,dealers,yy777 live]');
      background-size: cover;
      background-position: center;
      color: #ffffff;
      text-align: center;
      padding: 10px 20px 80px; /* Small top padding, larger bottom */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
    }

    .page-yy777-live__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      color: #fdd835; /* Gold/yellow for highlights */
      font-weight: bold;
    }

    .page-yy777-live__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      max-width: 800px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-yy777-live__cta-button {
      background-color: #fdd835; /* Gold/yellow button */
      color: #1a1a2e; /* Dark text on button */
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.2em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-weight: bold;
      text-decoration: none; /* Ensure no underline */
      display: inline-block; /* Allows padding and margin */
    }

    .page-yy777-live__cta-button:hover {
      background-color: #ffeb3b; /* Lighter yellow on hover */
      transform: translateY(-2px);
    }

    /* Section Styles */
    .page-yy777-live__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-yy777-live__section--dark {
      background-color: #2c2c4a; /* Slightly lighter dark background */
      color: #ffffff;
    }

    .page-yy777-live__section--light {
      background-color: #3f3f6e; /* Another shade for contrast */
      color: #ffffff;
    }

    .page-yy777-live__section-title {
      font-size: 2.5em;
      color: #fdd835;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-yy777-live__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #fdd835;
      border-radius: 2px;
    }

    .page-yy777-live__section-description {
      font-size: 1.1em;
      max-width: 900px;
      margin: 0 auto 50px;
      color: #ccc;
    }

    /* Features Grid */
    .page-yy777-live__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-yy777-live__feature-item {
      background-color: #1a1a2e; /* Darker background for feature cards */
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      height: 100%; /* Ensure equal height */
      box-sizing: border-box;
    }

    .page-yy777-live__feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    }

    .page-yy777-live__feature-icon {
      width: 200px; /* Minimum 200px */
      height: 200px; /* Minimum 200px */
      margin-bottom: 20px;
      border-radius: 50%;
      object-fit: cover;
      max-width: 100%; /* Responsive image */
    }

    .page-yy777-live__feature-title {
      font-size: 1.5em;
      color: #fdd835;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-yy777-live__feature-description {
      font-size: 1em;
      color: #ccc;
    }

    /* Game Showcase */
    .page-yy777-live__game-showcase {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-yy777-live__game-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .page-yy777-live__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    }

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

    .page-yy777-live__game-content {
      padding: 25px;
    }

    .page-yy777-live__game-title {
      font-size: 1.8em;
      color: #fdd835;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-yy777-live__game-description {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 20px;
    }

    .page-yy777-live__game-provider {
      font-size: 0.9em;
      color: #999;
      margin-top: 15px;
    }

    /* Promotions Section */
    .page-yy777-live__promotion-card {
      background-color: #3f3f6e;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      margin-bottom: 30px;
      text-align: left;
    }

    .page-yy777-live__promotion-title {
      font-size: 2em;
      color: #fdd835;
      margin-bottom: 15px;
    }

    .page-yy777-live__promotion-description {
      font-size: 1.1em;
      color: #ccc;
      margin-bottom: 20px;
    }

    .page-yy777-live__promotion-button {
      background-color: #fdd835;
      color: #1a1a2e;
      padding: 12px 25px;
      border: none;
      border-radius: 5px;
      font-size: 1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
    }

    .page-yy777-live__promotion-button:hover {
      background-color: #ffeb3b;
      transform: translateY(-2px);
    }

    /* Payment Methods & Providers */
    .page-yy777-live__payment-providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-yy777-live__logo-item {
      background-color: #1a1a2e;
      padding: 20px;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box; /* Crucial for responsive list items */
    }

    .page-yy777-live__logo-image {
      max-width: 100%;
      height: auto;
      max-height: 60px; /* Limit height for logos */
      object-fit: contain;
      max-width: 100%; /* Responsive image */
    }

    /* FAQ Section */
    .page-yy777-live__faq-section {
      text-align: left;
    }

    .page-yy777-live__faq-container {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-yy777-live__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #3f3f6e;
      color: #fdd835;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-yy777-live__faq-question:hover {
      background-color: #4c4c7c;
    }

    .page-yy777-live__faq-question h3 {
      margin: 0;
      color: #fdd835;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-yy777-live__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 20px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent */
    }

    .page-yy777-live__faq-item.active .page-yy777-live__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-yy777-live__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #ccc;
      font-size: 1em;
      background-color: #2c2c4a;
    }

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

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-yy777-live__hero-section {
        min-height: 400px;
        padding: 10px 15px 60px;
      }

      .page-yy777-live__hero-title {
        font-size: 2.5em;
      }

      .page-yy777-live__hero-subtitle {
        font-size: 1.2em;
      }

      .page-yy777-live__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-yy777-live__section {
        padding: 40px 15px;
      }

      .page-yy777-live__section-title {
        font-size: 2em;
      }

      .page-yy777-live__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-yy777-live__features-grid,
      .page-yy777-live__game-showcase,
      .page-yy777-live__payment-providers-grid {
        grid-template-columns: 1fr; /* Single column for all grids */
        gap: 20px;
      }
      
      /* List item specific responsive requirements */
      .page-yy777-live__features-grid > *,
      .page-yy777-live__game-showcase > *,
      .page-yy777-live__payment-providers-grid > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding to prevent overflow */
        padding-right: 15px !important; /* Adjust padding to prevent overflow */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-yy777-live__game-image,
      .page-yy777-live__logo-image,
      .page-yy777-live__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-yy777-live__faq-question,
      .page-yy777-live__faq-answer {
        padding: 15px 20px;
      }

      .page-yy777-live__faq-question h3 {
        font-size: 1.1em;
      }

      .page-yy777-live__faq-toggle {
        font-size: 1.5em;
      }

      .page-yy777-live__faq-item.active .page-yy777-live__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-live__hero-title {
        font-size: 2em;
      }
      .page-yy777-live__hero-subtitle {
        font-size: 1em;
      }
      .page-yy777-live__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-yy777-live__section-title {
        font-size: 1.8em;
      }
    }
  