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

    .page-luckycola-com__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-luckycola-com__section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-luckycola-com__section-title {
      color: #0056b3;
      text-align: center;
      margin-bottom: 25px;
      font-size: 2.2em;
      font-weight: bold;
    }

    .page-luckycola-com__section-subtitle {
      color: #0056b3;
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.8em;
    }

    /* Hero Section */
    .page-luckycola-com__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 10px 0 80px 0; /* Rely on body padding-top for header offset */
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 30px;
      background-color: #007bff; /* Fallback background */
      box-sizing: border-box;
    }

    .page-luckycola-com__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: brightness(0.6); /* Darken background image for text readability */
    }

    .page-luckycola-com__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-luckycola-com__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
    }

    .page-luckycola-com__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
      word-wrap: break-word;
    }

    .page-luckycola-com__button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      word-wrap: break-word;
      white-space: nowrap;
    }

    .page-luckycola-com__button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    /* Partner/Supplier Logo Section */
    .page-luckycola-com__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;
      background-color: #f0f0f0;
      border-radius: 8px;
      margin-bottom: 30px;
    }
    .page-luckycola-com__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .page-luckycola-com__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
      padding: 5px;
      box-sizing: border-box;
    }

    /* Introduction Section */
    .page-luckycola-com__intro-content p {
      margin-bottom: 15px;
      text-align: justify;
      color: #555;
    }

    /* Quick Access Links */
    .page-luckycola-com__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-luckycola-com__quick-access-item {
      text-align: center;
      background-color: #f0f8ff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-luckycola-com__quick-access-item:hover {
      transform: translateY(-5px);
    }

    .page-luckycola-com__quick-access-item a {
      text-decoration: none;
      color: #0056b3;
      font-weight: bold;
      font-size: 1.1em;
      word-wrap: break-word;
      white-space: normal;
    }

    /* Core Games Section */
    .page-luckycola-com__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

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

    .page-luckycola-com__game-card:hover {
      transform: translateY(-5px);
    }

    .page-luckycola-com__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

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

    .page-luckycola-com__game-card-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    .page-luckycola-com__game-card-description {
      color: #666;
      font-size: 0.95em;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-luckycola-com__game-card .page-luckycola-com__button {
      padding: 10px 20px;
      font-size: 0.9em;
      align-self: flex-start;
      white-space: nowrap;
    }

    /* Promotions Section */
    .page-luckycola-com__promo-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-luckycola-com__promo-item {
      background-color: #f0faff;
      border: 1px solid #e0efff;
      padding: 20px;
      margin-bottom: 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 20px;
      box-sizing: border-box;
    }

    .page-luckycola-com__promo-item-icon {
      flex-shrink: 0;
      width: 200px;
      height: 200px;
      object-fit: contain;
    }

    .page-luckycola-com__promo-item-content {
      flex-grow: 1;
    }

    .page-luckycola-com__promo-item-title {
      font-size: 1.3em;
      color: #0056b3;
      margin-bottom: 5px;
      word-wrap: break-word;
    }

    .page-luckycola-com__promo-item-description {
      color: #555;
      font-size: 0.9em;
      margin-bottom: 10px;
    }

    .page-luckycola-com__promo-item .page-luckycola-com__button {
      padding: 8px 18px;
      font-size: 0.85em;
      white-space: nowrap;
    }

    /* Security & Customer Service Section */
    .page-luckycola-com__security-points {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-luckycola-com__security-point {
      background-color: #e6f7ff;
      padding: 20px;
      border-left: 5px solid #007bff;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
    }

    .page-luckycola-com__security-point h3 {
      color: #0056b3;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.2em;
      word-wrap: break-word;
    }

    .page-luckycola-com__security-point p {
      color: #555;
      font-size: 0.95em;
    }

    /* FAQ Section */
    .page-luckycola-com__faq-list {
      margin-top: 20px;
    }

    .page-luckycola-com__faq-item {
      background-color: #f0f0f0;
      border: 1px solid #e0e0e0;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-luckycola-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e9e9e9;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-luckycola-com__faq-question:hover {
      background-color: #ddd;
    }

    .page-luckycola-com__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
    }

    .page-luckycola-com__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      pointer-events: none; /* Prevent span from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-luckycola-com__faq-item.active .page-luckycola-com__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-luckycola-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      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-luckycola-com__faq-item.active .page-luckycola-com__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px !important;
      opacity: 1;
    }

    /* Blog Section */
    .page-luckycola-com__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 20px;
    }

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

    .page-luckycola-com__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-luckycola-com__blog-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-luckycola-com__blog-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-luckycola-com__blog-card-title {
      font-size: 1.3em;
      color: #0056b3;
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    .page-luckycola-com__blog-card-title a {
      text-decoration: none;
      color: inherit;
    }

    .page-luckycola-com__blog-card-title a:hover {
      text-decoration: underline;
    }

    .page-luckycola-com__blog-card-excerpt {
      color: #666;
      font-size: 0.9em;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-luckycola-com__blog-card-date {
      font-size: 0.85em;
      color: #999;
      text-align: right;
    }

    /* General Image Styling */
    .page-luckycola-com img {
      max-width: 100%;
      height: auto;
      display: block;
      box-sizing: border-box;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-luckycola-com__container {
        padding: 15px;
      }

      .page-luckycola-com__section {
        padding: 20px;
      }

      .page-luckycola-com__section-title {
        font-size: 1.8em;
      }

      .page-luckycola-com__section-subtitle {
        font-size: 1.4em;
      }

      .page-luckycola-com__hero-title {
        font-size: 2.5em;
      }

      .page-luckycola-com__hero-subtitle {
        font-size: 1.2em;
      }

      .page-luckycola-com__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-luckycola-com__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 15px 0;
      }

      .page-luckycola-com__payment-logo, .page-luckycola-com__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-luckycola-com__quick-access-grid,
      .page-luckycola-com__games-grid,
      .page-luckycola-com__security-points,
      .page-luckycola-com__blog-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-luckycola-com__promo-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        gap: 10px;
      }

      .page-luckycola-com__promo-item-icon {
        width: 200px !important;
        height: 200px !important;
        max-width: 100% !important;
        height: auto !important;
      }

      .page-luckycola-com__promo-item-title {
        font-size: 1.1em;
      }

      .page-luckycola-com__promo-item-description {
        font-size: 0.85em;
      }

      .page-luckycola-com__game-card-image,
      .page-luckycola-com__blog-card-image {
        height: 180px;
      }

      .page-luckycola-com__faq-question h3 {
        font-size: 1em;
      }

      .page-luckycola-com__faq-answer {
        padding: 0 15px;
      }

      .page-luckycola-com__faq-item.active .page-luckycola-com__faq-answer {
        padding: 15px !important;
      }

      /* General image responsiveness for mobile */
      .page-luckycola-com img:not(.page-luckycola-com__payment-logo img) {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-luckycola-com ul,
      .page-luckycola-com ol {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }
      .page-luckycola-com li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-luckycola-com__hero-title {
        font-size: 2em;
      }

      .page-luckycola-com__hero-subtitle {
        font-size: 1em;
      }
    }