/* SavedWorld.org™ SEO silo navigation (static) */
.sw-silo-nav{
  margin: 28px 0 10px;
}
.sw-silo-card{
  max-width: 1170px;
  margin: 0 auto;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.08);
}
@media (prefers-color-scheme: dark){
  .sw-silo-card{
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.12);
  }
}
.sw-silo-title{
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}
@media (prefers-color-scheme: dark){
  .sw-silo-title{ color: #fff; }
}
.sw-silo-links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  margin-bottom: 10px;
}
.sw-silo-link{
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(219,52,60,0.06);
}
.sw-silo-link:hover{
  background: rgba(219,52,60,0.12);
}
.sw-silo-link-primary{
  background: rgba(219,52,60,0.18);
  border: 1px solid rgba(219,52,60,0.28);
}
.sw-silo-related{
  font-size: 0.98em;
  opacity: 0.95;
}
.sw-silo-related a{
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.sw-silo-related .sw-silo-related-label{
  font-weight: 800;
  margin-right: 6px;
}
