.fleet-card-art{background:#8eabb0}
.fleet-card-art img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block;opacity:.84;mix-blend-mode:multiply;filter:saturate(.72) contrast(1.06)}
.fleet-card-art:after{content:'';position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(215,230,232,.06),rgba(19,64,76,.25))}
.fleet-card-art .radar-ring{z-index:3;border-color:rgba(215,244,244,.45)}
.silhouette{display:none}

/* Separate index, image and copy so titles never overlap the artwork. */
.fleet-card{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 230px auto;align-content:start;min-height:430px}
.fleet-card-art{position:relative;inset:auto;width:calc(100% + 44px);height:230px;margin:8px -22px 0}
.fleet-card-info{position:relative;z-index:4;background:transparent;padding:17px 0 8px}
.fleet-card-info h3{margin:5px 0 6px;line-height:1}
@media(max-width:620px){
  .fleet-card{grid-template-rows:auto 230px auto;min-height:430px}
  .fleet-card-art{position:relative;inset:auto;height:230px;margin-top:8px}
  .fleet-card-info{padding-top:14px}
}
