/* === Intim24 – Kamera + antal bilder (ovanför knapparna) === */
.i24-photo-count-cta{
  display:flex; justify-content:flex-end; align-items:center; gap:8px;
  width:100%; margin:4px 0 2px;
  font:700 14px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#dcdcdc; pointer-events:none;
}
.i24-photo-count-cta svg{ width:16px; height:16px; fill:currentColor; opacity:.95; }
.i24-photo-count-cta b{ font-weight:700; }
.i24-photo-count-cta .i24-has-video svg{ width:16px; height:16px; fill:currentColor; opacity:.95; }
@media (max-width:420px){
  .i24-photo-count-cta{ font-size:13px; gap:7px; margin:4px 0 2px; }
  .i24-photo-count-cta svg{ width:15px; height:15px; }
}
/* Info-raden "Kod 5xx" – större, normal vikt och lite nedflyttad */
.col-12.col-sm-6.col-md-4.col-lg-3 .agentStatus + span,
.ppt-card .agentStatus + span{
  display:block !important; font-size:14px !important; font-weight:400 !important;
  line-height:1.25 !important; color:#fff !important; margin-top:6px !important; margin-bottom:0 !important;
}
