/* ePuškice — /tehnicki-pregled/ (Tehnički pregled WordPress prodavnice)
   Dopuna za sistematski.css (ista struktura stranice). Umesto video slota u heru je prikaz Liste za developera. */

.tp-hero-shot{grid-area:video;align-self:center;background:#fff;color:#1f2937;border-radius:20px;padding:20px 20px 16px;
  box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.6);font-size:14px}
.tp-hero-shot .t{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font:800 16px var(--font-head);color:#111827;margin-bottom:6px}
.tp-hero-shot .t small{font:600 12px var(--font);color:#6B7280}
.tp-q{display:block;font-size:12.5px;color:#1E3A8A;background:#EFF4FF;border-radius:6px;padding:6px 8px;margin-top:6px;line-height:1.4}
.tp-hero-shot .sp-row{align-items:flex-start}
.tp-hero-shot .sp-row > div{min-width:0}
.sp-chip.na{background:#F3F4F6;color:#6B7280}

@media (max-width:900px){
  .tp-hero-shot{padding:16px}
}
