.page-kuya-kim-trending-twitter {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small padding for visual top margin, assuming body handles header offset */
    }

    .page-kuya-kim-trending-twitter__section-title {
      font-size: 2.5rem;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-kuya-kim-trending-twitter__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e44d26; /* PHTAYA accent color */
      border-radius: 2px;
    }

    .page-kuya-kim-trending-twitter__paragraph {
      max-width: 900px;
      margin: 0 auto 30px auto;
      text-align: center;
      font-size: 1.1rem;
      color: #555;
    }

    /* HERO Section */
    .page-kuya-kim-trending-twitter__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 60px 20px;
      background-color: #222;
      color: #fff;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__hero-image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .page-kuya-kim-trending-twitter__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Darken image for better text readability */
      display: block;
      max-width: 100%;
    }

    .page-kuya-kim-trending-twitter__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
    }

    .page-kuya-kim-trending-twitter__hero-title {
      font-size: 3.5rem;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #fff;
    }

    .page-kuya-kim-trending-twitter__hero-description {
      font-size: 1.3rem;
      margin-bottom: 40px;
      color: #eee;
    }

    .page-kuya-kim-trending-twitter__hero-cta {
      display: inline-block;
      background-color: #e44d26; /* PHTAYA accent color */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-kuya-kim-trending-twitter__hero-cta:hover {
      background-color: #ff6f42;
    }

    /* Payment Providers Section */
    .page-kuya-kim-trending-twitter__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: 40px 20px;
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }

    .page-kuya-kim-trending-twitter__payment-logo-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px; /* Limit width */
      margin: 0 auto;
    }

    .page-kuya-kim-trending-twitter__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
      display: block;
    }

    /* Introduction Section */
    .page-kuya-kim-trending-twitter__intro-section {
      padding: 60px 20px;
      background-color: #f8f8f8;
      text-align: center;
    }

    /* Quick Access Section */
    .page-kuya-kim-trending-twitter__quick-access-section {
      padding: 60px 20px;
      background-color: #eee;
      text-align: center;
    }

    .page-kuya-kim-trending-twitter__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-kuya-kim-trending-twitter__access-btn {
      display: inline-block;
      background-color: #007bff; /* Secondary accent color */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
      flex-grow: 1;
      max-width: 250px;
    }

    .page-kuya-kim-trending-twitter__access-btn:hover {
      background-color: #0056b3;
    }

    /* Games Section */
    .page-kuya-kim-trending-twitter__games-section {
      padding: 60px 20px;
      background-color: #fff;
    }

    .page-kuya-kim-trending-twitter__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-kuya-kim-trending-twitter__game-card {
      background-color: #fefefe;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__game-title {
      font-size: 1.8rem;
      color: #1a1a1a;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-kuya-kim-trending-twitter__game-description {
      font-size: 1rem;
      color: #666;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-kuya-kim-trending-twitter__game-cta {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-kuya-kim-trending-twitter__game-cta:hover {
      background-color: #ff6f42;
    }

    /* Promotions Section */
    .page-kuya-kim-trending-twitter__promotions-section {
      padding: 60px 20px;
      background-color: #f8f8f8;
      text-align: center;
    }

    .page-kuya-kim-trending-twitter__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto 40px auto;
    }

    .page-kuya-kim-trending-twitter__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__promo-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__promo-title {
      font-size: 1.6rem;
      color: #1a1a1a;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-kuya-kim-trending-twitter__promo-description {
      font-size: 0.95rem;
      color: #666;
      padding: 0 15px;
    }

    .page-kuya-kim-trending-twitter__view-all-promos-cta {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-kuya-kim-trending-twitter__view-all-promos-cta:hover {
      background-color: #0056b3;
    }

    /* Security Section */
    .page-kuya-kim-trending-twitter__security-section {
      padding: 60px 20px;
      background-color: #fff;
      text-align: center;
    }

    .page-kuya-kim-trending-twitter__security-content {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto 40px auto;
    }

    .page-kuya-kim-trending-twitter__security-item {
      background-color: #fefefe;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 30px;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__security-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__security-title {
      font-size: 1.5rem;
      color: #1a1a1a;
      margin-bottom: 10px;
    }

    .page-kuya-kim-trending-twitter__security-description {
      font-size: 0.95rem;
      color: #666;
    }

    .page-kuya-kim-trending-twitter__contact-cta {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-kuya-kim-trending-twitter__contact-cta:hover {
      background-color: #ff6f42;
    }

    /* FAQ Section */
    .page-kuya-kim-trending-twitter__faq-section {
      padding: 60px 20px;
      background-color: #eee;
    }

    .page-kuya-kim-trending-twitter__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-kuya-kim-trending-twitter__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f9f9f9;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
    }

    .page-kuya-kim-trending-twitter__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-kuya-kim-trending-twitter__faq-title {
      font-size: 1.2rem;
      color: #333;
      margin: 0;
      pointer-events: none; /* Prevent title text from interfering with click */
    }

    .page-kuya-kim-trending-twitter__faq-toggle {
      font-size: 1.5rem;
      font-weight: bold;
      color: #e44d26;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click */
    }

    .page-kuya-kim-trending-twitter__faq-item.active .page-kuya-kim-trending-twitter__faq-toggle {
      transform: rotate(45deg);
    }

    .page-kuya-kim-trending-twitter__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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;
    }

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

    .page-kuya-kim-trending-twitter__faq-text {
      font-size: 1rem;
      color: #555;
      margin: 0;
    }

    /* Blog Section */
    .page-kuya-kim-trending-twitter__blog-section {
      padding: 60px 20px;
      background-color: #fefefe;
    }

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

    .page-kuya-kim-trending-twitter__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-kuya-kim-trending-twitter__blog-card-title {
      font-size: 1.5rem;
      color: #1a1a1a;
      margin: 15px 15px 10px 15px;
      line-height: 1.3;
    }

    .page-kuya-kim-trending-twitter__blog-card-title a {
      text-decoration: none;
      color: inherit;
      transition: color 0.3s ease;
    }

    .page-kuya-kim-trending-twitter__blog-card-title a:hover {
      color: #e44d26;
    }

    .page-kuya-kim-trending-twitter__blog-summary {
      font-size: 0.95rem;
      color: #666;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-kuya-kim-trending-twitter__blog-read-more {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 8px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-left: 15px;
      margin-bottom: 15px;
    }

    .page-kuya-kim-trending-twitter__blog-read-more:hover {
      background-color: #ff6f42;
    }

    /* General image styling */
    .page-kuya-kim-trending-twitter img:not(.page-kuya-kim-trending-twitter__payment-logo) {
      max-width: 100%;
      height: auto;
      display: block;
      box-sizing: border-box;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-kuya-kim-trending-twitter {
        padding-top: 5px; /* Adjust for smaller header offset on mobile */
      }

      .page-kuya-kim-trending-twitter__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
      }

      .page-kuya-kim-trending-twitter__hero-title {
        font-size: 2.5rem;
      }

      .page-kuya-kim-trending-twitter__hero-description {
        font-size: 1.1rem;
      }

      .page-kuya-kim-trending-twitter__hero-cta,
      .page-kuya-kim-trending-twitter__view-all-promos-cta,
      .page-kuya-kim-trending-twitter__contact-cta {
        padding: 12px 25px;
        font-size: 1.1rem;
      }

      .page-kuya-kim-trending-twitter__payment-providers {
        padding: 20px 10px;
        gap: 16px;
      }
      .page-kuya-kim-trending-twitter__payment-logo,
      .page-kuya-kim-trending-twitter__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-kuya-kim-trending-twitter__intro-section,
      .page-kuya-kim-trending-twitter__quick-access-section,
      .page-kuya-kim-trending-twitter__games-section,
      .page-kuya-kim-trending-twitter__promotions-section,
      .page-kuya-kim-trending-twitter__security-section,
      .page-kuya-kim-trending-twitter__faq-section,
      .page-kuya-kim-trending-twitter__blog-section {
        padding: 40px 15px;
      }

      .page-kuya-kim-trending-twitter__paragraph {
        font-size: 1rem;
        padding: 0 10px;
      }

      .page-kuya-kim-trending-twitter__access-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
      }

      .page-kuya-kim-trending-twitter__access-btn {
        width: 100% !important;
        max-width: 300px !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-kuya-kim-trending-twitter__game-categories,
      .page-kuya-kim-trending-twitter__promo-grid,
      .page-kuya-kim-trending-twitter__security-content,
      .page-kuya-kim-trending-twitter__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-kuya-kim-trending-twitter__game-card,
      .page-kuya-kim-trending-twitter__promo-card,
      .page-kuya-kim-trending-twitter__security-item,
      .page-kuya-kim-trending-twitter__blog-card {
        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;
      }

      .page-kuya-kim-trending-twitter__game-image,
      .page-kuya-kim-trending-twitter__promo-image,
      .page-kuya-kim-trending-twitter__security-icon,
      .page-kuya-kim-trending-twitter__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-kuya-kim-trending-twitter__faq-question {
        padding: 12px 15px;
      }

      .page-kuya-kim-trending-twitter__faq-title {
        font-size: 1.1rem;
      }

      .page-kuya-kim-trending-twitter__faq-answer {
        padding: 0 15px;
      }

      .page-kuya-kim-trending-twitter__faq-item.active .page-kuya-kim-trending-twitter__faq-answer {
        padding: 15px !important;
      }

      .page-kuya-kim-trending-twitter__faq-text {
        font-size: 0.95rem;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-kuya-kim-trending-twitter__blog-card-title {
        font-size: 1.3rem;
      }

      .page-kuya-kim-trending-twitter__blog-summary {
        font-size: 0.9rem;
      }
    }