/* General styling for the page */
    .page-gma-news-kuya-kim-trivia {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
      padding-bottom: 50px; /* Space above footer */
    }

    .page-gma-news-kuya-kim-trivia__section-title {
      font-size: 2.5rem;
      color: #e94560; /* Highlight color */
      text-align: center;
      margin-bottom: 40px;
      padding-top: 20px;
      position: relative;
    }

    .page-gma-news-kuya-kim-trivia__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #00bcd4; /* Accent color */
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-gma-news-kuya-kim-trivia__text-content {
      max-width: 900px;
      margin: 0 auto 30px auto;
      text-align: center;
      font-size: 1.1rem;
      color: #cccccc;
    }

    /* Hero Section */
    .page-gma-news-kuya-kim-trivia__hero-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 600px;
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:gma_news_kuya_kim_trivia,online_casino,gaming_fun]') no-repeat center center / cover;
      text-align: center;
      padding: 10px 20px 60px 20px; /* 10px top padding as per instruction */
      color: #fff;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-gma-news-kuya-kim-trivia__hero-content {
      z-index: 1;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-gma-news-kuya-kim-trivia__hero-title {
      font-size: 3.5rem;
      margin-bottom: 20px;
      color: #f0f0f0;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-gma-news-kuya-kim-trivia__hero-description {
      font-size: 1.3rem;
      margin-bottom: 30px;
      color: #e0e0e0;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-gma-news-kuya-kim-trivia__hero-cta-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .page-gma-news-kuya-kim-trivia__cta-button {
      display: inline-block;
      background-color: #e94560; /* Primary CTA color */
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: 2px solid #e94560;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-gma-news-kuya-kim-trivia__cta-button:hover {
      background-color: #d13a52;
      transform: translateY(-2px);
      border-color: #d13a52;
    }

    .page-gma-news-kuya-kim-trivia__cta-button--secondary {
      background-color: transparent;
      border-color: #00bcd4; /* Secondary accent color */
      color: #00bcd4;
    }

    .page-gma-news-kuya-kim-trivia__cta-button--secondary:hover {
      background-color: #00bcd4;
      color: #ffffff;
      border-color: #00bcd4;
    }

    .page-gma-news-kuya-kim-trivia__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .page-gma-news-kuya-kim-trivia__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Overlay effect */
    }

    /* Payment Providers Section */
    /* This section wrapper sets overall padding and background */
    .page-gma-news-kuya-kim-trivia__payment-providers {
      padding: 50px 20px;
      background-color: #21213e; /* Slightly lighter dark background */
      text-align: center; /* For the title */
    }

    /* This div contains the actual logos and will get the flex properties from the prompt */
    .page-gma-news-kuya-kim-trivia__payment-logo-row {
      display: flex; /* As per prompt's .page-gma-news-kuya-kim-trivia__payment-providers */
      flex-wrap: wrap; /* As per prompt */
      justify-content: center; /* As per prompt */
      align-items: center; /* As per prompt */
      gap: 30px; /* As per prompt */
      width: 100%; /* As per prompt */
      max-width: 1200px; /* Adjusted for overall max-width */
      margin: 40px auto 0 auto; /* Centering and spacing from title */
      box-sizing: border-box; /* As per prompt */
    }

    .page-gma-news-kuya-kim-trivia__payment-logo {
      flex: 0 0 auto; /* As per prompt */
      width: 80px; /* As per prompt */
      height: 80px; /* As per prompt */
      max-width: 80px; /* As per prompt */
      max-height: 80px; /* As per prompt */
      box-sizing: border-box; /* As per prompt */
      filter: grayscale(100%) brightness(150%); /* Make logos more visible on dark background */
      transition: filter 0.3s ease;
    }

    .page-gma-news-kuya-kim-trivia__payment-logo:hover {
      filter: grayscale(0%) brightness(100%);
    }

    .page-gma-news-kuya-kim-trivia__payment-logo img {
      display: block; /* As per prompt */
      width: 80px !important; /* As per prompt */
      height: 80px !important; /* As per prompt */
      max-width: 80px !important; /* As per prompt */
      max-height: 80px !important; /* As per prompt */
      object-fit: contain; /* As per prompt */
    }

    /* Introduction Section */
    .page-gma-news-kuya-kim-trivia__introduction-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-gma-news-kuya-kim-trivia__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-gma-news-kuya-kim-trivia__feature-item {
      background-color: #2a2a4a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-gma-news-kuya-kim-trivia__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-gma-news-kuya-kim-trivia__feature-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 20px;
      filter: brightness(1.2); /* Ensure visibility on dark background */
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-gma-news-kuya-kim-trivia__feature-title {
      font-size: 1.6rem;
      color: #e94560;
      margin-bottom: 15px;
    }

    .page-gma-news-kuya-kim-trivia__feature-description {
      font-size: 1rem;
      color: #cccccc;
    }

    /* Quick Access Section */
    .page-gma-news-kuya-kim-trivia__quick-access-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      text-align: center;
    }

    .page-gma-news-kuya-kim-trivia__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-gma-news-kuya-kim-trivia__access-button {
      display: inline-block;
      background-color: #00bcd4;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: 2px solid #00bcd4;
    }

    .page-gma-news-kuya-kim-trivia__access-button:hover {
      background-color: #00a8bb;
      transform: translateY(-2px);
      border-color: #00a8bb;
    }

    /* Games Section */
    .page-gma-news-kuya-kim-trivia__games-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-gma-news-kuya-kim-trivia__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-gma-news-kuya-kim-trivia__game-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-gma-news-kuya-kim-trivia__game-card:hover {
      transform: translateY(-5px);
    }

    .page-gma-news-kuya-kim-trivia__game-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-gma-news-kuya-kim-trivia__game-title {
      font-size: 1.8rem;
      color: #f0f0f0;
      margin: 20px 15px 10px 15px;
    }

    .page-gma-news-kuya-kim-trivia__game-description {
      font-size: 1rem;
      color: #cccccc;
      padding: 0 15px 20px 15px;
    }

    .page-gma-news-kuya-kim-trivia__game-button {
      display: block;
      background-color: #e94560;
      color: #ffffff;
      padding: 12px 0;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border-radius: 0 0 10px 10px;
    }

    .page-gma-news-kuya-kim-trivia__game-button:hover {
      background-color: #d13a52;
    }

    /* Promotions Section */
    .page-gma-news-kuya-kim-trivia__promotions-section {
      padding: 60px 20px;
      background-color: #21213e;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-gma-news-kuya-kim-trivia__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-gma-news-kuya-kim-trivia__promo-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-gma-news-kuya-kim-trivia__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-gma-news-kuya-kim-trivia__promo-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-gma-news-kuya-kim-trivia__promo-title {
      font-size: 1.8rem;
      color: #f0f0f0;
      margin: 20px 15px 10px 15px;
    }

    .page-gma-news-kuya-kim-trivia__promo-description {
      font-size: 1rem;
      color: #cccccc;
      padding: 0 15px 20px 15px;
    }

    .page-gma-news-kuya-kim-trivia__promo-button {
      display: block;
      background-color: #00bcd4;
      color: #ffffff;
      padding: 12px 0;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border-radius: 0 0 10px 10px;
    }

    .page-gma-news-kuya-kim-trivia__promo-button:hover {
      background-color: #00a8bb;
    }

    /* Security & Support Section */
    .page-gma-news-kuya-kim-trivia__security-support-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-gma-news-kuya-kim-trivia__security-list {
      list-style: none;
      padding: 0;
      margin-top: 50px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .page-gma-news-kuya-kim-trivia__security-item {
      background-color: #2a2a4a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Important for list items */
    }

    .page-gma-news-kuya-kim-trivia__security-item:hover {
      transform: translateY(-5px);
    }

    .page-gma-news-kuya-kim-trivia__security-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 20px;
      filter: brightness(1.2);
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-gma-news-kuya-kim-trivia__security-item-title {
      font-size: 1.6rem;
      color: #e94560;
      margin-bottom: 15px;
    }

    .page-gma-news-kuya-kim-trivia__security-item-description {
      font-size: 1rem;
      color: #cccccc;
    }

    /* FAQ Section */
    .page-gma-news-kuya-kim-trivia__faq-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-gma-news-kuya-kim-trivia__faq-container {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-gma-news-kuya-kim-trivia__faq-item {
      background-color: #2a2a4a;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      overflow: hidden;
    }

    .page-gma-news-kuya-kim-trivia__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #313152;
      color: #f0f0f0;
      font-size: 1.2rem;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-gma-news-kuya-kim-trivia__faq-question:hover {
      background-color: #3a3a60;
    }

    .page-gma-news-kuya-kim-trivia__faq-question h3 {
      margin: 0;
      font-size: 1.2rem;
      color: #f0f0f0;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-gma-news-kuya-kim-trivia__faq-toggle {
      font-size: 1.8rem;
      line-height: 1;
      pointer-events: none; /* Prevent toggle from interfering with click event */
      transition: transform 0.3s ease;
    }

    .page-gma-news-kuya-kim-trivia__faq-item.active .page-gma-news-kuya-kim-trivia__faq-toggle {
      transform: rotate(45deg);
    }

    .page-gma-news-kuya-kim-trivia__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #cccccc;
      font-size: 1rem;
    }

    .page-gma-news-kuya-kim-trivia__faq-item.active .page-gma-news-kuya-kim-trivia__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-gma-news-kuya-kim-trivia__faq-answer p {
      margin: 0;
    }

    /* Blog Section */
    .page-gma-news-kuya-kim-trivia__blog-section {
      padding: 60px 20px;
      background-color: #21213e;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-gma-news-kuya-kim-trivia__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-gma-news-kuya-kim-trivia__blog-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-gma-news-kuya-kim-trivia__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-gma-news-kuya-kim-trivia__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Responsive image */
      height: auto; /* Responsive image */
    }

    .page-gma-news-kuya-kim-trivia__blog-content {
      padding: 20px;
    }

    .page-gma-news-kuya-kim-trivia__blog-title {
      font-size: 1.4rem;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-gma-news-kuya-kim-trivia__blog-title a {
      color: #f0f0f0;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-gma-news-kuya-kim-trivia__blog-title a:hover {
      color: #e94560;
    }

    .page-gma-news-kuya-kim-trivia__blog-excerpt {
      font-size: 0.95rem;
      color: #cccccc;
      margin-bottom: 15px;
    }

    .page-gma-news-kuya-kim-trivia__blog-date {
      font-size: 0.85rem;
      color: #999999;
      display: block;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-gma-news-kuya-kim-trivia__hero-title {
        font-size: 3rem;
      }
      .page-gma-news-kuya-kim-trivia__hero-description {
        font-size: 1.2rem;
      }
      .page-gma-news-kuya-kim-trivia__section-title {
        font-size: 2.2rem;
      }
      .page-gma-news-kuya-kim-trivia__game-title,
      .page-gma-news-kuya-kim-trivia__promo-title {
        font-size: 1.6rem;
      }
    }

    @media (max-width: 768px) {
      .page-gma-news-kuya-kim-trivia__hero-section {
        min-height: 500px;
        padding: 10px 15px 40px 15px;
      }
      .page-gma-news-kuya-kim-trivia__hero-title {
        font-size: 2.2rem;
      }
      .page-gma-news-kuya-kim-trivia__hero-description {
        font-size: 1rem;
      }
      .page-gma-news-kuya-kim-trivia__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }
      .page-gma-news-kuya-kim-trivia__cta-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        font-size: 1.1rem;
        padding: 12px 20px;
      }

      .page-gma-news-kuya-kim-trivia__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
      }
      .page-gma-news-kuya-kim-trivia__text-content {
        font-size: 0.95rem;
        margin-bottom: 20px;
      }

      /* Payment Provider Logos - applying prompt's specific styles to the logo row */
      .page-gma-news-kuya-kim-trivia__payment-logo-row {
        flex-direction: row; /* As per prompt */
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px; /* As per prompt */
        margin-top: 20px; /* Adjust spacing */
      }
      .page-gma-news-kuya-kim-trivia__payment-logo,
      .page-gma-news-kuya-kim-trivia__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-gma-news-kuya-kim-trivia__introduction-section,
      .page-gma-news-kuya-kim-trivia__quick-access-section,
      .page-gma-news-kuya-kim-trivia__games-section,
      .page-gma-news-kuya-kim-trivia__promotions-section,
      .page-gma-news-kuya-kim-trivia__security-support-section,
      .page-gma-news-kuya-kim-trivia__faq-section,
      .page-gma-news-kuya-kim-trivia__blog-section {
        padding: 40px 15px;
      }

      .page-gma-news-kuya-kim-trivia__features-grid,
      .page-gma-news-kuya-kim-trivia__game-categories,
      .page-gma-news-kuya-kim-trivia__promo-grid,
      .page-gma-news-kuya-kim-trivia__security-list,
      .page-gma-news-kuya-kim-trivia__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
      }

      .page-gma-news-kuya-kim-trivia__feature-item,
      .page-gma-news-kuya-kim-trivia__game-card,
      .page-gma-news-kuya-kim-trivia__promo-card,
      .page-gma-news-kuya-kim-trivia__security-item,
      .page-gma-news-kuya-kim-trivia__blog-card {
        padding: 20px;
      }

      .page-gma-news-kuya-kim-trivia__feature-icon,
      .page-gma-news-kuya-kim-trivia__security-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
      }

      .page-gma-news-kuya-kim-trivia__feature-title,
      .page-gma-news-kuya-kim-trivia__security-item-title {
        font-size: 1.4rem;
      }

      .page-gma-news-kuya-kim-trivia__game-image,
      .page-gma-news-kuya-kim-trivia__promo-image,
      .page-gma-news-kuya-kim-trivia__blog-image {
        height: 180px;
      }

      .page-gma-news-kuya-kim-trivia__game-title,
      .page-gma-news-kuya-kim-trivia__promo-title {
        font-size: 1.4rem;
      }
      .page-gma-news-kuya-kim-trivia__blog-title {
        font-size: 1.2rem;
      }
      .page-gma-news-kuya-kim-trivia__blog-excerpt {
        font-size: 0.9rem;
      }

      /* List item responsive rules */
      .page-gma-news-kuya-kim-trivia__security-list,
      .page-gma-news-kuya-kim-trivia__faq-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-gma-news-kuya-kim-trivia__security-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        padding: 20px !important;
      }

      .page-gma-news-kuya-kim-trivia__faq-question {
        padding: 15px 20px;
        font-size: 1.1rem;
      }
      .page-gma-news-kuya-kim-trivia__faq-question h3 {
        font-size: 1.1rem;
      }
      .page-gma-news-kuya-kim-trivia__faq-answer {
        padding: 0 20px;
        font-size: 0.95rem;
      }
      .page-gma-news-kuya-kim-trivia__faq-item.active .page-gma-news-kuya-kim-trivia__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-gma-news-kuya-kim-trivia__hero-title {
        font-size: 1.8rem;
      }
      .page-gma-news-kuya-kim-trivia__hero-description {
        font-size: 0.9rem;
      }
      .page-gma-news-kuya-kim-trivia__cta-button {
        font-size: 1rem;
        padding: 10px 15px;
      }
      .page-gma-news-kuya-kim-trivia__section-title {
        font-size: 1.5rem;
      }
      .page-gma-news-kuya-kim-trivia__access-button {
        font-size: 1rem;
        padding: 10px 15px;
      }
      .page-gma-news-kuya-kim-trivia__game-title,
      .page-gma-news-kuya-kim-trivia__promo-title {
        font-size: 1.2rem;
      }
      .page-gma-news-kuya-kim-trivia__blog-title {
        font-size: 1.1rem;
      }
      .page-gma-news-kuya-kim-trivia__faq-question h3 {
        font-size: 1rem;
      }
    }