.rss-toc-box{
  float:right;
  width:350px;
  margin:0 0 10px 10px;
  padding:10px;
  background:#f9f9f9;
  border:1px solid #ddd;
  border-radius:8px;
}

.rss-toc-title{
  margin:0 0 10px 0;
  text-align:center;
  font-weight:bold;
  font-size:22px;
  color:#333;
}

.rss-toc-list{margin:0;padding:0;list-style:none;}
.rss-toc-item{margin:5px 0;font-size:75%;}
.rss-toc-level-3{margin-left:10px;}

.rss-toc-link{color:#1a0dab;text-decoration:none;}
.rss-toc-link:hover{color:#2e8b57;}

/* Wichtig: KEIN flow-root/overflow hidden, sonst entsteht Leerraum/kein Umfließen */
.rss-content-flow{}

/* HÖHERE SPEZIFITÄT: Überschreibt Theme CSS clear:both !important */
.entry-content .rss-toc-box ~ h1,
.entry-content .rss-toc-box ~ h2,
.entry-content .rss-toc-box ~ h3,
.entry-content .rss-toc-box ~ p,
.entry-content .rss-toc-box ~ ul,
.entry-content .rss-toc-box ~ ol,
.entry-content .rss-toc-box ~ blockquote,
.entry-content .rss-toc-box ~ div{
  clear:none !important;
}

/* Tabellen optional unter TOC (sonst werden sie schmal neben Float) */
.entry-content .rss-toc-box ~ table{
  clear:both;
  width:100%;
}

@media (max-width:768px){
  .rss-toc-box{
    float:none;
    width:auto;
    margin:0 0 15px 0;
  }
}