
    :root {
      --phbet-primary: #FFD700; /* Gold */
      --phbet-secondary: #00008B; /* Dark Blue */
      --phbet-accent: #FF4500; /* Orange Red */
      --phbet-text-dark: #333333;
      --phbet-text-light: #FFFFFF;
      --phbet-bg-light: #F8F8F8;
      --phbet-bg-dark: #1A1A1A;
      --phbet-border: #CCCCCC;
    }

    /* Base styles for the page content */
    .page-phbet-free-28-no-deposit-bonus-2 {
      font-family: 'Arial', sans-serif;
      color: var(--phbet-text-dark);
      line-height: 1.6;
      background-color: var(--phbet-bg-light);
      padding-top: 10px; /* Small padding, assuming body has header offset */
    }

    .page-phbet-free-28-no-deposit-bonus-2__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-phbet-free-28-no-deposit-bonus-2__container--center {
      text-align: center;
    }

    .page-phbet-free-28-no-deposit-bonus-2__section {
      background-color: var(--phbet-text-light);
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-phbet-free-28-no-deposit-bonus-2__section--cta {
      background: linear-gradient(135deg, var(--phbet-secondary), #00004d);
      color: var(--phbet-text-light);
    }

    .page-phbet-free-28-no-deposit-bonus-2__hero-section {
      background: linear-gradient(135deg, var(--phbet-secondary), #00004d);
      color: var(--phbet-text-light);
      text-align: center;
      padding: 80px 20px;
      border-radius: 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: none;
    }

    .page-phbet-free-28-no-deposit-bonus-2__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      color: var(--phbet-primary);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    }

    .page-phbet-free-28-no-deposit-bonus-2__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      opacity: 0.9;
    }

    .page-phbet-free-28-no-deposit-bonus-2__button {
      background-color: var(--phbet-accent);
      color: var(--phbet-text-light);
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.2em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      font-weight: bold;
      margin-top: 20px;
    }

    .page-phbet-free-28-no-deposit-bonus-2__button:hover {
      background-color: #e63900;
      transform: translateY(-2px);
    }

    .page-phbet-free-28-no-deposit-bonus-2__image-wrapper {
      margin-top: 40px;
      width: 100%;
      max-width: 800px;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-phbet-free-28-no-deposit-bonus-2__image {
      max-width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .page-phbet-free-28-no-deposit-bonus-2__image:hover {
      transform: scale(1.02);
    }

    .page-phbet-free-28-no-deposit-bonus-2__heading-primary {
      font-size: 2.5em;
      color: var(--phbet-secondary);
      text-align: center;
      margin-bottom: 25px;
      padding-bottom: 10px;
      position: relative;
    }

    .page-phbet-free-28-no-deposit-bonus-2__section--cta .page-phbet-free-28-no-deposit-bonus-2__heading-primary {
      color: var(--phbet-primary);
    }

    .page-phbet-free-28-no-deposit-bonus-2__heading-primary::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: var(--phbet-primary);
      border-radius: 2px;
    }

    .page-phbet-free-28-no-deposit-bonus-2__section--cta .page-phbet-free-28-no-deposit-bonus-2__heading-primary::after {
      background-color: var(--phbet-accent);
    }

    .page-phbet-free-28-no-deposit-bonus-2__heading-secondary {
      font-size: 1.8em;
      color: var(--phbet-secondary);
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .page-phbet-free-28-no-deposit-bonus-2__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      width: 100%; /* Ensure container takes full width */
      max-width: 100%; /* Ensure container takes full width */
      box-sizing: border-box;
    }

    .page-phbet-free-28-no-deposit-bonus-2__list-item {
      background-color: var(--phbet-bg-light);
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      border-left: 5px solid var(--phbet-primary);
      box-sizing: border-box; /* Crucial for width calculation */
      width: 100%; /* Default to 100% for smaller screens, adjusted by grid */
    }

    .page-phbet-free-28-no-deposit-bonus-2__list-item strong {
      color: var(--phbet-secondary);
    }

    /* Game categories section */
    .page-phbet-free-28-no-deposit-bonus-2__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-phbet-free-28-no-deposit-bonus-2__game-card {
      background-color: var(--phbet-bg-light);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-phbet-free-28-no-deposit-bonus-2__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-phbet-free-28-no-deposit-bonus-2__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-phbet-free-28-no-deposit-bonus-2__game-card-content {
      padding: 20px;
      flex-grow: 1;
    }

    .page-phbet-free-28-no-deposit-bonus-2__game-card-title {
      font-size: 1.4em;
      color: var(--phbet-secondary);
      margin-top: 0;
      margin-bottom: 10px;
    }

    /* FAQ Section */
    .page-phbet-free-28-no-deposit-bonus-2__faq-list {
      margin-top: 30px;
    }

    .page-phbet-free-28-no-deposit-bonus-2__faq-item {
      background-color: var(--phbet-bg-light);
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      border: 1px solid var(--phbet-border);
    }

    .page-phbet-free-28-no-deposit-bonus-2__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: var(--phbet-text-light);
      cursor: pointer;
      user-select: none;
      font-weight: bold;
      color: var(--phbet-secondary);
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-phbet-free-28-no-deposit-bonus-2__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-phbet-free-28-no-deposit-bonus-2__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-phbet-free-28-no-deposit-bonus-2__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
      color: var(--phbet-primary);
    }

    .page-phbet-free-28-no-deposit-bonus-2__faq-item.active .page-phbet-free-28-no-deposit-bonus-2__faq-toggle {
      transform: rotate(45deg); /* Plus to X/Minus */
    }

    .page-phbet-free-28-no-deposit-bonus-2__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: var(--phbet-bg-light);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--phbet-text-dark);
      opacity: 0;
    }

    .page-phbet-free-28-no-deposit-bonus-2__faq-item.active .page-phbet-free-28-no-deposit-bonus-2__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-phbet-free-28-no-deposit-bonus-2__faq-answer p {
      margin-top: 0;
      margin-bottom: 10px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-phbet-free-28-no-deposit-bonus-2__container {
        padding: 15px;
      }

      .page-phbet-free-28-no-deposit-bonus-2__hero-section {
        padding: 60px 15px;
      }

      .page-phbet-free-28-no-deposit-bonus-2__hero-title {
        font-size: 2.5em;
      }

      .page-phbet-free-28-no-deposit-bonus-2__hero-subtitle {
        font-size: 1.2em;
      }

      .page-phbet-free-28-no-deposit-bonus-2__button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-phbet-free-28-no-deposit-bonus-2__heading-primary {
        font-size: 2em;
      }

      .page-phbet-free-28-no-deposit-bonus-2__heading-secondary {
        font-size: 1.5em;
      }

      .page-phbet-free-28-no-deposit-bonus-2__section {
        padding: 20px;
      }

      .page-phbet-free-28-no-deposit-bonus-2__list {
        grid-template-columns: 1fr; /* Single column for lists */
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-phbet-free-28-no-deposit-bonus-2__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !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-phbet-free-28-no-deposit-bonus-2__game-categories {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-phbet-free-28-no-deposit-bonus-2__game-card-image {
        height: 180px;
      }

      .page-phbet-free-28-no-deposit-bonus-2__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

      .page-phbet-free-28-no-deposit-bonus-2__faq-question h3 {
        font-size: 1em;
      }

      .page-phbet-free-28-no-deposit-bonus-2__faq-toggle {
        font-size: 1.5em;
      }

      .page-phbet-free-28-no-deposit-bonus-2__faq-answer {
        padding: 0 20px;
      }

      .page-phbet-free-28-no-deposit-bonus-2__faq-item.active .page-phbet-free-28-no-deposit-bonus-2__faq-answer {
        padding: 15px 20px !important;
      }

      /* Ensure all images are responsive */
      .page-phbet-free-28-no-deposit-bonus-2__image,
      .page-phbet-free-28-no-deposit-bonus-2__game-card-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-phbet-free-28-no-deposit-bonus-2__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
    }

    @media (max-width: 480px) {
      .page-phbet-free-28-no-deposit-bonus-2__hero-title {
        font-size: 2em;
      }
      .page-phbet-free-28-no-deposit-bonus-2__hero-subtitle {
        font-size: 1em;
      }
    }

  