<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image-with-text-tag {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary-900);
  background-color: var(--secondary-300);
  width: fit-content;
  border-radius: .3125rem;
  padding: .3125rem .5rem;
  font-size: .75rem;
  margin-bottom: 20px;
}

.image-with-text .image-with-text-cta {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
</pre></body></html>