
    :root {
      --ph7-primary-color: #FFD700; /* Gold */
      --ph7-secondary-color: #1A1A1A; /* Dark Grey */
      --ph7-accent-color: #007BFF; /* Blue */
      --ph7-text-light: #FFFFFF;
      --ph7-text-dark: #333333;
      --ph7-background-dark: #0A0A0A;
      --ph7-background-light: #F8F8F8;
      --ph7-border-color: #333333;
    }

    /* Base styles for the page content, ensuring it doesn't clash with shared components */
    .page-resources-ph7-user-experience-online-entertainment-story-philippines {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--ph7-text-light);
      background-color: var(--ph7-background-dark);
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-section {
      text-align: center;
      padding: 10px 20px 40px; /* Adjusted padding-top for fixed header */
      background-color: var(--ph7-secondary-color);
      margin-bottom: 30px;
      border-radius: 10px;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-title {
      color: var(--ph7-primary-color);
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-subtitle {
      color: var(--ph7-text-light);
      font-size: 1.2em;
      margin-bottom: 25px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
      margin: 0 auto;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__content-section {
      background-color: var(--ph7-secondary-color);
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 10px;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__section-title {
      color: var(--ph7-primary-color);
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--ph7-primary-color);
      padding-bottom: 10px;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__paragraph {
      margin-bottom: 15px;
      color: var(--ph7-text-light);
      font-size: 1.05em;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__highlight {
      color: var(--ph7-primary-color);
      font-weight: bold;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__list {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 15px;
      color: var(--ph7-text-light);
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__list-item {
      margin-bottom: 8px;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__cta-section {
      text-align: center;
      padding: 40px 20px;
      background-color: var(--ph7-background-dark);
      border-radius: 10px;
      margin-top: 30px;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__cta-title {
      color: var(--ph7-primary-color);
      font-size: 2.2em;
      margin-bottom: 20px;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__cta-button {
      display: inline-block;
      background-color: var(--ph7-primary-color);
      color: var(--ph7-text-dark);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__cta-button:hover {
      background-color: #e6c200; /* Slightly darker gold */
      transform: translateY(-3px);
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-section {
      background-color: var(--ph7-secondary-color);
      padding: 30px;
      margin-top: 25px;
      border-radius: 10px;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-title {
      color: var(--ph7-primary-color);
      font-size: 2em;
      margin-bottom: 25px;
      text-align: center;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-item {
      margin-bottom: 15px;
      border: 1px solid var(--ph7-border-color);
      border-radius: 8px;
      overflow: hidden;
      background-color: #222;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #333;
      cursor: pointer;
      user-select: none;
      color: var(--ph7-text-light);
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-question:hover {
      background-color: #444;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--ph7-text-light);
      pointer-events: none; /* Prevent h3 from blocking click event on parent */
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--ph7-primary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event on parent */
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-item.active .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an X or minus */
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      color: var(--ph7-text-light);
      background-color: #2a2a2a;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-item.active .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-ph7-user-experience-online-entertainment-story-philippines {
        padding: 15px;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-section {
        padding-top: 10px; /* Adjusted padding-top for fixed header on mobile */
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-title {
        font-size: 2em;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__content-section {
        padding: 20px;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__section-title {
        font-size: 1.6em;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__paragraph {
        font-size: 0.95em;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__cta-title {
        font-size: 1.8em;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-title {
        font-size: 1.8em;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-question {
        padding: 12px 15px;
      }

      .page-resources-ph7-user-experience-online-entertainment-story-philippines__faq-question h3 {
        font-size: 1em;
      }

      /* Ensure images are responsive on mobile */
      .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-ph7-user-experience-online-entertainment-story-philippines__content-image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-resources-ph7-user-experience-online-entertainment-story-philippines__hero-image-container,
      .page-resources-ph7-user-experience-online-entertainment-story-philippines__content-image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  