.prompt-summary h1 {
  font-size: clamp(1.4rem, 3.15vw, 2.52rem);
}

.tool-external-link {
  color: #60a5fa;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(96, 165, 250, 0.45);
  text-underline-offset: 3px;
}

.tool-external-link:hover {
  color: #bae6fd;
}

.prompt-cta-inline {
  margin-top: 12px;
  font-size: 0.9rem;
}

.prompt-cta-inline a {
  color: #60a5fa;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(96, 165, 250, 0.45);
  text-underline-offset: 3px;
}

.prompt-cta-inline a:hover {
  color: #bae6fd;
}

@media (min-width: 981px) {
  .prompt-hero-grid {
    align-items: stretch;
  }

  .prompt-media {
    align-self: stretch;
    height: auto;
  }

  .prompt-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .prompt-summary h1 {
    font-size: 1.5rem;
  }
}

.prompt-media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
