
    /* Base styles for the page */
    .page-jljlph-casino {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-top: 10px; /* Small top padding, assuming body has header offset */
    }

    .page-jljlph-casino__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-jljlph-casino__section {
      padding: 60px 20px;
      margin-bottom: 20px;
      border-radius: 8px;
      background-color: #222;
      text-align: center;
    }

    .page-jljlph-casino__section--dark {
      background-color: #1a1a1a;
    }

    .page-jljlph-casino__section-title {
      font-size: 2.8em;
      color: #ffc107;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .page-jljlph-casino__section-subtitle {
      font-size: 1.5em;
      color: #e0e0e0;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Hero Section */
    .page-jljlph-casino__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:jljlph casino,gaming,excitement]') no-repeat center center/cover;
      padding: 100px 20px;
      text-align: center;
      color: #fff;
      border-radius: 0; /* No border-radius for hero section */
      margin-bottom: 0;
      min-height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .page-jljlph-casino__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #ffc107;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-jljlph-casino__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 30px;
      color: #e0e0e0;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-jljlph-casino__cta-button {
      display: inline-block;
      background-color: #ffc107;
      color: #1a1a1a;
      padding: 15px 30px;
      font-size: 1.2em;
      font-weight: bold;
      border-radius: 5px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-jljlph-casino__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    /* General Content Sections */
    .page-jljlph-casino__content-text {
      font-size: 1.1em;
      color: #c0c0c0;
      margin-bottom: 20px;
      text-align: left;
    }

    .page-jljlph-casino__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-jljlph-casino__card {
      background-color: #2a2a2a;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-jljlph-casino__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    }

    .page-jljlph-casino__card-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 20px;
    }

    .page-jljlph-casino__card-image {
      width: 100%;
      height: auto;
      border-radius: 5px;
      max-width: 100%;
      display: block;
      margin: 0 auto;
    }

    .page-jljlph-casino__card-title {
      font-size: 1.5em;
      color: #ffc107;
      margin-bottom: 10px;
    }

    .page-jljlph-casino__card-description {
      font-size: 1em;
      color: #b0b0b0;
      margin-bottom: 20px;
      flex-grow: 1;
    }

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

    .page-jljlph-casino__list-item {
      background-color: #333;
      padding: 10px 20px;
      border-radius: 25px;
      color: #fff;
      font-size: 1.1em;
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-jljlph-casino__small-text {
      font-size: 0.9em;
      color: #999;
      margin-top: 20px;
    }

    /* FAQ Section */
    .page-jljlph-casino__faq-section {
      padding: 60px 20px;
      background-color: #222;
      text-align: left;
    }

    .page-jljlph-casino__faq-list {
      max-width: 900px;
      margin: 40px auto 0;
    }

    .page-jljlph-casino__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-jljlph-casino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333;
      color: #ffc107;
      font-size: 1.3em;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-jljlph-casino__faq-question:hover {
      background-color: #444;
    }

    .page-jljlph-casino__faq-question h3 {
      margin: 0;
      font-size: 1.3em;
      color: #ffc107;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-jljlph-casino__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-jljlph-casino__faq-item.active .page-jljlph-casino__faq-toggle {
      transform: rotate(45deg);
    }

    .page-jljlph-casino__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2a2a2a;
      color: #c0c0c0;
      font-size: 1.05em;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-jljlph-casino__faq-item.active .page-jljlph-casino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-jljlph-casino__hero-title {
        font-size: 3em;
      }
      .page-jljlph-casino__hero-subtitle {
        font-size: 1.5em;
      }
      .page-jljlph-casino__section-title {
        font-size: 2.2em;
      }
      .page-jljlph-casino__section-subtitle {
        font-size: 1.3em;
      }
    }

    @media (max-width: 768px) {
      .page-jljlph-casino__hero-section {
        padding: 80px 15px;
      }
      .page-jljlph-casino__hero-title {
        font-size: 2.5em;
      }
      .page-jljlph-casino__hero-subtitle {
        font-size: 1.2em;
      }
      .page-jljlph-casino__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-jljlph-casino__section {
        padding: 40px 15px;
      }
      .page-jljlph-casino__section-title {
        font-size: 2em;
      }
      .page-jljlph-casino__section-subtitle {
        font-size: 1.1em;
      }
      .page-jljlph-casino__grid {
        grid-template-columns: 1fr;
      }
      .page-jljlph-casino__content-text {
        text-align: center;
      }
      .page-jljlph-casino__list {
        flex-direction: column;
        align-items: center;
      }
      .page-jljlph-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; /* Adjust padding for smaller screens */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-jljlph-casino__card-image-container,
      .page-jljlph-casino__card-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
      .page-jljlph-casino__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-jljlph-casino__faq-question h3 {
        font-size: 1.1em;
      }
      .page-jljlph-casino__faq-answer {
        padding: 0 20px;
        font-size: 1em;
      }
      .page-jljlph-casino__faq-item.active .page-jljlph-casino__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-jljlph-casino__hero-title {
        font-size: 2em;
      }
      .page-jljlph-casino__hero-subtitle {
        font-size: 1em;
      }
      .page-jljlph-casino__cta-button {
        padding: 10px 20px;
        font-size: 1em;
      }
      .page-jljlph-casino__section-title {
        font-size: 1.8em;
      }
      .page-jljlph-casino__section-subtitle {
        font-size: 1em;
      }
      .page-jljlph-casino__faq-question {
        font-size: 1em;
      }
      .page-jljlph-casino__faq-question h3 {
        font-size: 1em;
      }
    }
  