
    .page-phim-hay-88 {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f8f8f8;
      line-height: 1.6;
      padding-bottom: 50px;
    }

    .page-phim-hay-88__hero-section {
      position: relative;
      background-color: #0d1a2a;
      color: #fff;
      padding: 10px 20px 60px 20px;
      text-align: center;
      overflow: hidden;
      background-image: url('[GALLERY:hero:1920x1080:gaming,casino,lights,abstract]');
      background-size: cover;
      background-position: center;
    }

    .page-phim-hay-88__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
      z-index: 1;
    }

    .page-phim-hay-88__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      padding-top: 50px; /* Adjusted for potential header offset */
    }

    .page-phim-hay-88__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold/Yellow for branding */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-phim-hay-88__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-phim-hay-88__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #0d1a2a;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-phim-hay-88__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-phim-hay-88__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-phim-hay-88__section-title {
      font-size: 2.2em;
      color: #0d1a2a;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-phim-hay-88__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    .page-phim-hay-88__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-phim-hay-88__card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-phim-hay-88__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-phim-hay-88__card-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-phim-hay-88__card-content {
      padding: 20px;
      flex-grow: 1;
    }

    .page-phim-hay-88__card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #0d1a2a;
    }

    .page-phim-hay-88__card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-phim-hay-88__promo-section {
      background-color: #0d1a2a;
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      margin-top: 50px;
      background-image: url('[GALLERY:background:1920x400:abstract,pattern,dark]');
      background-size: cover;
      background-position: center;
    }

    .page-phim-hay-88__promo-section .page-phim-hay-88__section-title {
      color: #ffcc00;
    }

    .page-phim-hay-88__promo-text {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    .page-phim-hay-88__faq-section {
      background-color: #fff;
      padding: 50px 20px;
      max-width: 900px;
      margin: 50px auto 0 auto;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .page-phim-hay-88__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-phim-hay-88__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-phim-hay-88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      cursor: pointer;
      user-select: none;
      background-color: #f9f9f9;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .page-phim-hay-88__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-phim-hay-88__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-phim-hay-88__faq-toggle {
      font-size: 1.5em;
      color: #ffcc00;
      font-weight: bold;
      pointer-events: none; /* Prevent toggle from blocking click */
      transition: transform 0.3s ease;
    }

    .page-phim-hay-88__faq-item.active .page-phim-hay-88__faq-toggle {
      transform: rotate(45deg);
    }

    .page-phim-hay-88__faq-answer {
      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;
      background-color: #fff;
      color: #555;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }

    .page-phim-hay-88__faq-item.active .page-phim-hay-88__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-phim-hay-88__hero-title {
        font-size: 2em;
      }

      .page-phim-hay-88__hero-subtitle {
        font-size: 1em;
      }

      .page-phim-hay-88__section-title {
        font-size: 1.8em;
      }

      .page-phim-hay-88__grid {
        grid-template-columns: 1fr;
      }

      .page-phim-hay-88__section,
      .page-phim-hay-88__faq-section {
        padding: 30px 15px;
      }

      .page-phim-hay-88__card-title {
        font-size: 1.2em;
      }

      .page-phim-hay-88__card-description {
        font-size: 0.9em;
      }

      .page-phim-hay-88__promo-section {
        padding: 40px 15px;
      }

      .page-phim-hay-88__promo-text {
        font-size: 1em;
      }

      .page-phim-hay-88__faq-question {
        padding: 12px;
      }

      .page-phim-hay-88__faq-question h3 {
        font-size: 1em;
      }

      .page-phim-hay-88__faq-answer {
        padding: 0 12px;
      }

      .page-phim-hay-88__faq-item.active .page-phim-hay-88__faq-answer {
        padding: 15px 12px !important;
      }

      /* List item specific responsive styles */
      .page-phim-hay-88__grid > div {
        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-phim-hay-88__grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-phim-hay-88__card-content {
        padding: 15px;
      }
    }

    @media (max-width: 480px) {
      .page-phim-hay-88__hero-title {
        font-size: 1.8em;
      }

      .page-phim-hay-88__hero-subtitle {
        font-size: 0.9em;
      }

      .page-phim-hay-88__section-title {
        font-size: 1.6em;
      }

      .page-phim-hay-88__button {
        padding: 10px 20px;
        font-size: 1em;
      }
    }
  