<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.field-info-container {
  display: flex;
  gap: 8px;
}

.space-y-2 &gt; *:not(:last-child) {
  margin-bottom: 8px !important;
}

.field-prefix {
  flex-shrink: 0;
}

.field-prefix:after {
  content: ':';
}
</pre></body></html>