
    /* Base styles for the page container */
    .page-resources-kv888-weekend-platform-testing-vietnam {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f9f9f9;
      padding: 20px;
    }

    /* Hero Section */
    .page-resources-kv888-weekend-platform-testing-vietnam__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('[GALLERY:hero:kv888_hero,weekend_testing,casino_banner]') no-repeat center center / cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px 80px; /* Adjusted padding-top for fixed header */
      margin-bottom: 40px;
      border-radius: 10px;
      overflow: hidden;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__hero-content {
      max-width: 900px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #fff; /* Ensure good contrast */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__hero-subtitle {
      font-size: 1.3em;
      color: #eee;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    }

    /* Article Section */
    .page-resources-kv888-weekend-platform-testing-vietnam__article-section {
      max-width: 1000px;
      margin: 0 auto;
      background-color: #fff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__article-content {
      /* No specific style needed, acts as a wrapper */
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__intro-paragraph,
    .page-resources-kv888-weekend-platform-testing-vietnam__final-paragraph {
      font-size: 1.1em;
      margin-bottom: 25px;
      line-height: 1.8;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__section-title {
      font-size: 2em;
      color: #2c3e50;
      margin-top: 40px;
      margin-bottom: 25px;
      border-bottom: 2px solid #e0e0e0;
      padding-bottom: 10px;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__sub-section-title {
      font-size: 1.6em;
      color: #34495e;
      margin-top: 30px;
      margin-bottom: 20px;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__article-content p {
      margin-bottom: 20px;
      color: #333;
    }

    /* Image styling */
    .page-resources-kv888-weekend-platform-testing-vietnam__image-wrapper {
      margin: 30px 0;
      text-align: center;
      background-color: #f0f0f0;
      padding: 10px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      overflow: hidden; /* Ensure image doesn't overflow */
      box-sizing: border-box;
      width: 100%; /* Ensure container takes full width */
      max-width: 100%;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__main-image,
    .page-resources-kv888-weekend-platform-testing-vietnam__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      display: block; /* Remove extra space below image */
      margin: 0 auto;
      box-sizing: border-box; /* Crucial for responsive images */
      min-width: 200px; /* Minimum size requirement */
      min-height: 200px; /* Minimum size requirement */
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__image-caption {
      font-size: 0.9em;
      color: #666;
      margin-top: 10px;
      font-style: italic;
    }

    /* List styles */
    .page-resources-kv888-weekend-platform-testing-vietnam__promo-list,
    .page-resources-kv888-weekend-platform-testing-vietnam__balance-list,
    .page-resources-kv888-weekend-platform-testing-vietnam__suitable-list,
    .page-resources-kv888-weekend-platform-testing-vietnam__unsuitable-list {
      list-style: disc;
      margin-left: 25px;
      margin-bottom: 20px;
      padding: 0;
      box-sizing: border-box; /* Ensure list container behaves correctly */
      width: 100%; /* Ensure list container takes full width */
      max-width: 100%;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__promo-item,
    .page-resources-kv888-weekend-platform-testing-vietnam__balance-item,
    .page-resources-kv888-weekend-platform-testing-vietnam__suitable-item,
    .page-resources-kv888-weekend-platform-testing-vietnam__unsuitable-item {
      margin-bottom: 10px;
      padding-left: 5px;
      color: #333;
      word-wrap: break-word; /* Ensure long text wraps */
      overflow-wrap: break-word;
      box-sizing: border-box; /* Crucial for list items */
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__summary-container {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 30px;
      margin-bottom: 40px;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__summary-block {
      flex: 1;
      min-width: 300px;
      background-color: #f5f5f5;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      box-sizing: border-box;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__summary-block--suitable {
      border: 1px solid #28a745;
      background-color: #e6ffe6;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__summary-block--unsuitable {
      border: 1px solid #dc3545;
      background-color: #ffe6e6;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__summary-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-top: 0;
      margin-bottom: 15px;
    }

    /* Call to Action */
    .page-resources-kv888-weekend-platform-testing-vietnam__cta-section {
      text-align: center;
      margin-top: 50px;
      padding: 30px;
      background-color: #e7f3ff;
      border-radius: 10px;
      border: 1px solid #cce5ff;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__cta-text {
      font-size: 1.3em;
      margin-bottom: 25px;
      color: #0056b3;
      font-weight: bold;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__cta-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-resources-kv888-weekend-platform-testing-vietnam__cta-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-resources-kv888-weekend-platform-testing-vietnam {
        padding: 15px;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__hero-section {
        padding: 70px 15px 50px; /* Adjusted for mobile fixed header */
        margin-bottom: 30px;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__hero-title {
        font-size: 2em;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__article-section {
        padding: 25px;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__section-title {
        font-size: 1.6em;
        margin-top: 30px;
        margin-bottom: 20px;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__sub-section-title {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 15px;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__intro-paragraph,
      .page-resources-kv888-weekend-platform-testing-vietnam__final-paragraph,
      .page-resources-kv888-weekend-platform-testing-vietnam__article-content p {
        font-size: 1em;
        margin-bottom: 15px;
      }

      /* Responsive list items */
      .page-resources-kv888-weekend-platform-testing-vietnam__promo-list,
      .page-resources-kv888-weekend-platform-testing-vietnam__balance-list,
      .page-resources-kv888-weekend-platform-testing-vietnam__suitable-list,
      .page-resources-kv888-weekend-platform-testing-vietnam__unsuitable-list {
        margin-left: 20px !important; /* Adjust for smaller screens */
        margin-right: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-resources-kv888-weekend-platform-testing-vietnam__promo-item,
      .page-resources-kv888-weekend-platform-testing-vietnam__balance-item,
      .page-resources-kv888-weekend-platform-testing-vietnam__suitable-item,
      .page-resources-kv888-weekend-platform-testing-vietnam__unsuitable-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important; /* Adjust padding for list items */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important; /* For long keywords */
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__summary-container {
        flex-direction: column;
        gap: 20px;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__summary-block {
        min-width: unset; /* Allow it to shrink */
        width: 100%;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__cta-text {
        font-size: 1.1em;
      }

      .page-resources-kv888-weekend-platform-testing-vietnam__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      /* Image responsive specific */
      .page-resources-kv888-weekend-platform-testing-vietnam__image-wrapper {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          padding: 8px !important;
          margin: 20px 0 !important;
      }
      .page-resources-kv888-weekend-platform-testing-vietnam__main-image,
      .page-resources-kv888-weekend-platform-testing-vietnam__content-image {
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
          min-width: 200px !important; /* Ensure minimum size */
          min-height: 200px !important; /* Ensure minimum size */
      }
    }

    @media (max-width: 480px) {
      .page-resources-kv888-weekend-platform-testing-vietnam__hero-title {
        font-size: 1.8em;
      }
      .page-resources-kv888-weekend-platform-testing-vietnam__section-title {
        font-size: 1.4em;
      }
      .page-resources-kv888-weekend-platform-testing-vietnam__sub-section-title {
        font-size: 1.2em;
      }
    }
  