<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.size-guide-modal .modal-content-info table :not(thead) tr:nth-child(2n) {
  background-color: var(--color-core-20);
}

.size-guide-modal .modal-content-info table :not(thead) tr:nth-child(2n + 1) {
  background-color: var(--color-core-0);
}

.size-guide-modal .modal-content-info table :not(thead) td {
  border: solid 1px var(--color-core-0);
  color: var(--color-text-base);
}</pre></body></html>