/* STS v5.8.0 — Discord-style STS URL embeds */
.sts-link-preview.sts-discord-embed{
  position:relative;
  width:min(100%,520px);
  margin:10px 18px 6px;
  padding:12px 12px 12px 15px;
  border:1px solid #454851;
  border-left:4px solid #39e75f;
  border-radius:4px;
  overflow:hidden;
  background:#383a40;
  box-shadow:none;
  color:#dbdee1;
}
.sts-link-preview.sts-discord-embed:before{display:none!important}
.sts-embed-copy{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:0 0 10px}
.sts-embed-site{font-size:12px;line-height:1.25;font-weight:600;color:#f2f3f5}
.sts-embed-title{font-size:16px;line-height:1.3;font-weight:600;color:#00a8fc!important;text-decoration:none!important}
.sts-embed-title:hover{text-decoration:underline!important}
.sts-embed-copy p{max-width:100%;margin:0!important;color:#dbdee1!important;font-size:14px!important;line-height:1.45!important;white-space:pre-wrap}
.sts-embed-meta{display:flex;gap:7px;align-items:center;margin-top:2px;color:#b5bac1;font-size:11px}
.sts-embed-meta span{padding:2px 6px;border-radius:4px;background:#2b2d31}
.sts-embed-meta span.live{background:#ed4245;color:#fff;font-weight:800}
.sts-discord-embed .sts-link-preview-stage{
  position:relative;
  display:block;
  width:100%;
  max-width:480px;
  aspect-ratio:auto;
  min-height:0;
  overflow:hidden;
  border-radius:4px;
  background:#232428;
}
.sts-discord-embed .sts-link-preview-stage:after{display:none}
.sts-discord-embed .sts-link-preview-poster,
.sts-discord-embed .sts-inline-stream-preview{
  position:relative;
  inset:auto;
  display:block;
  width:100%;
  height:auto;
  max-height:360px;
  object-fit:cover;
  transform:none!important;
  transition:opacity .18s ease;
}
.sts-discord-embed .sts-inline-stream-preview{position:absolute;inset:0;height:100%;z-index:1}
.sts-discord-embed .sts-link-play{
  z-index:3;
  width:44px;
  height:44px;
  border:0;
  background:rgba(17,18,20,.78);
  box-shadow:none;
}
.sts-page-link-preview .sts-link-preview-stage{max-width:360px}
.sts-page-link-preview .sts-link-preview-poster{max-height:210px}
.sts-reborn-post-body + .sts-discord-embed{margin-top:10px}
@media(max-width:640px){
  .sts-link-preview.sts-discord-embed{width:calc(100% - 20px);margin:9px 10px 4px;padding:11px 10px 11px 13px}
  .sts-embed-title{font-size:15px}
  .sts-embed-copy p{font-size:13px!important}
}
