/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 06:19:11 */
.toc {
  position: relative;
}

.toc-content {
	position: relative;
}

.toc-list.is-close {
  overflow: hidden;
}

.toc-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background: linear-gradient(
    rgba(255,255,255,0),
    rgba(255,255,255,1)
  );
  pointer-events: none;
}

.toc-toggle {
  display: block;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 0;
  background: #f3d1e0;
  color: #333;
  cursor: pointer;
  transition: .3s;
}

.toc-toggle:hover{
  opacity: 0.8;
}