.response {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.response-placeholder,
.response-error {
  display: grid;
  min-height: 190px;
  place-items: center;
  color: #aaa7bd;
}

.response-error {
  color: #ff9cac;
}

.image-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
}

.image-result {
  overflow: hidden;
  border: 1px solid #393650;
  border-radius: 10px;
  background: #292641;
}

.image-result img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  background: #171526;
}

.image-result div {
  display: grid;
  gap: 6px;
  padding: 11px;
}

.image-result strong {
  overflow: hidden;
  color: #f1efff;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.image-result a {
  color: #a99fff;
  font-size: 10px;
  text-decoration: none;
}

.download-photo {
  display: block;
  text-align: center;
  border: 0;
  border-radius: 7px;
  padding: 8px 10px;
  background: #6657e8;
  color: white;
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.text-results {
  display: grid;
  gap: 10px;
}

.text-results article {
  padding: 14px;
  border: 1px solid #393650;
  border-radius: 9px;
  background: #292641;
}

.text-results a,
.text-results strong {
  color: #f1efff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.text-results p {
  margin: 7px 0 0;
  color: #bab6cf;
  font-size: 11px;
  line-height: 1.5;
}

.response > pre {
  margin: 0;
  white-space: pre-wrap;
}

.openapi-link {
  float: right;
  margin: 15px 70px 0 0;
  color: #6657e8;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
