
    /* Page specific styles for PH7 Free 100 Welcome Bonus */
    .page-ph7-free-100-welcome-bonus {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    /* Fixed Navbar Spacing */
    .page-ph7-free-100-welcome-bonus__hero-section {
      padding-top: 10px; /* For fixed header */
      background-color: #1a1a1a;
      color: #fff;
      text-align: center;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 450px; /* Ensures content is visible */
    }

    .page-ph7-free-100-welcome-bonus__hero-image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden;
    }

    .page-ph7-free-100-welcome-bonus__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4; /* Slightly dim the background image */
    }

    .page-ph7-free-100-welcome-bonus__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-ph7-free-100-welcome-bonus__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00; /* Gold color for emphasis */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-ph7-free-100-welcome-bonus__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-ph7-free-100-welcome-bonus__login-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-ph7-free-100-welcome-bonus__login-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-ph7-free-100-welcome-bonus__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 25px;
    }

    .page-ph7-free-100-welcome-bonus__section-dark {
      background-color: #222;
      color: #eee;
    }

    .page-ph7-free-100-welcome-bonus__section-title {
      font-size: 2em;
      color: #333;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
    }

    .page-ph7-free-100-welcome-bonus__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    .page-ph7-free-100-welcome-bonus__section-dark .page-ph7-free-100-welcome-bonus__section-title {
      color: #ffcc00;
    }

    .page-ph7-free-100-welcome-bonus__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-ph7-free-100-welcome-bonus__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-ph7-free-100-welcome-bonus__list-item {
      background-color: #f9f9f9;
      padding: 20px;
      border-left: 5px solid #ffcc00;
      border-radius: 5px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .page-ph7-free-100-welcome-bonus__list-item-icon {
      font-size: 1.8em;
      color: #ffcc00;
    }

    .page-ph7-free-100-welcome-bonus__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-ph7-free-100-welcome-bonus__game-card {
      background-color: #f0f0f0;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-ph7-free-100-welcome-bonus__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-ph7-free-100-welcome-bonus__game-image-wrapper {
      width: 100%;
      height: 200px; /* Fixed height for consistent card appearance */
      overflow: hidden;
    }

    .page-ph7-free-100-welcome-bonus__game-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .page-ph7-free-100-welcome-bonus__game-title {
      font-size: 1.3em;
      color: #333;
      padding: 15px 10px;
      background-color: #fff;
      border-top: 1px solid #eee;
    }

    .page-ph7-free-100-welcome-bonus__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Smaller grid for logos */
      gap: 15px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-ph7-free-100-welcome-bonus__provider-logo-wrapper {
      width: 100px; /* Fixed width for logos */
      height: 60px; /* Fixed height for logos */
      overflow: hidden;
      border-radius: 8px;
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .page-ph7-free-100-welcome-bonus__provider-logo {
      max-width: 90%;
      max-height: 90%;
      object-fit: contain;
    }

    .page-ph7-free-100-welcome-bonus__faq-section {
      background-color: #f0f0f0;
    }

    .page-ph7-free-100-welcome-bonus__faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
    }

    .page-ph7-free-100-welcome-bonus__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #fefefe;
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      font-size: 1.1em;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-ph7-free-100-welcome-bonus__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-ph7-free-100-welcome-bonus__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click */
      color: #333;
    }

    .page-ph7-free-100-welcome-bonus__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      color: #ffcc00;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

    .page-ph7-free-100-welcome-bonus__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;
      color: #555;
    }

    .page-ph7-free-100-welcome-bonus__faq-item.active .page-ph7-free-100-welcome-bonus__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-ph7-free-100-welcome-bonus__faq-item.active .page-ph7-free-100-welcome-bonus__faq-question {
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }

    .page-ph7-free-100-welcome-bonus__faq-item.active .page-ph7-free-100-welcome-bonus__faq-toggle {
      color: #333;
      transform: rotate(45deg); /* Optional: Animate the plus to an X */
    }

    /* Floating Login Button (Mobile Only) */
    .page-ph7-free-100-welcome-bonus__floating-login {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 20px;
      border-radius: 50px;
      font-size: 1em;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      display: none; /* Hidden by default, shown on mobile */
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      text-decoration: none; /* Ensure it doesn't look like a link */
    }

    .page-ph7-free-100-welcome-bonus__floating-login:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-ph7-free-100-welcome-bonus__hero-section {
        padding-top: 10px; /* For fixed header */
        min-height: 350px;
      }

      .page-ph7-free-100-welcome-bonus__hero-title {
        font-size: 2em;
      }

      .page-ph7-free-100-welcome-bonus__hero-subtitle {
        font-size: 1em;
      }

      .page-ph7-free-100-welcome-bonus__login-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-ph7-free-100-welcome-bonus__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-ph7-free-100-welcome-bonus__section-title {
        font-size: 1.6em;
        margin-bottom: 25px;
      }

      .page-ph7-free-100-welcome-bonus__text-content {
        font-size: 1em;
      }

      .page-ph7-free-100-welcome-bonus__list-item {
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
      }

      .page-ph7-free-100-welcome-bonus__list-item-icon {
        margin-bottom: 10px;
      }

      .page-ph7-free-100-welcome-bonus__game-grid {
        grid-template-columns: 1fr;
      }

      .page-ph7-free-100-welcome-bonus__game-image-wrapper {
        height: 180px;
      }

      .page-ph7-free-100-welcome-bonus__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
      }

      .page-ph7-free-100-welcome-bonus__provider-logo-wrapper {
        width: 80px;
        height: 50px;
      }

      .page-ph7-free-100-welcome-bonus__floating-login {
        display: block; /* Show on mobile */
      }

      /* Image responsiveness for mobile */
      .page-ph7-free-100-welcome-bonus img {
          max-width: 100% !important;
          height: auto !important;
      }
      .page-ph7-free-100-welcome-bonus__hero-image,
      .page-ph7-free-100-welcome-bonus__game-image,
      .page-ph7-free-100-welcome-bonus__provider-logo {
          max-width: 100% !important;
          height: auto !important;
      }
      .page-ph7-free-100-welcome-bonus__hero-image-container,
      .page-ph7-free-100-welcome-bonus__game-image-wrapper,
      .page-ph7-free-100-welcome-bonus__provider-logo-wrapper {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }
    }

    @media (min-width: 769px) {
      .page-ph7-free-100-welcome-bonus__floating-login {
        display: none; /* Hide on desktop */
      }
    }
  