<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nova-card-collection .card__heading {
  font-size: 1.8rem;
  color: var(--color-lime);
  text-transform: uppercase;
}

.nova-card-collection .card__adjective {
  border-bottom: 1px dotted #000;
  width: fit-content;
  margin: auto;
  padding-bottom: 1rem;
  text-transform: lowercase;
}

.nova-card-collection .card__inner {
  aspect-ratio: 250/330;
}

.nova-card-collection .card__information {
  padding: 2.5rem;
}

.nova-card-collection .ratio-square {
  aspect-ratio: 1/1;
}
</pre></body></html>