body.hex-embed {
  margin: 0;
  background: transparent;
}

.hex-embed__wrap {
  padding: 1rem;
  width: 100%;
  margin: 0 auto;
}

.hex-embed .crashfinder-cta {
  margin: 0;
  position: relative;
  z-index: 5;
}

.hex-embed .suggest-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.35rem);
  width: 100%;
  max-width: none;
  max-height: min(24rem, 60vh);
  overflow-y: auto;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  z-index: 20;
}

.hex-embed__metrics {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: relative;
  z-index: 1;
}

.hex-embed__explore {
  align-self: flex-start;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.hex-embed__explore:hover {
  text-decoration: underline;
}

.hex-embed details.metric-card--static > summary {
  pointer-events: none;
  cursor: default;
}

.hex-embed details.metric-card--static > summary::after {
  display: none;
}
