:host {
  display: flex;
  width: 100%;
  --ez-form-card-summary-field-content-weight: 700;
}

.level-path{
  color: var(--color--title-primary, #2B3A54);
  font-weight: var(--text-weight--medium, 400);
  padding-right: 3px;
}

.summary-wrapper{
  display: flex;
  overflow: hidden;
}

.summary-header {
  border-bottom: 1px solid var(--color--strokes);
  margin-bottom: var(--space--medium);
  padding-bottom: var(--space--medium);
}

.summary-container{
  display: flex;
  flex-direction: column;
}

.summary-container {
  padding-right: calc(var(--space--extra-large) / 1.5);
}

.summary-field{
  min-width: 30px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.summary-field__title{
  color: var(--text--primary, #626e82);
  font-size: var(--title--small);
  white-space: nowrap;
  font-weight: var(--text-weight--medium);
}

.summary-field__content{
  color: var(--title--primary, #2b3a54);
  font-size: var(--text--large);
  font-weight: var(--ez-form-card-summary-field-content-weight);
}