
    :root {
      --primary-color: #f7b731; /* Golden/Orange for PH7 brand */
      --secondary-color: #1a1a1a; /* Dark background */
      --text-color: #333333; /* Dark gray for readability */
      --light-text-color: #ffffff;
      --background-light: #f9f9f9;
      --border-color: #e0e0e0;
      --accent-color: #e55d87; /* For bonuses/promos */
    }

    /* Base styles for the specific page content */
    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-color);
      background-color: var(--background-light);
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    /* Fixed navigation spacing */
    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__hero-section {
      padding-top: 10px; /* For fixed header */
      margin-bottom: 30px;
      background-color: var(--secondary-color);
      color: var(--light-text-color);
      text-align: center;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      object-fit: cover;
      border-radius: 8px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__hero-content {
      position: relative;
      z-index: 1;
      padding: 30px 20px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__hero-content h1 {
      font-size: 2.5em;
      margin-bottom: 10px;
      color: var(--primary-color);
      line-height: 1.2;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__hero-content p {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 20px auto;
      color: #ccc;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__login-button {
      display: inline-block;
      background-color: var(--accent-color);
      color: var(--light-text-color);
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__login-button:hover {
      background-color: #d84a75;
      transform: translateY(-2px);
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section {
      background-color: var(--light-text-color);
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section h2 {
      color: var(--secondary-color);
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 3px solid var(--primary-color);
      padding-bottom: 10px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section h3 {
      color: var(--primary-color);
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section p {
      margin-bottom: 15px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section ul {
      list-style: disc;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section ol {
      list-style: decimal;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section li {
      margin-bottom: 8px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__content-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 20px auto;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-section {
      background-color: var(--light-text-color);
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-section h2 {
      color: var(--secondary-color);
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 3px solid var(--primary-color);
      padding-bottom: 10px;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-item {
      border: 1px solid var(--border-color);
      border-radius: 5px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: var(--secondary-color);
      transition: background-color 0.3s ease;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-question:hover {
      background-color: #e5e5e5;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--secondary-color);
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-item.active .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an X or minus */
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: var(--light-text-color);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--text-color);
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-item.active .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 20px !important;
      opacity: 1;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__responsible-gaming {
      background-color: #ffe0b2; /* Light orange background */
      color: #5d4037; /* Dark brown text */
      padding: 25px;
      border-radius: 8px;
      border-left: 5px solid var(--primary-color);
      font-style: italic;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__responsible-gaming h3 {
      color: #5d4037;
      margin-top: 0;
      border-bottom: none;
      padding-bottom: 0;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__link {
      color: var(--primary-color);
      text-decoration: none;
      font-weight: bold;
    }

    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__link:hover {
      text-decoration: underline;
    }

    /* General image responsiveness */
    .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained img {
      max-width: 100%;
      height: auto;
      display: block;
      box-sizing: border-box;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained {
        padding: 15px;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__hero-section {
        padding-top: 10px; /* For fixed header on mobile */
        margin-bottom: 20px;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__hero-content {
        padding: 20px 15px;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__hero-content h1 {
        font-size: 2em;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__hero-content p {
        font-size: 1em;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__login-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section {
        padding: 20px;
        margin-bottom: 20px;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section h2 {
        font-size: 1.8em;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__section h3 {
        font-size: 1.3em;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-question {
        padding: 12px 15px;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-question h3 {
        font-size: 1.1em;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-answer {
        padding: 0 15px;
      }

      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-item.active .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained__faq-answer {
        padding: 15px !important;
      }
      .page-resourcse-how-to-play-ph7-slots-rules-and-tips-explained img {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  