.page-bet88-pagcor-license {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e; /* Dark background for gaming theme */
      line-height: 1.6;
      overflow-x: hidden; /* Prevent horizontal scroll */
    }

    .page-bet88-pagcor-license__section-title {
      font-size: 2.5rem;
      color: #e94560; /* Accent color */
      text-align: center;
      margin-bottom: 40px;
      padding-top: 50px;
      font-weight: bold;
    }

    /* Hero Section */
    .page-bet88-pagcor-license__hero-section {
      position: relative;
      width: 100%;
      height: 600px; /* Adjust height as needed */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small top padding, assuming body has header offset */
    }

    .page-bet88-pagcor-license__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      filter: brightness(0.5); /* Darken image for text readability */
    }

    .page-bet88-pagcor-license__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
    }

    .page-bet88-pagcor-license__hero-title {
      font-size: 3.5rem;
      color: #ffffff;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-bet88-pagcor-license__hero-subtitle {
      font-size: 1.3rem;
      color: #cccccc;
      margin-bottom: 30px;
    }

    .page-bet88-pagcor-license__hero-cta {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-bet88-pagcor-license__hero-cta:hover {
      background-color: #ff6a80;
    }

    /* Payment Providers Section */
    .page-bet88-pagcor-license__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: 50px 20px;
      background-color: #0f3460; /* Slightly different dark background */
    }

    .page-bet88-pagcor-license__logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px; /* Max width for the logo grid */
    }

    .page-bet88-pagcor-license__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      display: flex; /* For centering image if needed */
      justify-content: center;
      align-items: center;
    }

    .page-bet88-pagcor-license__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
      filter: grayscale(100%) brightness(150%); /* Make logos grayscale and brighter to fit theme */
      transition: filter 0.3s ease;
    }

    .page-bet88-pagcor-license__payment-logo img:hover {
      filter: grayscale(0%) brightness(100%); /* Color on hover */
    }

    /* Introduction Section */
    .page-bet88-pagcor-license__introduction-section {
      padding: 80px 20px;
      background-color: #1a1a2e;
    }

    .page-bet88-pagcor-license__intro-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-bet88-pagcor-license__intro-item {
      background-color: #0f3460;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-bet88-pagcor-license__intro-item:hover {
      transform: translateY(-10px);
    }

    .page-bet88-pagcor-license__intro-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      filter: brightness(1.2); /* Enhance icon visibility */
      max-width: 100%; /* Ensure responsiveness */
      height: auto;
    }

    .page-bet88-pagcor-license__intro-heading {
      font-size: 1.8rem;
      color: #e94560;
      margin-bottom: 15px;
    }

    .page-bet88-pagcor-license__intro-text {
      font-size: 1rem;
      color: #cccccc;
    }

    /* Quick Access Section */
    .page-bet88-pagcor-license__quick-access-section {
      padding: 80px 20px;
      background-color: #0f3460;
      text-align: center;
    }

    .page-bet88-pagcor-license__access-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-bet88-pagcor-license__access-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-bet88-pagcor-license__access-button:hover {
      background-color: #ff6a80;
      transform: translateY(-3px);
    }

    /* Games Section */
    .page-bet88-pagcor-license__games-section {
      padding: 80px 20px;
      background-color: #1a1a2e;
    }

    .page-bet88-pagcor-license__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-bet88-pagcor-license__game-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-bet88-pagcor-license__game-card:hover {
      transform: translateY(-10px);
    }

    .page-bet88-pagcor-license__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%; /* Ensure responsiveness */
      height: auto;
    }

    .page-bet88-pagcor-license__game-title {
      font-size: 1.8rem;
      color: #e94560;
      margin: 20px 15px 10px;
    }

    .page-bet88-pagcor-license__game-description {
      font-size: 1rem;
      color: #cccccc;
      padding: 0 15px 20px;
      flex-grow: 1; /* Allow description to take available space */
    }

    .page-bet88-pagcor-license__game-cta {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1rem;
      font-weight: bold;
      margin: 0 15px 20px;
      transition: background-color 0.3s ease;
    }

    .page-bet88-pagcor-license__game-cta:hover {
      background-color: #ff6a80;
    }

    /* Promotions Section */
    .page-bet88-pagcor-license__promotions-section {
      padding: 80px 20px;
      background-color: #0f3460;
    }

    .page-bet88-pagcor-license__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-bet88-pagcor-license__promo-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-bet88-pagcor-license__promo-card:hover {
      transform: translateY(-10px);
    }

    .page-bet88-pagcor-license__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%; /* Ensure responsiveness */
      height: auto;
    }

    .page-bet88-pagcor-license__promo-title {
      font-size: 1.8rem;
      color: #e94560;
      margin: 20px 15px 10px;
    }

    .page-bet88-pagcor-license__promo-description {
      font-size: 1rem;
      color: #cccccc;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    .page-bet88-pagcor-license__promo-cta {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1rem;
      font-weight: bold;
      margin: 0 15px 20px;
      transition: background-color 0.3s ease;
    }

    .page-bet88-pagcor-license__promo-cta:hover {
      background-color: #ff6a80;
    }

    /* Security & Customer Service Section */
    .page-bet88-pagcor-license__security-customer-service-section {
      padding: 80px 20px;
      background-color: #1a1a2e;
    }

    .page-bet88-pagcor-license__service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-bet88-pagcor-license__service-item {
      background-color: #0f3460;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-bet88-pagcor-license__service-item:hover {
      transform: translateY(-10px);
    }

    .page-bet88-pagcor-license__service-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      filter: brightness(1.2);
      max-width: 100%;
      height: auto;
    }

    .page-bet88-pagcor-license__service-heading {
      font-size: 1.8rem;
      color: #e94560;
      margin-bottom: 15px;
    }

    .page-bet88-pagcor-license__service-text {
      font-size: 1rem;
      color: #cccccc;
    }

    /* FAQ Section */
    .page-bet88-pagcor-license__faq-section {
      padding: 80px 20px;
      background-color: #0f3460;
    }

    .page-bet88-pagcor-license__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-bet88-pagcor-license__faq-item {
      background-color: #1a1a2e;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-bet88-pagcor-license__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #272740;
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-bet88-pagcor-license__faq-question:hover {
      background-color: #3e3e60;
    }

    .page-bet88-pagcor-license__faq-heading {
      margin: 0;
      font-size: 1.2rem;
      color: #e94560;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-bet88-pagcor-license__faq-toggle {
      font-size: 1.8rem;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from interfering with click event */
    }

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

    .page-bet88-pagcor-license__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #1a1a2e;
      color: #cccccc;
    }

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

    .page-bet88-pagcor-license__faq-answer p {
      margin: 0;
      font-size: 1rem;
    }

    /* Blog Section */
    .page-bet88-pagcor-license__blog-section {
      padding: 80px 20px;
      background-color: #1a1a2e;
    }

    .page-bet88-pagcor-license__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-bet88-pagcor-license__blog-card {
      background-color: #0f3460;
      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;
    }

    .page-bet88-pagcor-license__blog-card:hover {
      transform: translateY(-10px);
    }

    .page-bet88-pagcor-license__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%; /* Ensure responsiveness */
      height: auto;
    }

    .page-bet88-pagcor-license__blog-title {
      font-size: 1.5rem;
      color: #e94560;
      margin: 20px 15px 10px;
      line-height: 1.3;
    }

    .page-bet88-pagcor-license__blog-excerpt {
      font-size: 1rem;
      color: #cccccc;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    .page-bet88-pagcor-license__blog-cta {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1rem;
      font-weight: bold;
      margin: 0 15px 20px;
      align-self: flex-start; /* Align CTA to start */
      transition: background-color 0.3s ease;
    }

    .page-bet88-pagcor-license__blog-cta:hover {
      background-color: #ff6a80;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-bet88-pagcor-license__hero-title {
        font-size: 3rem;
      }
      .page-bet88-pagcor-license__hero-subtitle {
        font-size: 1.2rem;
      }
      .page-bet88-pagcor-license__section-title {
        font-size: 2.2rem;
      }
    }

    @media (max-width: 768px) {
      .page-bet88-pagcor-license__hero-section {
        height: 500px;
      }
      .page-bet88-pagcor-license__hero-title {
        font-size: 2.5rem;
      }
      .page-bet88-pagcor-license__hero-subtitle {
        font-size: 1rem;
      }
      .page-bet88-pagcor-license__hero-cta {
        padding: 12px 25px;
        font-size: 1rem;
      }

      .page-bet88-pagcor-license__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
        padding-top: 30px;
      }

      /* Payment Providers specific mobile rules */
      .page-bet88-pagcor-license__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-bet88-pagcor-license__payment-logo,
      .page-bet88-pagcor-license__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      /* List item responsiveness for intro, games, promo, service, blog grids */
      .page-bet88-pagcor-license__intro-grid,
      .page-bet88-pagcor-license__games-grid,
      .page-bet88-pagcor-license__promo-grid,
      .page-bet88-pagcor-license__service-grid,
      .page-bet88-pagcor-license__blog-grid {
        grid-template-columns: 1fr; /* Single column layout */
        gap: 20px;
        padding: 0 15px; /* Adjust container padding */
      }

      .page-bet88-pagcor-license__intro-item,
      .page-bet88-pagcor-license__game-card,
      .page-bet88-pagcor-license__promo-card,
      .page-bet88-pagcor-license__service-item,
      .page-bet88-pagcor-license__blog-card {
        width: 100% !important; /* Force full width */
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px; /* Adjust internal padding */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-bet88-pagcor-license__intro-text,
      .page-bet88-pagcor-license__game-description,
      .page-bet88-pagcor-license__promo-description,
      .page-bet88-pagcor-license__service-text,
      .page-bet88-pagcor-license__blog-excerpt {
        font-size: 0.95rem;
        word-break: break-word !important;
      }

      .page-bet88-pagcor-license__quick-access-section {
        padding: 50px 15px;
      }
      .page-bet88-pagcor-license__access-grid {
        flex-direction: column; /* Stack buttons vertically */
        gap: 15px;
      }
      .page-bet88-pagcor-license__access-button {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 20px;
        font-size: 1rem;
      }

      .page-bet88-pagcor-license__games-section,
      .page-bet88-pagcor-license__promotions-section,
      .page-bet88-pagcor-license__security-customer-service-section,
      .page-bet88-pagcor-license__blog-section {
        padding: 50px 15px;
      }

      .page-bet88-pagcor-license__faq-question {
        padding: 15px 20px;
        font-size: 1.1rem;
      }
      .page-bet88-pagcor-license__faq-heading {
        font-size: 1.1rem;
      }
      .page-bet88-pagcor-license__faq-toggle {
        font-size: 1.5rem;
      }
      .page-bet88-pagcor-license__faq-answer {
        padding: 0 20px;
      }
      .page-bet88-pagcor-license__faq-item.active .page-bet88-pagcor-license__faq-answer {
        padding: 15px 20px !important;
      }
      .page-bet88-pagcor-license__faq-answer p {
        font-size: 0.95rem;
      }

      /* Images specific mobile rules */
      .page-bet88-pagcor-license__hero-image,
      .page-bet88-pagcor-license__intro-icon,
      .page-bet88-pagcor-license__game-image,
      .page-bet88-pagcor-license__promo-image,
      .page-bet88-pagcor-license__service-icon,
      .page-bet88-pagcor-license__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-bet88-pagcor-license__hero-title {
        font-size: 2rem;
      }
      .page-bet88-pagcor-license__hero-subtitle {
        font-size: 0.9rem;
      }
      .page-bet88-pagcor-license__hero-cta {
        padding: 10px 20px;
        font-size: 0.9rem;
      }
      .page-bet88-pagcor-license__section-title {
        font-size: 1.6rem;
      }
      .page-bet88-pagcor-license__intro-heading,
      .page-bet88-pagcor-license__game-title,
      .page-bet88-pagcor-license__promo-title,
      .page-bet88-pagcor-license__service-heading,
      .page-bet88-pagcor-license__blog-title {
        font-size: 1.5rem;
      }
    }