
    .page-mmlive {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #f0f0f0;
      background-color: #1e1e2e;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for the sticky button */
    }

    .page-mmlive__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-mmlive__hero-section {
      text-align: center;
      padding: 10px 20px 40px; /* Adjusted padding-top for fixed header */
      background-color: #2a2a3e;
      margin-bottom: 30px;
      border-radius: 8px;
    }

    .page-mmlive__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      display: block; /* Ensure no extra space below image */
    }

    .page-mmlive__hero-title {
      font-size: 2.8em;
      color: #ffd700; /* Gold */
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-mmlive__hero-subtitle {
      font-size: 1.4em;
      color: #ffffff;
      margin-bottom: 30px;
    }

    .page-mmlive__cta-button {
      display: inline-block;
      background-color: #4CAF50; /* Green */
      color: white;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-mmlive__cta-button:hover {
      background-color: #45a049;
      transform: translateY(-2px);
    }

    .page-mmlive__section {
      background-color: #2a2a3e;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-mmlive__section-title {
      font-size: 2em;
      color: #ffd700;
      margin-bottom: 20px;
      text-align: center;
      border-bottom: 2px solid #3a3a4e;
      padding-bottom: 10px;
    }

    .page-mmlive__content-text {
      font-size: 1.1em;
      color: #e0e0e0;
      margin-bottom: 20px;
    }

    .page-mmlive__content-list {
      list-style: disc;
      margin-left: 25px;
      margin-bottom: 20px;
      color: #e0e0e0;
    }

    .page-mmlive__content-list li {
      margin-bottom: 10px;
      font-size: 1.1em;
    }

    .page-mmlive__download-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

    .page-mmlive__download-card {
      background-color: #3a3a4e;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-mmlive__download-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    }

    .page-mmlive__download-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 15px;
      border-radius: 15px;
      max-width: 100%;
    }

    .page-mmlive__download-card h3 {
      font-size: 1.5em;
      color: #4CAF50;
      margin-bottom: 10px;
    }

    .page-mmlive__download-card p {
      color: #cccccc;
      margin-bottom: 15px;
      font-size: 1em;
    }

    .page-mmlive__download-link {
      display: inline-block;
      background-color: #ffd700;
      color: #1e1e2e;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-mmlive__download-link:hover {
      background-color: #ccaa00;
    }

    .page-mmlive__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-mmlive__game-item {
      background-color: #3a3a4e;
      border-radius: 10px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease;
    }

    .page-mmlive__game-item:hover {
      transform: translateY(-3px);
    }

    .page-mmlive__game-logo {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 10px;
      max-width: 100%;
      border-radius: 8px;
    }

    .page-mmlive__game-item h3 {
      font-size: 1.1em;
      color: #ffffff;
    }

    .page-mmlive__promo-banner {
      background-color: #4CAF50;
      color: white;
      padding: 25px;
      text-align: center;
      border-radius: 8px;
      margin-top: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-mmlive__promo-banner h2 {
      font-size: 2em;
      margin-bottom: 10px;
    }

    .page-mmlive__promo-banner p {
      font-size: 1.2em;
      margin-bottom: 20px;
    }

    .page-mmlive__faq-section {
      margin-top: 40px;
    }

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

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

    .page-mmlive__faq-question:hover {
      background-color: #4a4a5e;
    }

    .page-mmlive__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffd700;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-mmlive__faq-toggle {
      font-size: 1.8em;
      color: #ffd700;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-mmlive__faq-item.active .page-mmlive__faq-toggle {
      transform: rotate(45deg);
    }

    .page-mmlive__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: #e0e0e0;
      font-size: 1.05em;
    }

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

    .page-mmlive__sticky-promo-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #e74c3c; /* Red for urgency */
      color: white;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.2s ease;
      animation: pulse 2s infinite;
      white-space: nowrap; /* Prevent text wrapping */
    }

    .page-mmlive__sticky-promo-button:hover {
      background-color: #c0392b;
      transform: translateX(-50%) translateY(-2px);
    }

    @keyframes pulse {
      0% {
        transform: translateX(-50%) scale(1);
      }
      50% {
        transform: translateX(-50%) scale(1.03);
      }
      100% {
        transform: translateX(-50%) scale(1);
      }
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-mmlive__container {
        padding: 10px;
      }

      .page-mmlive__hero-section {
        padding: 10px 15px 30px; /* Adjusted padding-top for fixed header */
      }

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

      .page-mmlive__hero-subtitle {
        font-size: 1.1em;
      }

      .page-mmlive__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-mmlive__section {
        padding: 20px;
      }

      .page-mmlive__section-title {
        font-size: 1.6em;
      }

      .page-mmlive__content-text,
      .page-mmlive__content-list li,
      .page-mmlive__faq-answer {
        font-size: 0.95em;
      }

      .page-mmlive__download-grid {
        grid-template-columns: 1fr;
      }

      .page-mmlive__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-mmlive__game-logo {
        width: 80px;
        height: 80px;
      }

      .page-mmlive__game-item h3 {
        font-size: 1em;
      }

      .page-mmlive__promo-banner h2 {
        font-size: 1.6em;
      }

      .page-mmlive__promo-banner p {
        font-size: 1em;
      }

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

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

      .page-mmlive__faq-answer {
        padding: 15px 10px !important; /* Force override for mobile */
      }

      .page-mmlive__sticky-promo-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      /* Image responsive optimization */
      .page-mmlive__hero-image,
      .page-mmlive__download-icon,
      .page-mmlive__game-logo {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-mmlive__hero-image-container,
      .page-mmlive__download-card,
      .page-mmlive__game-item {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  