
/* Hub V400 — Full-Fit Card Images */
.hub393-card img[src*="/assets/images/v400/cards/"],
.hub398-icon-grid img[src*="/assets/images/v400/cards/"],
.hub396-image-card img[src*="/assets/images/v400/cards/"]{
  width:100% !important;
  height:150px !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
  border-radius:18px !important;
  background:
    radial-gradient(circle at 50% 15%, rgba(59,130,246,.28), transparent 42%),
    linear-gradient(180deg, #07101d 0%, #081528 55%, #09182a 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(125,211,252,.14),
    0 14px 28px rgba(2,6,23,.14) !important;
  padding:0 !important;
}
.hub398-icon-grid a{
  overflow:hidden;
}
.hub393-card,
.hub398-icon-grid a{
  overflow:hidden;
}
.hub396-image-card img[src*="/assets/images/v400/cards/"]{
  height:160px !important;
}
@media (max-width:760px){
  .hub393-card img[src*="/assets/images/v400/cards/"],
  .hub398-icon-grid img[src*="/assets/images/v400/cards/"],
  .hub396-image-card img[src*="/assets/images/v400/cards/"]{
    height:122px !important;
  }
  .hub396-image-card img[src*="/assets/images/v400/cards/"]{
    height:132px !important;
  }
}
