.tenant-showcase-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #dfe4e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgb(25 33 42 / 8%);
  color: #19212a;
}

.tenant-showcase-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f4;
}

.tenant-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tenant-service-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgb(25 33 42 / 88%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 750;
}

.tenant-showcase-body {
  display: grid;
  padding: 1.25rem;
  gap: 1rem;
}

.tenant-area {
  margin: 0;
  color: #66717e;
  font-size: 0.88rem;
}

.tenant-showcase-body h2 {
  margin: -0.55rem 0 0;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  line-height: 1.18;
}

.tenant-rating-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  gap: 0.75rem;
}

.tenant-rating {
  padding: 0.9rem;
  border: 1px solid #dfe4e8;
  border-radius: 12px;
  background: #f7f9fa;
}

.tenant-rating dt {
  color: #66717e;
  font-size: 0.78rem;
  font-weight: 750;
}

.tenant-rating dd {
  margin: 0.2rem 0 0;
  color: #19212a;
  font-size: 1.2rem;
  font-weight: 800;
}

.tenant-rating dd > span[aria-hidden="true"] {
  color: #c9500a;
}

.tenant-rating .tenant-rating-meta {
  margin: 0.2rem 0 0;
  color: #66717e;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.35;
}

.tenant-expert-attribution {
  color: #315f87 !important;
}

.tenant-showcase-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  background: #9f3f08;
  color: #fff;
  font-weight: 750;
  text-decoration: none;
}

.tenant-showcase-cta:hover {
  background: #7d3005;
}

.tenant-showcase-cta:focus-visible {
  outline: 3px solid #19212a;
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 34rem) {
  .tenant-rating-grid {
    grid-template-columns: 1fr;
  }
}
