/* LeadEx custom tweaks (loaded after site.css) */

/* Uploaded service image shown in the home-grid card icon slot */
.svc-ico img {
  height: 54px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

/* Home service card: icon on the same line as the title, no number, tighter */
.svc-card .svc-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.svc-card .svc-head .svc-ico { margin: 0; }
.svc-card .svc-head h3 { margin: 0; font-size: 22px; }
.svc-card .svc-head .svc-ico img { height: 40px; border-radius: 8px; }
.svc-card { min-height: 0; }
