.page-kuya-kim-now {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
  }

  .page-kuya-kim-now__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }

  .page-kuya-kim-now__section {
    padding: 40px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }

  .page-kuya-kim-now__section--dark {
    background-color: #2c3e50;
    color: #ecf0f1;
  }

  .page-kuya-kim-now__section--dark h1, .page-kuya-kim-now__section--dark h2, .page-kuya-kim-now__section--dark h3 {
    color: #f39c12;
  }

  .page-kuya-kim-now__section--dark .page-kuya-kim-now__button {
    background-color: #f39c12;
    color: #2c3e50;
  }

  .page-kuya-kim-now__section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5em;
    color: #2c3e50;
    position: relative;
    padding-bottom: 10px;
  }

  .page-kuya-kim-now__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #f39c12;
    border-radius: 2px;
  }

  .page-kuya-kim-now__hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:casino,gaming,philippines,kuya kim now]') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    padding-top: 10px; /* Adjust for shared header offset */
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
  }

  .page-kuya-kim-now__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #f39c12;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }

  .page-kuya-kim-now__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  .page-kuya-kim-now__button {
    display: inline-block;
    background-color: #f39c12;
    color: #2c3e50;
    padding: 15px 30px;
    border-radius: 5px;
    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-kuya-kim-now__button:hover {
    background-color: #e67e22;
    transform: translateY(-2px);
  }

  .page-kuya-kim-now__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: 20px;
    background-color: #f1c40f;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .page-kuya-kim-now__payment-logo {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    box-sizing: border-box;
  }

  .page-kuya-kim-now__payment-logo img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    object-fit: contain;
  }

  .page-kuya-kim-now__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }

  .page-kuya-kim-now__card {
    background-color: #ecf0f1;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .page-kuya-kim-now__card:hover {
    transform: translateY(-5px);
  }

  .page-kuya-kim-now__card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    object-fit: contain;
  }

  .page-kuya-kim-now__card-title {
    font-size: 1.5em;
    color: #2c3e50;
    margin-bottom: 10px;
  }

  .page-kuya-kim-now__card-description {
    color: #555;
  }

  .page-kuya-kim-now__game-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
  }

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

  .page-kuya-kim-now__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .page-kuya-kim-now__game-content {
    padding: 20px;
  }

  .page-kuya-kim-now__game-title {
    font-size: 1.3em;
    color: #2c3e50;
    margin-bottom: 10px;
  }

  .page-kuya-kim-now__game-description {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 15px;
  }

  .page-kuya-kim-now__faq-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .page-kuya-kim-now__faq-question {
    background-color: #f1c40f;
    color: #2c3e50;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.1em;
    user-select: none;
    transition: background-color 0.3s ease;
  }

  .page-kuya-kim-now__faq-question:hover {
    background-color: #e67e22;
  }

  .page-kuya-kim-now__faq-question h3 {
    margin: 0;
    pointer-events: none; /* Prevent h3 from blocking click event */
    color: #2c3e50;
  }

  .page-kuya-kim-now__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    pointer-events: none; /* Prevent toggle from blocking click event */
    transition: transform 0.3s ease;
  }

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

  .page-kuya-kim-now__faq-answer {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    color: #555;
  }

  .page-kuya-kim-now__faq-item.active .page-kuya-kim-now__faq-answer {
    max-height: 2000px !important;
    padding: 20px 15px !important;
    opacity: 1;
  }

  .page-kuya-kim-now__blog-post {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .page-kuya-kim-now__blog-post:hover {
    transform: translateY(-5px);
  }

  .page-kuya-kim-now__blog-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .page-kuya-kim-now__blog-content {
    padding: 20px;
  }

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

  .page-kuya-kim-now__blog-excerpt {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 15px;
  }

  .page-kuya-kim-now__blog-date {
    font-size: 0.8em;
    color: #888;
  }

  /* Responsive styles */
  @media (max-width: 768px) {
    .page-kuya-kim-now__section {
      padding: 30px 15px;
    }

    .page-kuya-kim-now__section-title {
      font-size: 2em;
    }

    .page-kuya-kim-now__hero-section {
      padding: 80px 15px;
      min-height: 400px;
    }

    .page-kuya-kim-now__hero-title {
      font-size: 2.5em;
    }

    .page-kuya-kim-now__hero-subtitle {
      font-size: 1.2em;
    }

    .page-kuya-kim-now__button {
      padding: 12px 25px;
      font-size: 1em;
    }

    .page-kuya-kim-now__payment-providers {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px;
    }

    .page-kuya-kim-now__payment-logo, .page-kuya-kim-now__payment-logo img {
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
    }

    .page-kuya-kim-now__grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .page-kuya-kim-now__card, .page-kuya-kim-now__game-card, .page-kuya-kim-now__blog-post {
      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;
    }

    .page-kuya-kim-now__card-title, .page-kuya-kim-now__game-title, .page-kuya-kim-now__blog-title {
      font-size: 1.3em;
    }

    .page-kuya-kim-now__faq-question {
      font-size: 1em;
      padding: 12px 15px;
    }

    .page-kuya-kim-now__faq-answer {
      padding: 15px !important;
    }

    .page-kuya-kim-now__game-image, .page-kuya-kim-now__blog-image {
      max-width: 100% !important;
      height: auto !important;
      box-sizing: border-box !important;
    }
  }

  @media (max-width: 480px) {
    .page-kuya-kim-now__hero-title {
      font-size: 2em;
    }
    .page-kuya-kim-now__hero-subtitle {
      font-size: 1em;
    }
  }