.page-888bet-mw {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

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

    .page-888bet-mw__section {
      padding: 60px 20px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-888bet-mw__hero-section {
      background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      position: relative;
      overflow: hidden;
      padding-top: calc(10px + var(--header-offset, 0px)); /* Add minimal padding-top if body already has header-offset */
    }

    .page-888bet-mw__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:hero:1920x1080:888bet,online casino,philippines,promo]');
      background-size: cover;
      background-position: center;
      opacity: 0.3;
      z-index: 0;
    }

    .page-888bet-mw__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-888bet-mw__hero-section h1 {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffd700;
    }

    .page-888bet-mw__hero-section p {
      font-size: 1.3em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-888bet-mw__btn {
      display: inline-block;
      background-color: #ffd700;
      color: #1a1a2e;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-888bet-mw__btn:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-888bet-mw__h2 {
      font-size: 2.5em;
      color: #1a1a2e;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-888bet-mw__h3 {
      font-size: 1.8em;
      color: #1a1a2e;
      margin-bottom: 15px;
    }

    .page-888bet-mw__intro-content,
    .page-888bet-mw__security-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px;
    }

    .page-888bet-mw__intro-text,
    .page-888bet-mw__security-text {
      flex: 1;
      min-width: 300px;
    }

    .page-888bet-mw__intro-image,
    .page-888bet-mw__security-image {
      flex: 1;
      min-width: 300px;
      text-align: center;
    }

    .page-888bet-mw__intro-image img,
    .page-888bet-mw__security-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-888bet-mw__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      justify-content: center;
    }

    .page-888bet-mw__quick-access-item {
      text-align: center;
      background-color: #f0f2f5;
      padding: 30px 20px;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }

    .page-888bet-mw__quick-access-item:hover {
      transform: translateY(-5px);
    }

    .page-888bet-mw__quick-access-item .page-888bet-mw__btn {
      width: 100%;
      padding: 12px 20px;
      font-size: 1em;
    }

    .page-888bet-mw__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-888bet-mw__game-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .page-888bet-mw__game-card:hover {
      transform: translateY(-5px);
    }

    .page-888bet-mw__game-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-888bet-mw__game-card-content {
      padding: 20px;
    }

    .page-888bet-mw__game-card-content h3 {
      margin-top: 0;
      margin-bottom: 15px;
      color: #1a1a2e;
    }

    .page-888bet-mw__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-888bet-mw__promo-card {
      background-color: #f0f2f5;
      border-radius: 8px;
      padding: 25px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-888bet-mw__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-888bet-mw__promo-card h3 {
      color: #1a1a2e;
      margin-top: 0;
      margin-bottom: 15px;
    }

    .page-888bet-mw__promo-card p {
      margin-bottom: 20px;
    }

    .page-888bet-mw__faq-item {
      margin-bottom: 15px;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
    }

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

    .page-888bet-mw__faq-question:hover {
      background-color: #e0e2e5;
    }

    .page-888bet-mw__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #1a1a2e;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-888bet-mw__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #1a1a2e;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

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

    .page-888bet-mw__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      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-888bet-mw__faq-item.active .page-888bet-mw__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-888bet-mw__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-888bet-mw__blog-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }

    .page-888bet-mw__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-888bet-mw__blog-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-888bet-mw__blog-card-content {
      padding: 20px;
    }

    .page-888bet-mw__blog-card-content h3 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.4em;
      color: #1a1a2e;
    }

    .page-888bet-mw__blog-card-content p {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-888bet-mw__blog-card-content .page-888bet-mw__btn {
      padding: 8px 15px;
      font-size: 0.9em;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-888bet-mw__hero-section {
        padding: 80px 15px;
        padding-top: calc(10px + var(--header-offset, 0px));
      }

      .page-888bet-mw__hero-section h1 {
        font-size: 2.5em;
      }

      .page-888bet-mw__hero-section p {
        font-size: 1.1em;
      }

      .page-888bet-mw__h2 {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-888bet-mw__section {
        padding: 40px 15px;
      }

      .page-888bet-mw__intro-content,
      .page-888bet-mw__security-content {
        flex-direction: column;
        gap: 30px;
      }

      .page-888bet-mw__intro-text,
      .page-888bet-mw__security-text {
        min-width: unset;
        width: 100%;
      }

      .page-888bet-mw__intro-image,
      .page-888bet-mw__security-image {
        min-width: unset;
        width: 100%;
      }

      .page-888bet-mw__intro-image img,
      .page-888bet-mw__security-image img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-888bet-mw__quick-access-grid,
      .page-888bet-mw__games-grid,
      .page-888bet-mw__promotions-grid,
      .page-888bet-mw__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-888bet-mw__quick-access-item,
      .page-888bet-mw__game-card,
      .page-888bet-mw__promo-card,
      .page-888bet-mw__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-888bet-mw__faq-question {
        padding: 12px 15px;
      }

      .page-888bet-mw__faq-question h3 {
        font-size: 1em;
      }

      .page-888bet-mw__faq-toggle {
        font-size: 1.2em;
      }

      .page-888bet-mw__faq-answer {
        padding: 0 15px;
      }

      .page-888bet-mw__faq-item.active .page-888bet-mw__faq-answer {
        padding: 15px !important;
      }

      .page-888bet-mw__game-card img,
      .page-888bet-mw__blog-card img {
        height: 180px;
      }

      .page-888bet-mw img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-888bet-mw__intro-image,
      .page-888bet-mw__security-image {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }