
    /* Page-specific CSS for bigbunny-ph-casino */
    .page-bigbunny-ph-casino {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding-bottom: 40px; /* Ensure space before footer */
      padding-top: 10px; /* Small top padding for main content, assuming body handles header offset */
    }

    .page-bigbunny-ph-casino__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-bigbunny-ph-casino__hero-section {
      text-align: center;
      padding: 60px 0;
      background-color: #0d1a26;
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .page-bigbunny-ph-casino__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-bigbunny-ph-casino__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-bigbunny-ph-casino__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #ffcc00; /* Gold/Yellow for emphasis */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      word-wrap: break-word; /* Ensure title wraps */
    }

    .page-bigbunny-ph-casino__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-bigbunny-ph-casino__promo-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #0d1a26;
      padding: 15px 30px;
      border-radius: 5px;
      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-bigbunny-ph-casino__promo-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-bigbunny-ph-casino__section {
      padding: 40px 0;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-bigbunny-ph-casino__section--dark {
      background-color: #1a2a3a;
      color: #fff;
    }

    .page-bigbunny-ph-casino__section-title {
      font-size: 2.5em;
      text-align: center;
      margin-bottom: 30px;
      color: #0d1a26;
      word-wrap: break-word; /* Ensure title wraps */
    }

    .page-bigbunny-ph-casino__section--dark .page-bigbunny-ph-casino__section-title {
      color: #ffcc00;
    }

    .page-bigbunny-ph-casino__text-content {
      font-size: 1.1em;
      text-align: justify;
      margin-bottom: 20px;
    }

    .page-bigbunny-ph-casino__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-bigbunny-ph-casino__game-card {
      background-color: #f0f2f5;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-bigbunny-ph-casino__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-bigbunny-ph-casino__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
      display: block;
    }

    .page-bigbunny-ph-casino__game-card-content {
      padding: 20px;
    }

    .page-bigbunny-ph-casino__game-card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #0d1a26;
      word-wrap: break-word;
    }

    .page-bigbunny-ph-casino__game-card-description {
      font-size: 0.95em;
      color: #555;
    }

    .page-bigbunny-ph-casino__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }

    .page-bigbunny-ph-casino__list-item {
      background-color: #e9ecef;
      padding: 12px 20px;
      border-radius: 25px;
      font-size: 1.1em;
      color: #0d1a26;
      box-sizing: border-box; /* Crucial for responsive lists */
      text-align: center;
      flex-basis: calc(33.333% - 10px); /* Default for desktop */
      max-width: calc(33.333% - 10px);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-bigbunny-ph-casino__section--dark .page-bigbunny-ph-casino__list-item {
      background-color: #2a3d4f;
      color: #fff;
    }

    .page-bigbunny-ph-casino__promo-banner {
      background-color: #ffcc00;
      padding: 30px;
      text-align: center;
      border-radius: 8px;
      margin-top: 30px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-bigbunny-ph-casino__promo-banner-title {
      font-size: 2em;
      color: #0d1a26;
      margin-bottom: 15px;
      word-wrap: break-word;
    }

    .page-bigbunny-ph-casino__promo-banner-text {
      font-size: 1.2em;
      color: #333;
      margin-bottom: 25px;
    }

    .page-bigbunny-ph-casino__cta-button {
      display: inline-block;
      background-color: #0d1a26;
      color: #ffcc00;
      padding: 15px 30px;
      border-radius: 5px;
      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-bigbunny-ph-casino__cta-button:hover {
      background-color: #1a2a3a;
      transform: translateY(-2px);
    }

    .page-bigbunny-ph-casino__faq-section {
      padding: 40px 0;
      background-color: #f0f2f5;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .page-bigbunny-ph-casino__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    .page-bigbunny-ph-casino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #fefefe;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-bigbunny-ph-casino__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-bigbunny-ph-casino__faq-question h3 {
      margin: 0;
      font-size: 1.3em;
      color: #0d1a26;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click */
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-bigbunny-ph-casino__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #ffcc00;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-bigbunny-ph-casino__faq-item.active .page-bigbunny-ph-casino__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
      color: #0d1a26;
    }

    .page-bigbunny-ph-casino__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding for collapsed state */
      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;
      font-size: 1.05em;
    }

    .page-bigbunny-ph-casino__faq-item.active .page-bigbunny-ph-casino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to show content */
      padding: 20px 25px !important; /* Padding for expanded state */
      opacity: 1;
    }

    .page-bigbunny-ph-casino__faq-answer p {
      margin-bottom: 10px;
    }

    .page-bigbunny-ph-casino__image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .page-bigbunny-ph-casino__image-wrapper img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-bigbunny-ph-casino__hero-title {
        font-size: 2.5em;
      }
      .page-bigbunny-ph-casino__hero-subtitle {
        font-size: 1.3em;
      }
      .page-bigbunny-ph-casino__section-title {
        font-size: 2em;
      }
      .page-bigbunny-ph-casino__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
      .page-bigbunny-ph-casino__list-item {
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
      }
    }

    @media (max-width: 768px) {
      .page-bigbunny-ph-casino__hero-section {
        padding: 40px 0;
      }
      .page-bigbunny-ph-casino__hero-title {
        font-size: 2em;
      }
      .page-bigbunny-ph-casino__hero-subtitle {
        font-size: 1.1em;
      }
      .page-bigbunny-ph-casino__promo-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-bigbunny-ph-casino__section {
        padding: 30px 0;
      }
      .page-bigbunny-ph-casino__section-title {
        font-size: 1.8em;
      }
      .page-bigbunny-ph-casino__game-grid {
        grid-template-columns: 1fr;
      }
      .page-bigbunny-ph-casino__list {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px !important; /* Adjust padding for container */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-bigbunny-ph-casino__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 10px 15px !important; /* Reduce padding for smaller screens */
        font-size: 1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-bigbunny-ph-casino__promo-banner {
        padding: 20px;
      }
      .page-bigbunny-ph-casino__promo-banner-title {
        font-size: 1.5em;
      }
      .page-bigbunny-ph-casino__promo-banner-text {
        font-size: 1em;
      }
      .page-bigbunny-ph-casino__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-bigbunny-ph-casino__faq-question {
        padding: 15px 20px;
      }
      .page-bigbunny-ph-casino__faq-question h3 {
        font-size: 1.1em;
      }
      .page-bigbunny-ph-casino__faq-toggle {
        font-size: 1.5em;
        margin-left: 10px;
      }
      .page-bigbunny-ph-casino__faq-answer {
        padding: 0 20px;
        font-size: 0.95em;
      }
      .page-bigbunny-ph-casino__faq-item.active .page-bigbunny-ph-casino__faq-answer {
        padding: 15px 20px !important;
      }

      .page-bigbunny-ph-casino__image-wrapper img {
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-bigbunny-ph-casino__hero-title {
        font-size: 1.8em;
      }
      .page-bigbunny-ph-casino__hero-subtitle {
        font-size: 0.9em;
      }
      .page-bigbunny-ph-casino__promo-button,
      .page-bigbunny-ph-casino__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-bigbunny-ph-casino__section-title {
        font-size: 1.5em;
      }
    }
  