.page-kuya-kim-out-of-its-showtime {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Adjust for header offset */
    }

    .page-kuya-kim-out-of-its-showtime__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-kuya-kim-out-of-its-showtime__section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-kuya-kim-out-of-its-showtime__section-title {
      color: #0056b3;
      text-align: center;
      margin-bottom: 25px;
      font-size: 2.2em;
      font-weight: bold;
    }

    .page-kuya-kim-out-of-its-showtime__section-subtitle {
      color: #0056b3;
      text-align: center;
      margin-bottom: 25px;
      font-size: 1.8em;
      font-weight: bold;
    }

    .page-kuya-kim-out-of-its-showtime__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
    }

    .page-kuya-kim-out-of-its-showtime__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .page-kuya-kim-out-of-its-showtime__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 2;
    }

    .page-kuya-kim-out-of-its-showtime__hero-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-kuya-kim-out-of-its-showtime__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      color: #FFD700; /* Gold color for emphasis */
    }

    .page-kuya-kim-out-of-its-showtime__hero-description {
      font-size: 1.5em;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-kuya-kim-out-of-its-showtime__btn {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-kuya-kim-out-of-its-showtime__btn:hover {
      background-color: #0056b3;
    }

    .page-kuya-kim-out-of-its-showtime__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin-top: 30px;
      margin-bottom: 30px;
    }

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

    .page-kuya-kim-out-of-its-showtime__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-out-of-its-showtime__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .page-kuya-kim-out-of-its-showtime__card {
      background-color: #f0f8ff;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-kuya-kim-out-of-its-showtime__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .page-kuya-kim-out-of-its-showtime__card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 5px;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto;
    }

    .page-kuya-kim-out-of-its-showtime__card-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-kuya-kim-out-of-its-showtime__card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-kuya-kim-out-of-its-showtime__list-item {
      background-color: #e9f7ff;
      border-left: 5px solid #007bff;
      padding: 15px 20px;
      margin-bottom: 15px;
      border-radius: 5px;
      box-sizing: border-box;
    }

    .page-kuya-kim-out-of-its-showtime__faq-item {
      background-color: #f0f8ff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .page-kuya-kim-out-of-its-showtime__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #007bff;
      color: #fff;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-kuya-kim-out-of-its-showtime__faq-question:hover {
      background-color: #0056b3;
    }

    .page-kuya-kim-out-of-its-showtime__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-kuya-kim-out-of-its-showtime__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
    }

    .page-kuya-kim-out-of-its-showtime__faq-item.active .page-kuya-kim-out-of-its-showtime__faq-toggle {
      transform: rotate(45deg);
    }

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

    .page-kuya-kim-out-of-its-showtime__faq-item.active .page-kuya-kim-out-of-its-showtime__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-kuya-kim-out-of-its-showtime__blog-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-kuya-kim-out-of-its-showtime__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-kuya-kim-out-of-its-showtime__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-kuya-kim-out-of-its-showtime__blog-title {
      font-size: 1.3em;
      color: #0056b3;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-kuya-kim-out-of-its-showtime__blog-excerpt {
      font-size: 0.9em;
      color: #555;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-kuya-kim-out-of-its-showtime__blog-link {
      align-self: flex-start;
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
    }

    .page-kuya-kim-out-of-its-showtime__blog-link:hover {
      text-decoration: underline;
    }

    /* General image responsiveness */
    .page-kuya-kim-out-of-its-showtime img:not(.page-kuya-kim-out-of-its-showtime__payment-logo img) {
      max-width: 100%;
      height: auto;
      display: block;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-kuya-kim-out-of-its-showtime__container {
        padding: 15px;
      }

      .page-kuya-kim-out-of-its-showtime__hero-section {
        padding: 60px 15px;
        min-height: 300px;
      }

      .page-kuya-kim-out-of-its-showtime__hero-title {
        font-size: 2.5em;
      }

      .page-kuya-kim-out-of-its-showtime__hero-description {
        font-size: 1.1em;
      }

      .page-kuya-kim-out-of-its-showtime__btn {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-kuya-kim-out-of-its-showtime__section {
        padding: 20px;
      }

      .page-kuya-kim-out-of-its-showtime__section-title {
        font-size: 1.8em;
      }

      .page-kuya-kim-out-of-its-showtime__section-subtitle {
        font-size: 1.5em;
      }

      .page-kuya-kim-out-of-its-showtime__grid {
        grid-template-columns: 1fr;
      }

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

      .page-kuya-kim-out-of-its-showtime__payment-logo,
      .page-kuya-kim-out-of-its-showtime__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      /* List item mobile responsiveness */
      .page-kuya-kim-out-of-its-showtime__list-item,
      .page-kuya-kim-out-of-its-showtime__grid > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-kuya-kim-out-of-its-showtime__faq-question,
      .page-kuya-kim-out-of-its-showtime__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-kuya-kim-out-of-its-showtime img {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-kuya-kim-out-of-its-showtime__hero-title {
        font-size: 2em;
      }

      .page-kuya-kim-out-of-its-showtime__hero-description {
        font-size: 1em;
      }

      .page-kuya-kim-out-of-its-showtime__btn {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }