.page-jl-golf-singapore {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-jl-golf-singapore h1, .page-jl-golf-singapore h2, .page-jl-golf-singapore h3 {
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 20px;
    }

    .page-jl-golf-singapore h1 {
      font-size: 2.8em;
      padding-top: 10px; /* Specific requirement for hero/first section after body padding */
      margin-bottom: 30px;
    }

    .page-jl-golf-singapore h2 {
      font-size: 2.2em;
      margin-top: 40px;
      margin-bottom: 25px;
    }

    .page-jl-golf-singapore h3 {
      font-size: 1.8em;
      margin-top: 30px;
      margin-bottom: 20px;
    }

    .page-jl-golf-singapore section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-jl-golf-singapore__hero-section {
      background-size: cover;
      background-position: center;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
      padding: 100px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 500px;
      position: relative;
      overflow: hidden;
      background-color: #000;
    }

    .page-jl-golf-singapore__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    .page-jl-golf-singapore__hero-section > * {
      z-index: 2;
    }

    .page-jl-golf-singapore__hero-section h1 {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #fff;
      padding-top: 0;
    }

    .page-jl-golf-singapore__hero-section p {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
    }

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

    .page-jl-golf-singapore__cta-button:hover {
      background-color: #e6b800;
    }

    .page-jl-golf-singapore__payment-providers-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-jl-golf-singapore__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 20px 0;
    }

    .page-jl-golf-singapore__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
    }

    .page-jl-golf-singapore__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    .page-jl-golf-singapore__intro-content p,
    .page-jl-golf-singapore__games-grid p,
    .page-jl-golf-singapore__promotions-list p,
    .page-jl-golf-singapore__security-info p {
      text-align: center;
      margin-bottom: 20px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-jl-golf-singapore__quick-access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-jl-golf-singapore__quick-access-links .page-jl-golf-singapore__cta-button {
      min-width: 180px;
    }

    .page-jl-golf-singapore__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-jl-golf-singapore__game-card {
      background-color: #f2f2f2;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }

    .page-jl-golf-singapore__game-card:hover {
      transform: translateY(-5px);
    }

    .page-jl-golf-singapore__game-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-jl-golf-singapore__game-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-jl-golf-singapore__game-card-content h3 {
      margin-top: 0;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-jl-golf-singapore__game-card-content p {
      font-size: 0.95em;
      color: #555;
      text-align: left;
      margin-bottom: 15px;
    }

    .page-jl-golf-singapore__promotions-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-jl-golf-singapore__promo-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      box-sizing: border-box;
    }

    .page-jl-golf-singapore__promo-item h3 {
      color: #007bff;
      margin-top: 0;
    }

    .page-jl-golf-singapore__promo-item p {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 20px;
    }

    .page-jl-golf-singapore__security-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-jl-golf-singapore__security-item {
      flex: 1 1 300px;
      padding: 25px;
      background-color: #f9f9f9;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
      box-sizing: border-box;
      min-width: 280px;
    }

    .page-jl-golf-singapore__security-item h3 {
      color: #28a745;
      margin-top: 0;
    }

    .page-jl-golf-singapore__security-item p {
      font-size: 0.95em;
      color: #555;
    }

    .page-jl-golf-singapore__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-jl-golf-singapore__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

    .page-jl-golf-singapore__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e9e9e9;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-jl-golf-singapore__faq-question:hover {
      background-color: #ddd;
    }

    .page-jl-golf-singapore__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      text-align: left;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
      color: #333;
    }

    .page-jl-golf-singapore__faq-toggle {
      font-size: 1.5em;
      margin-left: 10px;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
      color: #555;
    }

    .page-jl-golf-singapore__faq-item.active .page-jl-golf-singapore__faq-toggle {
      transform: rotate(45deg);
    }

    .page-jl-golf-singapore__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      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;
    }

    .page-jl-golf-singapore__faq-item.active .page-jl-golf-singapore__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    .page-jl-golf-singapore__blog-posts {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-jl-golf-singapore__blog-card {
      background-color: #f2f2f2;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }

    .page-jl-golf-singapore__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-jl-golf-singapore__blog-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-jl-golf-singapore__blog-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-jl-golf-singapore__blog-card-content h3 {
      margin-top: 0;
      font-size: 1.3em;
      margin-bottom: 10px;
      text-align: left;
    }

    .page-jl-golf-singapore__blog-card-content p {
      font-size: 0.9em;
      color: #666;
      text-align: left;
      margin-bottom: 15px;
    }

    .page-jl-golf-singapore__blog-card-content .page-jl-golf-singapore__cta-button {
      align-self: flex-start;
      padding: 10px 20px;
      font-size: 0.9em;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-jl-golf-singapore h1 {
        font-size: 3em;
      }
      .page-jl-golf-singapore__hero-section {
        min-height: 400px;
      }
      .page-jl-golf-singapore__hero-section p {
        font-size: 1.3em;
      }
    }

    @media (max-width: 768px) {
      .page-jl-golf-singapore h1 {
        font-size: 2.5em;
      }
      .page-jl-golf-singapore h2 {
        font-size: 1.8em;
      }
      .page-jl-golf-singapore h3 {
        font-size: 1.5em;
      }
      .page-jl-golf-singapore section {
        padding: 30px 15px;
      }
      .page-jl-golf-singapore__hero-section {
        padding: 80px 15px;
        min-height: 350px;
      }
      .page-jl-golf-singapore__hero-section p {
        font-size: 1.1em;
      }
      .page-jl-golf-singapore__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-jl-golf-singapore__quick-access-links {
        flex-direction: column;
        align-items: center;
      }
      .page-jl-golf-singapore__quick-access-links .page-jl-golf-singapore__cta-button {
        width: 90%;
        max-width: 300px;
      }
      .page-jl-golf-singapore__games-grid,
      .page-jl-golf-singapore__promotions-list,
      .page-jl-golf-singapore__blog-posts {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-jl-golf-singapore__game-card,
      .page-jl-golf-singapore__promo-item,
      .page-jl-golf-singapore__security-item,
      .page-jl-golf-singapore__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-jl-golf-singapore__game-card img,
      .page-jl-golf-singapore__blog-card img {
        height: 180px;
      }
      .page-jl-golf-singapore__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-jl-golf-singapore__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
      }
      .page-jl-golf-singapore__payment-logo,
      .page-jl-golf-singapore__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }
    }

    @media (max-width: 480px) {
      .page-jl-golf-singapore h1 {
        font-size: 2em;
      }
      .page-jl-golf-singapore__hero-section p {
        font-size: 1em;
      }
      .page-jl-golf-singapore__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }