/* Send Listy Core 0.476 — Admin Template Featured Image presentation.
   Content ownership remains in Content Hub. No user upload/editor control is introduced. */
.sl-home-template-card-icon.has-featured-image,
.sl-hub-template-icon.has-featured-image,
.sl-unified-result-icon.sl-template-result-image{
  overflow:hidden;
  padding:0;
  background:#eef3ef;
}
.sl-home-template-card-icon.has-featured-image img,
.sl-hub-template-icon.has-featured-image img,
.sl-unified-result-icon.sl-template-result-image img{
  width:100%;height:100%;display:block;object-fit:cover;
}
.sl-template-featured-preview{
  margin:0 0 12px;
  width:100%;
  aspect-ratio:2/1;
  max-height:240px;
  overflow:hidden;
  border:1px solid var(--sl-border,#e4e8e4);
  border-radius:14px;
  background:#f4f7f4;
}
.sl-template-featured-preview img{
  width:100%;height:100%;display:block;object-fit:cover;
}
.sl-unified-template-result.has-featured-image .sl-unified-result-icon{box-shadow:inset 0 0 0 1px rgba(18,49,29,.06)}
.send-list-app.sl-dark-mode .sl-template-featured-preview{background:#1b2632;border-color:#354151}
@media(max-width:650px){
  .sl-template-featured-preview{aspect-ratio:20/11;max-height:210px;border-radius:12px}
}
