.isd-pl-card .isd-lco-cover {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #eaf0f5;
}

.isd-pl-card .isd-lco-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.isd-pl-link.isd-lco-disabled {
  background: #e9eef3 !important;
  color: #617080 !important;
  cursor: default;
  pointer-events: none;
}
