.t450__rightside {
    margin-top: -10px !important;
}





.uc-article-toc {
  position: fixed;
  right: 20px;
  top: 120px;
  width: 23%;
  background: rgba(255,255,255,0.95) !important;
  padding: 20px;
  z-index: 1000;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.toc-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
}

.toc-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.toc-link {
  color: #333 !important;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  padding: 4px 0;
}

.toc-link:hover {
  color: #007bff !important;
}