
    :root {
      --primary-color: #ffcc00; /* Gold for casino theme */
      --secondary-color: #007bff; /* Blue for highlights */
      --text-dark: #333;
      --text-light: #fff;
      --bg-light: #f9f9f9;
      --bg-dark: #1a1a1a;
      --border-color: #ddd;
    }

    .page-8k8-com-ph-login {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      background-color: var(--bg-light);
      padding-bottom: 40px;
    }

    .page-8k8-com-ph-login__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-8k8-com-ph-login__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:online casino,login,promotions]') no-repeat center center/cover;
      color: var(--text-light);
      text-align: center;
      padding: 10px 20px 80px; /* Minimal top padding, relying on body padding for header offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 60vh;
      box-sizing: border-box;
    }

    .page-8k8-com-ph-login__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: var(--primary-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-com-ph-login__hero-text {
      font-size: 1.2em;
      max-width: 800px;
      margin-bottom: 30px;
      color: var(--text-light);
    }

    .page-8k8-com-ph-login__button-group {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .page-8k8-com-ph-login__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--primary-color);
      color: var(--bg-dark);
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-com-ph-login__button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-8k8-com-ph-login__button--secondary {
      background-color: var(--secondary-color);
      color: var(--text-light);
    }

    .page-8k8-com-ph-login__button--secondary:hover {
      background-color: #0056b3;
    }

    .page-8k8-com-ph-login__section-title {
      font-size: 2.5em;
      color: var(--bg-dark);
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

    .page-8k8-com-ph-login__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: var(--primary-color);
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-8k8-com-ph-login__content-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: center;
      justify-content: center;
    }

    .page-8k8-com-ph-login__text-content {
      flex: 1;
      min-width: 300px;
      max-width: 600px;
    }

    .page-8k8-com-ph-login__image-container {
      flex: 1;
      min-width: 300px;
      max-width: 500px;
      text-align: center;
    }

    .page-8k8-com-ph-login__image-container img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-8k8-com-ph-login__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-8k8-com-ph-login__list-item {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .page-8k8-com-ph-login__list-item img {
      width: 200px; /* Ensure minimum size */
      height: 200px; /* Ensure minimum size */
      object-fit: contain;
      margin-bottom: 15px;
      border-radius: 5px;
      box-sizing: border-box;
      max-width: 100%;
    }

    .page-8k8-com-ph-login__list-item h3 {
      font-size: 1.3em;
      color: var(--bg-dark);
      margin-bottom: 10px;
    }

    .page-8k8-com-ph-login__list-item p {
      font-size: 0.95em;
      color: #555;
    }

    .page-8k8-com-ph-login__faq-section {
      background-color: #f0f2f5;
    }

    .page-8k8-com-ph-login__faq-list {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-com-ph-login__faq-item {
      margin-bottom: 10px;
      border: 1px solid var(--border-color);
      border-radius: 8px;
      background-color: #fff;
      overflow: hidden;
    }

    .page-8k8-com-ph-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #f5f5f5;
      border-radius: 8px;
      transition: background-color 0.3s ease;
    }

    .page-8k8-com-ph-login__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-8k8-com-ph-login__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--text-dark);
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-8k8-com-ph-login__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: var(--secondary-color);
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-8k8-com-ph-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding */
      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;
      font-size: 0.95em;
      line-height: 1.6;
    }

    .page-8k8-com-ph-login__faq-item.active .page-8k8-com-ph-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 15px !important; /* Expanded padding */
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-com-ph-login__hero-title {
        font-size: 2em;
      }

      .page-8k8-com-ph-login__hero-text {
        font-size: 1em;
      }

      .page-8k8-com-ph-login__button {
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-8k8-com-ph-login__button-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-8k8-com-ph-login__section {
        padding: 30px 15px;
      }

      .page-8k8-com-ph-login__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-8k8-com-ph-login__content-wrapper {
        flex-direction: column;
        gap: 20px;
      }

      .page-8k8-com-ph-login__text-content,
      .page-8k8-com-ph-login__image-container {
        min-width: unset;
        width: 100%;
      }

      .page-8k8-com-ph-login__list {
        grid-template-columns: 1fr; /* Single column for lists on mobile */
      }

      .page-8k8-com-ph-login__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-8k8-com-ph-login__list-item p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-com-ph-login__list-item img {
        max-width: 100% !important;
        height: auto !important;
        width: auto !important; /* Allow auto width to scale with max-width */
        min-width: 200px; /* Ensure minimum size */
        min-height: 200px; /* Ensure minimum size */
      }

      .page-8k8-com-ph-login__faq-question {
        padding: 12px 15px;
      }

      .page-8k8-com-ph-login__faq-question h3 {
        font-size: 1em;
      }

      .page-8k8-com-ph-login__faq-toggle {
        font-size: 1.2em;
      }

      .page-8k8-com-ph-login__faq-answer {
        padding: 0 10px; /* Adjust initial padding for mobile */
        font-size: 0.9em;
      }

      .page-8k8-com-ph-login__faq-item.active .page-8k8-com-ph-login__faq-answer {
        padding: 15px 10px !important; /* Adjust expanded padding for mobile */
      }
    }
  