/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/anchor-navigation/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
a.toc-item {
  text-decoration: none !important;
}

.blog-toc {
  --background-color: #0066CC;
  --background-color-hover: rgba(0, 102, 204, 0.05);
  --accent-color: #FF6B35;
  background: #ffffff !important;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid color-mix(in srgb, var(--background-color) 10%, transparent);
}
.blog-toc[style*=background-color] {
  --background-color: var(--wp--custom--background-color, #0066CC);
  --background-color-hover: color-mix(in srgb, var(--background-color) 5%, transparent);
  --accent-color: var(--wp--custom--accent-color, #FF6B35);
}

.toc-header {
  padding: 24px 28px;
  position: relative;
  background: var(--background-color);
}

.toc-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: white;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.toc-content {
  padding: 0;
}

.single-post article .toc-item {
  text-decoration: none !important;
}

.toc-item {
  display: flex;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid #f1f3f4;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  color: #2C3E50;
  background: #ffffff;
}
.toc-item:last-child {
  border-bottom: none;
}
.toc-item:hover {
  background: var(--background-color-hover);
  color: var(--background-color);
  text-decoration: none !important;
}
.toc-item:hover .toc-number {
  background: var(--accent-color) !important;
}
.toc-item:hover .toc-arrow {
  opacity: 1;
  transform: translateX(0);
}
.toc-item:hover .anchor-navigation__item-border {
  transform: scaleY(1);
  transform-origin: top;
}
.toc-item .anchor-navigation__item-border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: bottom;
}

.toc-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: white;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  margin-right: 16px;
  transition: all 0.3s ease;
  background: var(--background-color);
  line-height: 1;
  padding-top: 2px;
}

.toc-text {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #4A5568;
}

.toc-arrow {
  margin-left: 12px;
  font-size: 18px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .toc-header {
    padding: 20px 20px;
  }
  .toc-title {
    font-size: 18px;
  }
  .toc-item {
    padding: 16px 20px;
  }
  .toc-number {
    width: 28px;
    height: 28px;
    font-size: 13px;
    margin-right: 12px;
  }
  .toc-text {
    font-size: 15px;
  }
}

/*# sourceMappingURL=style-index.css.map*/