<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.plan-progress-boxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-400);
  align-self: stretch;
}

.plan-progress-section .global-header-subheader {
  max-width: none;
}
</pre></body></html>