.hg-map-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(232, 232, 237);
  border-radius: 13px;
  text-decoration: none;
}

.hg-map-card__image {
  position: relative;
  height: 150px;
  background: radial-gradient(120% 120% at 50% 40%, rgb(29, 62, 116) 0%, rgb(12, 27, 56) 62%, rgb(8, 18, 38) 100%) rgb(12, 27, 56);
}

.hg-map-card__image-file { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hg-map-card__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(120, 160, 220, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(120, 160, 220, 0.1) 1px, transparent 1px); background-size: 26px 26px; }
.hg-map-card__date { position: absolute; top: 11px; left: 12px; padding: 5px 10px; color: rgb(231, 238, 252); background: rgba(8, 16, 32, 0.78); border-radius: 6px; font-size: 12px; font-weight: 700; }
.hg-map-card__status { position: absolute; top: 11px; right: 12px; display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: transparent; border-radius: 50%; }
.hg-map-card__status-dot { width: 11px; height: 11px; border-radius: 50%; }
.hg-map-card__status-dot.is-active { background: rgb(34, 196, 99); }
.hg-map-card__status-dot.is-idling { background: rgb(245, 158, 11); }
.hg-map-card__status-dot.is-complete { background: rgb(120, 160, 200); }
.hg-map-card__tags { position: absolute; bottom: 12px; left: 12px; display: flex; align-items: center; gap: 6px; }
.hg-map-card__tag { padding: 5px 11px; color: rgb(255, 255, 255); border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.25) 0 2px 6px; font-size: 13px; font-weight: 800; }
.hg-map-card__tag.is-teal { background: rgb(13, 148, 136); }
.hg-map-card__tag.is-orange { background: rgb(237, 125, 24); }
.hg-map-card__body { padding: 14px 15px 0; }
.hg-map-card__score-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hg-map-card__score-label { color: rgb(26, 26, 34); font-size: 14px; font-weight: 700; line-height: 1.25; }
.hg-map-card__score-pill { flex: 0 0 auto; padding: 2px 8px; color: rgb(18, 119, 225); background: rgb(243, 248, 253); border: 1px solid rgb(188, 212, 238); border-radius: 999px; font-size: 10.5px; font-weight: 700; line-height: 1.2; }
.hg-map-card__location { display: flex; align-items: center; gap: 5px; margin-top: 7px; color: rgb(90, 90, 99); font-size: 13px; }
.hg-map-card__location i { color: rgb(154, 154, 162); font-size: 12px; }
.hg-map-card__location > span { font-weight: 600; }
.hg-map-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 13px; padding: 12px 15px; border-top: 1px solid rgb(238, 240, 242); }
.hg-map-card__homes { color: rgb(154, 154, 162); font-size: 12px; font-weight: 500; white-space: nowrap; }
.hg-map-card__link { margin-left: auto; color: rgb(18, 119, 225); font-size: 12px; font-weight: 700; white-space: nowrap; }
.hg-map-card__tag.is-red { background: rgb(190, 66, 89); }
