
    :root {
      --page-primary-color: #007bff;
      --page-secondary-color: #6c757d;
      --page-accent-color: #ffc107;
      --page-text-color: #333;
      --page-light-bg: #f8f9fa;
      --page-dark-bg: #343a40;
      --page-white: #fff;
      --page-border-color: #e9ecef;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-light-bg);
      padding: 20px 0;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 15px; /* Adjust padding for fixed header */
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-resources-68gb-after-work-casual-gaming-vietnam__container {
        padding: 10px 10px; /* Adjust padding for fixed header on mobile */
      }
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__hero-section {
      text-align: center;
      padding: 60px 20px 40px;
      background: linear-gradient(135deg, var(--page-primary-color), #0056b3);
      color: var(--page-white);
      margin-bottom: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding-top: 70px; /* Spacing for fixed header */
    }
    @media (max-width: 768px) {
        .page-resources-68gb-after-work-casual-gaming-vietnam__hero-section {
            padding-top: 70px; /* Spacing for fixed header on mobile */
            padding-bottom: 30px;
        }
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 700;
      color: var(--page-white);
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__hero-subtitle {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto;
      opacity: 0.9;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__section {
      background-color: var(--page-white);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__section-title {
      font-size: 2em;
      color: var(--page-primary-color);
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: var(--page-accent-color);
      border-radius: 2px;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__content-paragraph {
      margin-bottom: 15px;
      text-align: justify;
      color: var(--page-text-color);
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__image-wrapper {
      margin: 30px 0;
      text-align: center;
      width: 100%; /* Ensure container takes full width */
      max-width: 100%; /* Ensure container takes full width */
      overflow: hidden; /* Hide overflow if image is too big */
      box-sizing: border-box; /* Include padding and border in element's total width and height */
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      min-width: 200px; /* Enforce min size */
      min-height: 200px; /* Enforce min size */
      object-fit: cover;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      width: 100%; /* Ensure list container takes full width */
      max-width: 100%; /* Ensure list container takes full width */
      box-sizing: border-box;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__list-item {
      background-color: var(--page-light-bg);
      padding: 20px;
      border-left: 4px solid var(--page-primary-color);
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box; /* Crucial for responsive lists */
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word; /* Ensure text wraps */
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__list-item strong {
        color: var(--page-primary-color);
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__cta-section {
      text-align: center;
      padding: 40px 20px;
      background-color: var(--page-primary-color);
      color: var(--page-white);
      border-radius: 8px;
      margin-top: 40px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__cta-text {
      font-size: 1.5em;
      margin-bottom: 25px;
      font-weight: 600;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__cta-button {
      display: inline-block;
      background-color: var(--page-accent-color);
      color: var(--page-dark-bg);
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: 700;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-section {
      margin-top: 40px;
      background-color: var(--page-white);
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-title {
      font-size: 2em;
      color: var(--page-primary-color);
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: var(--page-accent-color);
      border-radius: 2px;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-item {
      border: 1px solid var(--page-border-color);
      border-radius: 5px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: var(--page-light-bg);
      color: var(--page-text-color);
      cursor: pointer;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-question:hover {
      background-color: #e2e6ea;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from interfering with click event */
      color: var(--page-text-color); /* Ensure good contrast */
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
      color: var(--page-primary-color); /* Ensure good contrast */
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-item.active .page-resources-68gb-after-work-casual-gaming-vietnam__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or similar, or just a different icon */
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: var(--page-white);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: var(--page-text-color); /* Ensure good contrast */
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__faq-item.active .page-resources-68gb-after-work-casual-gaming-vietnam__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__related-keywords {
        background-color: var(--page-light-bg);
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        margin-top: 40px;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__related-keywords-title {
        font-size: 1.8em;
        color: var(--page-primary-color);
        margin-bottom: 20px;
        text-align: center;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__keyword-list {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .page-resources-68gb-after-work-casual-gaming-vietnam__keyword-item {
        background-color: var(--page-primary-color);
        color: var(--page-white);
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 0.9em;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-68gb-after-work-casual-gaming-vietnam__hero-title {
        font-size: 2em;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__hero-subtitle {
        font-size: 1em;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__section {
        padding: 20px;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__section-title {
        font-size: 1.6em;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__list {
        grid-template-columns: 1fr; /* Stack items on mobile */
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding for mobile */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__faq-question {
        padding: 12px 15px;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__faq-answer {
        padding: 15px 15px;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__faq-item.active .page-resources-68gb-after-work-casual-gaming-vietnam__faq-answer {
        padding: 15px 15px !important;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__cta-text {
        font-size: 1.2em;
      }

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

      .page-resources-68gb-after-work-casual-gaming-vietnam__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-resources-68gb-after-work-casual-gaming-vietnam__image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }
  