
    /* Global styles for the page-mv88slot scope */
    .page-mv88slot {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f4f7f6;
      line-height: 1.6;
    }

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

    .page-mv88slot__section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      box-sizing: border-box; /* Ensure padding is included in width calculation */
    }

    .page-mv88slot__section--dark {
      background-color: #2c3e50; /* Darker background for contrast */
      color: #ecf0f1; /* Light text color */
    }

    .page-mv88slot__section--dark h2,
    .page-mv88slot__section--dark h3 {
      color: #f1c40f; /* Accent color for headings */
    }

    .page-mv88slot__title {
      font-size: 2.5em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-mv88slot__subtitle {
      font-size: 1.8em;
      color: #34495e;
      margin-bottom: 15px;
      border-bottom: 2px solid #f1c40f;
      padding-bottom: 10px;
    }

    .page-mv88slot__text {
      font-size: 1em;
      margin-bottom: 15px;
    }

    .page-mv88slot__button {
      display: inline-block;
      background-color: #e74c3c; /* Red accent */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      text-align: center;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-mv88slot__button:hover {
      background-color: #c0392b;
    }

    /* Hero Section */
    .page-mv88slot__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:mv88 slot,banner,promotion]') center center / cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px; /* Added padding-top to account for fixed header */
      border-radius: 8px;
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
      box-sizing: border-box;
    }

    .page-mv88slot__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-mv88slot__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #f1c40f; /* Gold accent */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-mv88slot__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Floating Login Button */
    .page-mv88slot__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #27ae60; /* Green accent */
      color: #fff;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      cursor: pointer;
      border: none;
    }

    .page-mv88slot__floating-button:hover {
      background-color: #229a53;
      transform: translateY(-3px);
    }

    /* Image Styling */
    .page-mv88slot__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      margin: 20px 0;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-mv88slot__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .page-mv88slot__image:hover {
      transform: scale(1.02);
    }

    /* Game List */
    .page-mv88slot__game-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-mv88slot__game-item {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box; /* Crucial for responsive list items */
      padding-bottom: 20px; /* Add padding to bottom */
    }

    .page-mv88slot__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

    .page-mv88slot__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-mv88slot__game-title {
      font-size: 1.3em;
      color: #2c3e50;
      margin: 15px 10px 5px;
    }

    .page-mv88slot__game-description {
      font-size: 0.9em;
      color: #666;
      padding: 0 15px;
    }

    /* Steps List */
    .page-mv88slot__steps-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-mv88slot__step-item {
      background-color: #ecf0f1;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      box-sizing: border-box; /* Crucial for responsive list items */
    }

    .page-mv88slot__step-number {
      font-size: 2.5em;
      color: #e74c3c;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .page-mv88slot__step-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-mv88slot__step-description {
      font-size: 0.95em;
      color: #555;
    }

    /* FAQ Section */
    .page-mv88slot__faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-mv88slot__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box; /* Crucial for responsive list items */
    }

    .page-mv88slot__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e0e0e0;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-mv88slot__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-mv88slot__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      color: #e74c3c;
    }

    .page-mv88slot__faq-item.active .page-mv88slot__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'X' or '−' */
    }

    .page-mv88slot__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* 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;
      box-sizing: border-box; /* Ensure padding is included in width calculation */
    }

    .page-mv88slot__faq-item.active .page-mv88slot__faq-answer {
      max-height: 2000px !important; /* Use !important as required */
      padding: 20px !important; /* Adjust padding when active */
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-mv88slot__container {
        padding: 15px;
      }

      .page-mv88slot__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-mv88slot__hero-section {
        padding: 10px 15px 60px; /* Adjusted padding-top for mobile fixed header */
      }

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

      .page-mv88slot__hero-description {
        font-size: 1em;
      }

      .page-mv88slot__title {
        font-size: 2em;
      }

      .page-mv88slot__subtitle {
        font-size: 1.5em;
      }

      .page-mv88slot__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 12px 20px;
        font-size: 1em;
      }

      /* List item responsive rules */
      .page-mv88slot__game-list,
      .page-mv88slot__steps-list,
      .page-mv88slot__faq-list {
        display: block; /* Stack items vertically */
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-mv88slot__game-item,
      .page-mv88slot__step-item,
      .page-mv88slot__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-mv88slot__faq-question,
      .page-mv88slot__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }
      .page-mv88slot__faq-item.active .page-mv88slot__faq-answer {
        padding: 15px !important; /* Adjusted padding for mobile */
      }


      /* Image responsive rules */
      .page-mv88slot__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      .page-mv88slot__image {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
      }
    }

    @media (max-width: 480px) {
      .page-mv88slot__hero-title {
        font-size: 1.8em;
      }
      .page-mv88slot__title {
        font-size: 1.8em;
      }
      .page-mv88slot__subtitle {
        font-size: 1.3em;
      }
      .page-mv88slot__button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }
  