
    /* CSS cho trang "Vì sao tôi chọn fabet để giải trí nhẹ nhàng sau giờ làm việc" */
    .page-resources-fabet-after-work-casual-gaming-vietnam {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding: 20px 0;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__hero-section {
      position: relative;
      background: linear-gradient(to right, #6a11cb, #2575fc);
      color: #fff;
      padding: 10px 20px 80px 20px; /* Adjusted padding-top for fixed header */
      text-align: center;
      margin-bottom: 40px;
      border-radius: 10px;
      overflow: hidden;
      box-sizing: border-box;
    }

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

    .page-resources-fabet-after-work-casual-gaming-vietnam__hero-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.3;
        z-index: 0;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__hero-content {
        position: relative;
        z-index: 1;
        max-width: 800px;
        margin: 0 auto;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__hero-subtitle {
      font-size: 1.3em;
      color: #e0e0e0;
      margin-bottom: 30px;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__button:hover {
      background-color: #e0a800;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__content-section {
      background-color: #fff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__content-section h2 {
      color: #6a11cb;
      font-size: 2em;
      margin-bottom: 20px;
      border-bottom: 2px solid #eee;
      padding-bottom: 10px;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__content-section h3 {
      color: #2575fc;
      font-size: 1.5em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__image-container {
      text-align: center;
      margin: 30px 0;
      box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__list {
      list-style: disc inside;
      margin-left: 20px;
      padding: 0;
      box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__list-item {
      margin-bottom: 10px;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__cta-banner {
      background: linear-gradient(to right, #ff7e5f, #feb47b);
      color: #fff;
      text-align: center;
      padding: 40px 20px;
      border-radius: 10px;
      margin-top: 40px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__cta-title {
      font-size: 2.5em;
      margin-bottom: 15px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__cta-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__faq-section {
        margin-top: 50px;
        padding: 30px;
        background-color: #f0f8ff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__faq-section h2 {
        color: #6a11cb;
        text-align: center;
        margin-bottom: 30px;
        font-size: 2.2em;
        border-bottom: none;
        padding-bottom: 0;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__faq-item {
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 25px;
        background-color: #fff;
        cursor: pointer;
        font-size: 1.1em;
        font-weight: bold;
        color: #333;
        transition: background-color 0.3s ease;
        user-select: none;
        box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__faq-question:hover {
        background-color: #f0f0f0;
    }

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

    .page-resources-fabet-after-work-casual-gaming-vietnam__faq-toggle {
        font-size: 1.5em;
        margin-left: 15px;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from blocking click event */
        color: #6a11cb;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__faq-item.active .page-resources-fabet-after-work-casual-gaming-vietnam__faq-toggle {
        transform: rotate(45deg);
        color: #ff7e5f;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        background-color: #fdfdfd;
        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;
        box-sizing: border-box;
    }

    .page-resources-fabet-after-work-casual-gaming-vietnam__faq-item.active .page-resources-fabet-after-work-casual-gaming-vietnam__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to contain any content */
        padding: 20px 25px !important;
        opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-fabet-after-work-casual-gaming-vietnam {
        padding: 10px;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__hero-title {
        font-size: 2em;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__hero-subtitle {
        font-size: 1em;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__content-section {
        padding: 20px;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__content-section h2 {
        font-size: 1.8em;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__content-section h3 {
        font-size: 1.3em;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__cta-title {
        font-size: 1.8em;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__cta-description {
        font-size: 1em;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__list {
          margin-left: 0 !important;
          padding: 0 10px !important;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
      }
      .page-resources-fabet-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: 5px 0 !important; /* Adjust padding to avoid excessive width */
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__image {
          width: 100% !important;
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__image-container {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }

      .page-resources-fabet-after-work-casual-gaming-vietnam__faq-question {
          padding: 15px 20px;
          font-size: 1em;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__faq-question h3 {
          font-size: 1em;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__faq-answer {
          padding: 0 20px;
      }
      .page-resources-fabet-after-work-casual-gaming-vietnam__faq-item.active .page-resources-fabet-after-work-casual-gaming-vietnam__faq-answer {
          padding: 15px 20px !important;
      }
    }
  