
    /* CSS Styles for page-resources-3win-after-work-casual-gaming-vietnam */
    .page-resources-3win-after-work-casual-gaming-vietnam {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      padding: 10px 20px 80px; /* Added padding-top for fixed header */
      text-align: center;
      position: relative;
      overflow: hidden;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      color: #fff; /* Ensure good contrast */
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__hero-subtitle {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px;
      opacity: 0.9;
      color: #fff; /* Ensure good contrast */
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__main-content {
      max-width: 900px;
      margin: 40px auto;
      padding: 20px;
      background-color: #ffffff;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      border-radius: 10px;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__section-title {
      color: #1a2a6c;
      font-size: 2em;
      margin-top: 30px;
      margin-bottom: 20px;
      border-bottom: 3px solid #fdbb2d;
      padding-bottom: 10px;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__paragraph {
      margin-bottom: 15px;
      font-size: 1.05em;
      color: #444;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__image-container {
      text-align: center;
      margin: 30px 0;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box; /* Required for image container */
      width: 100%; /* Default to 100% */
      max-width: 100%; /* Default to 100% */
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      transition: transform 0.3s ease-in-out;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__image:hover {
      transform: scale(1.02);
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__list {
      list-style: disc inside;
      margin-left: 20px;
      margin-bottom: 20px;
      padding: 0;
      box-sizing: border-box; /* Required for list container */
      width: 100%; /* Default to 100% */
      max-width: 100%; /* Default to 100% */
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__list-item {
      margin-bottom: 8px;
      color: #555;
      font-size: 1.0em;
      box-sizing: border-box; /* Required for list items */
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__quote {
      font-style: italic;
      background-color: #f0f8ff;
      border-left: 5px solid #1a2a6c;
      padding: 15px 20px;
      margin: 25px 0;
      border-radius: 5px;
      color: #333;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__call-to-action {
      text-align: center;
      margin-top: 50px;
      padding: 30px;
      background-color: #fffbe6;
      border-radius: 10px;
      border: 1px dashed #fdbb2d;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__cta-text {
      font-size: 1.4em;
      color: #b21f1f;
      margin-bottom: 20px;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__cta-button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      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;
      border: none;
      cursor: pointer;
    }

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

    /* FAQ Section Styles */
    .page-resources-3win-after-work-casual-gaming-vietnam__faq-section {
      margin-top: 60px;
      background-color: #ffffff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__faq-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__faq-item {
      border: 1px solid #eee;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fdfdfd;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #f0f5ff;
      color: #1a2a6c;
      cursor: pointer;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__faq-question:hover {
      background-color: #e0eaff;
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click */
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__faq-item.active .page-resources-3win-after-work-casual-gaming-vietnam__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or similar */
    }

    .page-resources-3win-after-work-casual-gaming-vietnam__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #ffffff;
      color: #555;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-3win-after-work-casual-gaming-vietnam__hero-section {
        padding: 10px 15px 60px; /* Adjust padding-top for mobile fixed header */
      }

      .page-resources-3win-after-work-casual-gaming-vietnam__hero-title {
        font-size: 2em;
      }

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

      .page-resources-3win-after-work-casual-gaming-vietnam__main-content {
        margin: 20px auto;
        padding: 15px;
      }

      .page-resources-3win-after-work-casual-gaming-vietnam__section-title {
        font-size: 1.6em;
        margin-top: 25px;
        margin-bottom: 15px;
      }

      .page-resources-3win-after-work-casual-gaming-vietnam__paragraph {
        font-size: 0.95em;
      }

      .page-resources-3win-after-work-casual-gaming-vietnam__list {
        margin-left: 0 !important; /* Remove left margin for list container */
        padding: 0 10px !important; /* Adjust padding for the list container */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-resources-3win-after-work-casual-gaming-vietnam__list-item {
        font-size: 0.9em;
        width: 100% !important; /* Responsive list item */
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important; /* Ensure text wraps */
        padding-left: 0 !important; /* Adjust padding */
      }

      .page-resources-3win-after-work-casual-gaming-vietnam__quote {
        padding: 10px 15px;
        margin: 20px 0;
      }

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

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

      .page-resources-3win-after-work-casual-gaming-vietnam__faq-section {
        padding: 20px;
      }

      .page-resources-3win-after-work-casual-gaming-vietnam__faq-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-resources-3win-after-work-casual-gaming-vietnam__faq-question {
        padding: 15px;
        font-size: 1em;
      }

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

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

      /* Image responsive */
      .page-resources-3win-after-work-casual-gaming-vietnam__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        padding: 0 10px; /* Add some padding to prevent image touching edges */
      }
      .page-resources-3win-after-work-casual-gaming-vietnam__image {
        max-width: 100% !important;
        height: auto !important;
      }
    }
  