/* STLBEAST V393 — Wraith LED accessory integration.
   Adds accessory preview and affiliate disclosure styling. Visual-design-safe patch. */

.stlb393-accessory-preview{
  margin:16px 0 0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(34,227,255,.18);
  background:linear-gradient(180deg, rgba(4,10,18,.94), rgba(2,6,12,.98));
  box-shadow:0 18px 38px rgba(0,0,0,.32), inset 0 0 24px rgba(34,227,255,.035);
}
.stlb393-accessory-preview img{
  display:block;
  width:100%;
  max-height:360px;
  object-fit:contain;
  object-position:center center;
  background:#02050a;
}
.stlb393-accessory-preview figcaption{
  padding:10px 12px;
  color:#bdd0e4;
  font-size:12px;
  line-height:1.35;
  border-top:1px solid rgba(255,255,255,.06);
}
.stlb393-affiliate-row small{
  display:block;
  margin-top:8px;
  color:#aebed0;
  font-size:11px;
  line-height:1.35;
}
@media(max-width:720px){
  .stlb393-accessory-preview{
    border-radius:15px;
  }
  .stlb393-accessory-preview img{
    max-height:280px;
  }
}
