.seo-agent-product-showcase {
  --sl-gold: #f2ad18;
  --sl-gold-soft: #fff4d5;
  --sl-ink: #262626;
  --sl-muted: #5c5c5c;
  --sl-surface: #fff;
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 220px) 1fr;
  gap: 28px;
  align-items: center;
  max-width: 820px;
  margin: 42px auto;
  padding: 14px 30px 14px 14px;
  overflow: hidden;
  border: 1px solid rgba(38, 38, 38, .12);
  border-radius: 18px;
  background: var(--sl-surface);
  box-shadow: 0 16px 34px rgba(38, 38, 38, .10);
  color: var(--sl-ink);
}
.seo-agent-product-showcase__accent { position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, var(--sl-gold), #ffcf59); }
.seo-agent-product-showcase__media { display: grid; place-items: center; min-height: 218px; border-radius: 14px; background: linear-gradient(145deg, #fffaf0 0%, #f8d274 100%); }
.seo-agent-product-showcase__media img { display: block; width: 100%; max-width: 200px; height: 200px; object-fit: contain; filter: drop-shadow(0 14px 12px rgba(38, 38, 38, .22)); }
.seo-agent-product-showcase__media img, .entry-content img, .post-content img, .wp-block-image img, .stronglife-editorial-image img { border-radius: 16px; }
.single-post .post-author__name { display: none !important; }
.seo-agent-product-showcase__body { min-width: 0; }
.seo-agent-product-showcase__eyebrow { margin: 0 0 9px; color: #a36e00; font: 700 .70rem/1.2 Inter, system-ui, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.seo-agent-product-showcase__body h3 { margin: 0 0 11px; color: var(--sl-ink); font: 700 clamp(1.35rem, 2.4vw, 1.85rem)/1.12 Poppins, Inter, sans-serif; }
.seo-agent-product-showcase__description { margin: 0 0 19px; color: var(--sl-muted); font: 400 1rem/1.6 Inter, system-ui, sans-serif; }
.seo-agent-product-showcase__offer { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 0 0 17px; color: var(--sl-ink); font: 400 .95rem/1.3 Inter, system-ui, sans-serif; }
.seo-agent-product-showcase__offer strong { color: #a36e00; font-weight: 800; }
.seo-agent-product-showcase__code { display: inline-flex; align-items: center; gap: 9px; padding: 7px 10px; border: 1px solid rgba(163,110,0,.35); border-radius: 9px; background: var(--sl-gold-soft); color: var(--sl-ink); font: 800 .88rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; cursor: pointer; }
.seo-agent-product-showcase__code:hover, .seo-agent-product-showcase__code:focus-visible { background: #ffe8a3; outline: 2px solid rgba(242,173,24,.45); outline-offset: 2px; }
.seo-agent-product-showcase__copy-label { color: #a36e00; font: 800 .65rem/1 Inter, system-ui, sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.seo-agent-product-showcase__button { display: inline-flex; align-items: center; gap: 10px; border-radius: 14px; background: var(--sl-ink); color: #fff !important; font: 700 .96rem/1 Inter, system-ui, sans-serif; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.seo-agent-product-showcase__button:hover, .seo-agent-product-showcase__button:focus-visible { background: #293b32; box-shadow: 0 6px 14px rgba(23, 33, 29, .18); transform: translateY(-1px); }
.seo-agent-product-showcase__button span { color: #e4bd63; font-size: 1.15em; line-height: 1; }
.seo-agent-product-showcase__editor-status { margin: 12px 0 0; color: var(--sl-muted); font-size: .85rem; }
.seo-agent-product-showcase--editor .seo-agent-product-showcase__body h3 { min-height: 1.2em; }
.seo-agent-product-showcase--top { margin-top: 20px; }
.seo-agent-product-showcase--middle { border-color: rgba(242,173,24,.45); background: linear-gradient(135deg, #fff 0%, #fffaf0 100%); }
.seo-agent-product-showcase--bottom { margin-bottom: 20px; }
@media (max-width: 600px) { .seo-agent-product-showcase { grid-template-columns: 1fr; gap: 18px; margin: 30px 0; padding: 12px 18px 20px; } .seo-agent-product-showcase__media { min-height: 175px; } .seo-agent-product-showcase__media img { height: 165px; } }
