
    /* Base styles for the specific page */
    .page-8k8-com-login {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

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

    .page-8k8-com-login__section {
      background-color: #ffffff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-8k8-com-login__section-title {
      font-size: 2.5em;
      color: #007bff;
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold;
    }

    .page-8k8-com-login__section-subtitle {
      font-size: 1.8em;
      color: #0056b3;
      margin-bottom: 15px;
      text-align: center;
    }

    /* Hero Section */
    .page-8k8-com-login__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:8k8 login,online casino,philippines]') no-repeat center center/cover;
      color: #ffffff;
      text-align: center;
      padding: 100px 20px;
      border-radius: 0; /* Full width */
      box-shadow: none;
      margin-bottom: 0;
      padding-top: 100px; /* Adjusted to avoid double padding from body */
    }

    .page-8k8-com-login__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      font-weight: bold;
    }

    .page-8k8-com-login__hero-description {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-com-login__button {
      display: inline-block;
      background-color: #ffc107; /* Yellow */
      color: #333333;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-8k8-com-login__button:hover {
      background-color: #e0a800; /* Darker yellow */
      transform: translateY(-3px);
    }

    /* Floating buttons */
    .page-8k8-com-login__floating-buttons {
      position: fixed;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-8k8-com-login__floating-button {
      background-color: #007bff;
      color: #ffffff;
      padding: 12px 20px;
      border-radius: 8px;
      text-align: center;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-decoration: none;
      display: block; /* Ensure it takes full width of its container */
    }

    .page-8k8-com-login__floating-button:hover {
      background-color: #0056b3;
      transform: scale(1.05);
    }

    /* Content Grid */
    .page-8k8-com-login__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-8k8-com-login__grid-item {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-8k8-com-login__grid-item:hover {
      transform: translateY(-5px);
    }

    .page-8k8-com-login__grid-item-title {
      font-size: 1.5em;
      color: #007bff;
      margin-bottom: 15px;
    }

    .page-8k8-com-login__grid-item-image {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px;
      object-fit: cover;
      min-width: 200px; /* Minimum width for images */
      min-height: 200px; /* Minimum height for images */
    }

    /* Promotions Section */
    .page-8k8-com-login__promo-card {
      background-color: #e6f2ff; /* Light blue */
      border: 1px solid #cce0ff;
      padding: 25px;
      border-radius: 10px;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-8k8-com-login__promo-title {
      font-size: 1.8em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-8k8-com-login__promo-description {
      font-size: 1.1em;
      color: #333;
      margin-bottom: 20px;
    }

    /* Payment Methods & Game Providers */
    .page-8k8-com-login__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-8k8-com-login__logo-item {
      text-align: center;
      padding: 15px;
      background-color: #fefefe;
      border-radius: 8px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
      box-sizing: border-box;
    }

    .page-8k8-com-login__logo-image {
      max-width: 100%;
      height: auto;
      max-height: 80px; /* Limit height for logos */
      object-fit: contain;
      min-width: 200px; /* Minimum width for images */
      min-height: 200px; /* Minimum height for images */
    }

    /* FAQ Section */
    .page-8k8-com-login__faq-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-8k8-com-login__faq-item {
      background-color: #f0f8ff;
      border: 1px solid #d0e7ff;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-sizing: border-box; /* Ensure proper padding/border calculation */
    }

    .page-8k8-com-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      font-size: 1.2em;
      font-weight: bold;
      color: #0056b3;
      cursor: pointer;
      user-select: none;
      background-color: #e0f0ff;
      transition: background-color 0.3s ease;
    }

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

    .page-8k8-com-login__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-8k8-com-login__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
    }

    .page-8k8-com-login__faq-item.active .page-8k8-com-login__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or rotate to -) */
    }

    .page-8k8-com-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;
      background-color: #f9fcff;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-8k8-com-login__container {
        padding: 10px;
      }

      .page-8k8-com-login__section {
        padding: 20px;
      }

      .page-8k8-com-login__hero-section {
        padding: 60px 15px;
      }

      .page-8k8-com-login__hero-title {
        font-size: 2.5em;
      }

      .page-8k8-com-login__hero-description {
        font-size: 1.2em;
      }

      .page-8k8-com-login__section-title {
        font-size: 2em;
      }

      .page-8k8-com-login__section-subtitle {
        font-size: 1.5em;
      }

      .page-8k8-com-login__button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-8k8-com-login__floating-buttons {
        right: 10px;
        gap: 10px;
      }

      .page-8k8-com-login__floating-button {
        padding: 10px 15px;
        font-size: 0.9em;
      }

      .page-8k8-com-login__grid {
        grid-template-columns: 1fr; /* Stack items on small screens */
      }

      .page-8k8-com-login__logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }

      /* List item responsive specific rules */
      .page-8k8-com-login__grid-item,
      .page-8k8-com-login__logo-item,
      .page-8k8-com-login__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding to avoid excessive left/right space */
        padding-right: 15px !important; /* Adjust padding to avoid excessive left/right space */
      }

      .page-8k8-com-login__grid-item-title,
      .page-8k8-com-login__promo-title,
      .page-8k8-com-login__faq-question h3 {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-com-login__grid-item-image,
      .page-8k8-com-login__logo-image {
        max-width: 100% !important;
        height: auto !important;
        min-width: 200px !important; /* Ensure minimum size is maintained or adjusted */
        min-height: 200px !important; /* Ensure minimum size is maintained or adjusted */
        object-fit: contain !important;
      }

      .page-8k8-com-login__faq-question {
        font-size: 1.1em;
        padding: 12px 15px;
      }

      .page-8k8-com-login__faq-answer {
        padding: 15px 15px !important; /* Ensure padding is appropriate for mobile */
      }
    }
  