#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a .ez-toc-js-icon-con span .ez-toc-icon-toggle-span {
  width: 0px;
  position: relative;

  &::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.57 7.7025L13.3125 0.78375L12.5063 -3.52423e-08L6.58125 6.07875L0.8175 0.00374954L-3.40949e-08 0.779999L6.57 7.7025Z' fill='%231B1D1F'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 0;
  }
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a .ez-toc-js-icon-con {
  border: none;
  width: 0px;
  position: static;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle a {
  margin-left: 0px;
  padding: 0px;
}

#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #1b1d1f;

  @media (1024px <= width) {
    font-size: 24px;
  }

  &::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 5.625H0V0H5.625V5.625ZM24 5.625H8.4375V0H24V5.625ZM5.625 14.0625H0V8.4375H5.625V14.0625ZM24 14.0625H8.4375V8.4375H24V14.0625ZM5.625 22.5H0V16.875H5.625V22.5ZM24 22.5H8.4375V16.875H24V22.5Z' fill='%231B1D1F'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-flex;
    align-items: center;
    width: 18px;
    height: 18px;

    @media (1024px <= width) {
      width: 24px;
      height: 24px;
    }
  }
}

#ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ez-toc-container nav ul[class^='ez-toc-list'] li a {
  color: #1b1d1f;
  font-weight: 400;
  font-size: 14px;

  &:visited {
    font-size: 16px;
    color: #333;
  }

  @media (1024px <= width) {
    font-size: 18px;
  }
}

#ez-toc-container nav ul[class^='ez-toc-list'] li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#ez-toc-container nav ul[class^='ez-toc-list'] {
  display: flex;
  flex-direction: column;
  gap: 6px;

  @media (1024px <= width) {
    gap: 8px;
  }

  &:first-child {
    margin-top: 20px;
  }
}

#ez-toc-container nav {
  font-size: 18px;
}

#ez-toc-container {
  width: 100%;
  background: #f9fcff !important;
  border-color: #033659 !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;

  margin-block: 20px;
  padding-inline: 15px;
  padding-block: 20px;

  @media (1024px <= width) {
    border-width: 2px;
    margin-block: 30px;
    padding-inline: 20px;
  }
}

#ez-toc-container .ez-toc-title {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 6.375H0V0.75H5.625V6.375ZM24 6.375H8.4375V0.75H24V6.375ZM5.625 14.8125H0V9.1875H5.625V14.8125ZM24 14.8125H8.4375V9.1875H24V14.8125ZM5.625 23.25H0V17.625H5.625V23.25ZM24 23.25H8.4375V17.625H24V23.25Z' fill='%231B1D1F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 18px 18px;
  text-indent: 32px;

  font-weight: 700 !important;
  font-size: 16px !important;

  @media (1024px <= width) {
    width: 40%;
    background-size: 24px 24px;
    font-size: 24px !important;
    text-indent: 40px;
  }
}

#ez-toc-container label .ez-toc-cssicon {
  display: none;
}

#ez-toc-container label {
  position: absolute;
  top: 22px;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.91375 13.1264L15.6562 5.71345L14.85 4.87372L8.925 11.3867L3.16125 4.87774L2.34375 5.70943L8.91375 13.1264Z' fill='%231B1D1F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;

  @media (1024px <= width) {
    top: 29px;
  }
}

#ez-toc-container {
  position: relative;
}