
    /* CSS cho trang cụ thể */
    .page-resources-thabet88-after-work-casual-gaming-vietnam {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f9f9f9;
      padding: 20px 0;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
      padding-top: 100px; /* Adjust for fixed header */
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__container {
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__hero-image {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 30px;
      object-fit: cover;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__title {
      color: #0056b3;
      text-align: center;
      margin-bottom: 25px;
      font-size: 2.5em;
      line-height: 1.2;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__section-title {
      color: #0056b3;
      margin-top: 35px;
      margin-bottom: 20px;
      font-size: 1.8em;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__paragraph {
      margin-bottom: 15px;
      font-size: 1.1em;
      text-align: justify;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__image-wrapper {
      margin: 30px 0;
      text-align: center;
      overflow: hidden;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      object-fit: cover;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__blockquote {
      background-color: #eef7ff;
      border-left: 5px solid #007bff;
      padding: 15px 20px;
      margin: 25px 0;
      font-style: italic;
      color: #555;
      border-radius: 4px;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__list {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 20px;
      padding: 0;
      width: 100%; /* Ensure list container is 100% */
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__list-item {
      margin-bottom: 10px;
      font-size: 1.05em;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
      word-break: break-word !important;
      box-sizing: border-box; /* Crucial for responsive lists */
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__button-wrapper {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__cta-button {
        display: inline-block;
        background-color: #28a745;
        color: #fff;
        padding: 15px 30px;
        border-radius: 50px;
        font-size: 1.2em;
        font-weight: bold;
        text-decoration: none;
        transition: background-color 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__cta-button:hover {
        background-color: #218838;
    }

    .page-resources-thabet88-after-work-casual-gaming-vietnam__disclaimer {
        font-size: 0.9em;
        color: #777;
        text-align: center;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-thabet88-after-work-casual-gaming-vietnam {
        padding: 10px;
        padding-top: 80px; /* Adjust for fixed header on mobile */
      }

      .page-resources-thabet88-after-work-casual-gaming-vietnam__container {
        padding: 15px;
      }

      .page-resources-thabet88-after-work-casual-gaming-vietnam__title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-resources-thabet88-after-work-casual-gaming-vietnam__section-title {
        font-size: 1.5em;
        margin-top: 30px;
        margin-bottom: 15px;
      }

      .page-resources-thabet88-after-work-casual-gaming-vietnam__paragraph {
        font-size: 1em;
      }

      .page-resources-thabet88-after-work-casual-gaming-vietnam__list {
        margin-left: 15px;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-resources-thabet88-after-work-casual-gaming-vietnam__list-item {
        font-size: 0.95em;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .page-resources-thabet88-after-work-casual-gaming-vietnam__cta-button {
          padding: 12px 25px;
          font-size: 1.1em;
      }

      .page-resources-thabet88-after-work-casual-gaming-vietnam__image-wrapper {
          margin: 20px 0;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          overflow: hidden !important;
      }

      .page-resources-thabet88-after-work-casual-gaming-vietnam__image {
          max-width: 100% !important;
          height: auto !important;
      }
    }
  