
    /* Page-specific CSS styles */
    .page-resources-ph7-live-casino-review-philippines {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding: 20px;
    }

    .page-resources-ph7-live-casino-review-philippines__hero-section {
      background-color: #0d47a1; /* Dark blue for contrast */
      color: #ffffff;
      padding: 10px 20px 40px; /* Added padding-top for fixed header */
      text-align: center;
      border-radius: 8px;
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
    }

    .page-resources-ph7-live-casino-review-philippines__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      display: block;
      box-sizing: border-box;
    }

    .page-resources-ph7-live-casino-review-philippines__hero-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #ffd700; /* Gold for emphasis */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-resources-ph7-live-casino-review-philippines__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 25px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resources-ph7-live-casino-review-philippines__promo-button {
      display: inline-block;
      background-color: #ff4500; /* Orange-red for call to action */
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      position: sticky; /* Sticky for mobile */
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      width: 90%;
      max-width: 300px;
      text-align: center;
    }

    .page-resources-ph7-live-casino-review-philippines__promo-button:hover {
      background-color: #e03e00;
      transform: translateX(-50%) scale(1.05);
    }

    .page-resources-ph7-live-casino-review-philippines__section {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      margin-bottom: 25px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .page-resources-ph7-live-casino-review-philippines__section-title {
      color: #0d47a1;
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #ffd700;
      padding-bottom: 10px;
    }

    .page-resources-ph7-live-casino-review-philippines__subsection-title {
      color: #1a56b7;
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-ph7-live-casino-review-philippines__content-paragraph {
      margin-bottom: 15px;
      color: #444;
    }

    .page-resources-ph7-live-casino-review-philippines__image-container {
      margin: 25px 0;
      text-align: center;
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    .page-resources-ph7-live-casino-review-philippines__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      display: block;
      margin: 0 auto;
      box-sizing: border-box;
      min-width: 200px; /* Enforce minimum size */
      min-height: 200px; /* Enforce minimum size */
    }

    .page-resources-ph7-live-casino-review-philippines__list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 20px;
    }

    .page-resources-ph7-live-casino-review-philippines__list-item {
      background-color: #e3f2fd;
      padding: 12px 20px;
      margin-bottom: 10px;
      border-left: 5px solid #0d47a1;
      border-radius: 4px;
      font-weight: bold;
      color: #333;
      box-sizing: border-box;
      width: 100%; /* Default to 100% for smaller lists */
    }

    .page-resources-ph7-live-casino-review-philippines__key-takeaways {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-resources-ph7-live-casino-review-philippines__takeaway-card {
      background-color: #fffde7;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      border-top: 4px solid #ffd700;
    }

    .page-resources-ph7-live-casino-review-philippines__takeaway-title {
      color: #0d47a1;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-resources-ph7-live-casino-review-philippines__faq-section {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      margin-bottom: 25px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .page-resources-ph7-live-casino-review-philippines__faq-title {
      color: #0d47a1;
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #ffd700;
      padding-bottom: 10px;
    }

    .page-resources-ph7-live-casino-review-philippines__faq-item {
      margin-bottom: 15px;
      border: 1px solid #eee;
      border-radius: 6px;
      overflow: hidden;
    }

    .page-resources-ph7-live-casino-review-philippines__faq-question {
      background-color: #f2f2f2;
      padding: 15px 20px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-ph7-live-casino-review-philippines__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-resources-ph7-live-casino-review-philippines__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #0d47a1;
      pointer-events: none; /* Prevent h3 from intercepting click */
    }

    .page-resources-ph7-live-casino-review-philippines__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from intercepting click */
      color: #ff4500;
    }

    .page-resources-ph7-live-casino-review-philippines__faq-item.active .page-resources-ph7-live-casino-review-philippines__faq-toggle {
      transform: rotate(45deg);
    }

    .page-resources-ph7-live-casino-review-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #ffffff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

    .page-resources-ph7-live-casino-review-philippines__faq-item.active .page-resources-ph7-live-casino-review-philippines__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-ph7-live-casino-review-philippines {
        padding: 15px;
      }

      .page-resources-ph7-live-casino-review-philippines__hero-section {
        padding-top: 10px; /* Ensure content is below fixed header */
        padding-bottom: 30px;
      }

      .page-resources-ph7-live-casino-review-philippines__hero-title {
        font-size: 1.8em;
      }

      .page-resources-ph7-live-casino-review-philippines__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-ph7-live-casino-review-philippines__promo-button {
        width: 90% !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
        bottom: 15px !important;
      }

      .page-resources-ph7-live-casino-review-philippines__section {
        padding: 20px;
      }

      .page-resources-ph7-live-casino-review-philippines__section-title {
        font-size: 1.6em;
      }

      .page-resources-ph7-live-casino-review-philippines__subsection-title {
        font-size: 1.3em;
      }

      .page-resources-ph7-live-casino-review-philippines__list-item {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-resources-ph7-live-casino-review-philippines__list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-resources-ph7-live-casino-review-philippines__key-takeaways {
        grid-template-columns: 1fr;
      }

      .page-resources-ph7-live-casino-review-philippines__content-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-resources-ph7-live-casino-review-philippines__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-resources-ph7-live-casino-review-philippines__faq-question {
        padding: 12px 15px;
      }

      .page-resources-ph7-live-casino-review-philippines__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-ph7-live-casino-review-philippines__faq-answer {
        padding: 15px !important;
      }
    }
  