@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");

  * {
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
  }

  .article__common--content {
    width: 100% !important;
    padding: 0px !important;
    max-width: none !important;
  }

  .article__content {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    max-width: none !important;
  }

  :root {
    --primary-color: #04ae91;
    --secondary-color: #2ba8e0;
    --text-color: #222;
    --text-color-secondary: #2d2d2d;
  }

  .header--unpinned {
    transform: translateY(0px) !important;
  }

  .body-policy {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 10px !important;
    background-color: #ffffff;
  }


  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ol,
  ul,
  li,
  a,
  strong {
    font-family: "Noto Sans Thai", sans-serif;
    margin: 0;
    padding: 0;
  }

  .container-policy {
    margin: 0px auto;
    padding: 0px 24px;
    max-width: 1292px;
    height: auto;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 50px;
    box-sizing: border-box;
  }

  .sidebar-policy {
    position: sticky;
    top: 160px;
    width: 30%;
    height: auto;
    padding: 0px 0px;
    padding-right: 20px;
    padding-bottom: 100px;
    width: 100%;
    max-width: 400px;
    align-self: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }

  .sidebar-policy ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5px;
  }

  .sidebar-policy div {
    font-size: 20px !important;
    font-weight: bold;
  }

  .sidebar-policy ul li {
    margin: 10px 0;
  }

  .sidebar-policy ul li a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px !important;
    border-radius: 100px;
    padding: 10px 20px;
    cursor: pointer;
  }


  .sidebar-policy ul li a:hover {
    color: var(--primary-color);
    background: #F4F8FB;
  }

  .sidebar-policy ul li a.active-policy {
    color: var(--primary-color);
    font-weight: 700;
    background: #F4F8FB;
  }

  .content-policy {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 50px;
  }

  .content-policy a {
    text-decoration: none;
    color: var(--primary-color);
  }

  .content-policy a:hover {
    text-decoration: underline;
  }

  .content-policy ul,
  .content-policy ol {
    padding-left: 28px;
  }

  .content-policy ul li ol,
  .content-policy ol li ol,
  .content-policy ul li ul,
  .content-policy ol li ul
  {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .content-policy ol li ol li{
    margin-bottom: 10px !important;
  }
  
  .content-policy strong {
    font-weight: bold;
  }

  .content-policy section {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  /* .content-policy section.active-policy {
  display: block;
} */

  .content-policy h1 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 28px !important;
    font-weight: 600 !important;
  }

  .content-policy h2 {
    color: var(--text-color);
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .content-policy h3,
  h4 {
    color: var(--text-color);
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-top: 10px;
    margin-bottom: 20px;
  }


  .content-policy img {
    width: 100%;
    height: auto;
  }

  .content-policy p,
  .content-policy li {
    color: var(--text-color-secondary);
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
  }

  .content-policy li {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  .header-policy {
    width: 100%;
    background: #F4F8FB;
  }

  .header-policy div {
    margin: 0 auto;
    width: 100%;
    max-width: 1292px;
    padding: 0px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    box-sizing: border-box;
  }

  .header-policy img {
    width: 200px;
    height: auto;
  }

  .header-policy h3 {
    color: #2d2d2d;
    font-size: 35px;
    font-weight: 600;
  }

  .selected-dropdown-policy {
    font-size: 16px;
    font-weight: 500 !important;
    color: var(--primary-color);
  }

  .selected-dropdown-policy,
  .dropdown-toggle-policy svg {
    display: none;
  }

  .divider-policy {
    width: 2px;
    height: auto;
    background-color: #ddd;
  }

  .dropdown-toggle-policy h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
  }

  @media (max-width: 1200px) {
    .sidebar-policy ul li a.active-policy {
      background: none;
    }

    .sidebar-policy ul li a:hover {
      color: var(--primary-color);
      background: none;
    }

    .sidebar-policy ul li a {
      border-radius: 0px;
      padding: 0px;
    }

    .selected-dropdown-policy,
    .dropdown-toggle-policy svg {
      display: block;
    }

    .header-policy {
      display: none;
    }

    .content-policy section {
      padding: 40px 20px;
    }

    .container-policy {
      flex-direction: column;
      padding: 0px;
    }

    .content-policy {
      border: none;
      padding-top: 0px !important;
    }

    .sidebar-policy {
      width: 100%;
      position: sticky;
      top: 60px;
      border-bottom: 1px solid #ddd;
      height: auto;
      max-width: none;
      gap: 0px;
      padding: 0px;
      background: #ffffff;
    }

    .sidebar-policy ul {
      overflow: hidden;
      max-height: 0;
      height: auto;
      transition: max-height 0.3s ease;
      margin: 0;
    }

    .sidebar-policy ul.show {
      margin-top: 10px;
      margin-bottom: 20px;
      max-height: 500px;
      background: #ffffff;
      padding: 0px 20px;
    }

    .dropdown-toggle-policy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start;
      cursor: pointer;
      padding: 20px;
      background: #F4F8FB;
      width: 100%;
      box-sizing: border-box;
    }

    .dropdown-toggle-policy div {
      display: flex;
      width: 100%;
      box-sizing: border-box;
      justify-content: space-between;
      align-items: center;
    }

    .dropdown-toggle-policy span {
      font-weight: bold;
      font-size: 16px;
    }

    .dropdown-toggle-policy svg {
      transition: transform 0.3s ease;
    }

    .dropdown-toggle-policy.open svg {
      transform: rotate(180deg);
    }
  }