<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-selector {
  margin-top: var(--space-12);
}

.content-selector label {
  font-family: var(--font-heading-family);
  font-size: var(--text-sm);
  font-weight: var(--font-body-weight-bold);
  text-transform: uppercase;
}

.content-selector__content {
  margin: var(--space-12) 0 0;
}

.content-selector__content:not(.size-guide-styles) {
  padding: 0.1rem;
  overflow-x: auto;
}

.content-selector__content table {
  width: 100% !important;
}

.content-selector__content table p {
  margin-bottom: var(--space-2);
}

.content-selector__content table p:last-child {
  margin-bottom: 0;
}
</pre></body></html>