
/* =========================================================
   V32 — Logos réels des laboratoires
   ========================================================= */

.v32-lab-card{
  display:grid;
  grid-template-columns:96px 1fr;
  grid-template-rows:auto auto auto;
  gap:6px 16px;
  align-items:center;
  color:inherit;
  text-decoration:none;
  min-height:120px;
}

.v32-lab-logo-img{
  grid-row:1 / span 3;
  width:96px;
  max-height:70px;
  object-fit:contain;
  background:#fff;
  border:1px solid #DDE8EE;
  border-radius:12px;
  padding:8px;
}

.v32-lab-card strong{
  margin:0 !important;
  color:#061B2E !important;
  font-size:18px !important;
}

.v32-lab-card span{
  color:#425466 !important;
  line-height:1.45 !important;
  font-size:13px !important;
}

.v32-lab-card em{
  font-style:normal;
  color:#0B55B8;
  font-weight:900;
  font-size:12px;
  text-transform:uppercase;
}

.v32-lab-card:hover em,
.v32-lab-card:hover strong{
  color:#00A9A0 !important;
}

@media(max-width:760px){
  .v32-lab-card{
    grid-template-columns:1fr;
  }

  .v32-lab-logo-img{
    grid-row:auto;
    width:130px;
  }
}
