/* We don't use 2xl, 3xl, 4xl map keys because in some Intellij configurations, these keys are reformatted */
:host {
  display: block;
  margin-top: var(--joy-core-spacing-9);
}

::slotted([slot=panel-section-title]) {
  font-weight: var(--joy-font-weight-bold);
  font-size: var(--joy-font-size-primary-600);
  line-height: var(--joy-line-height-large);
  font-family: var(--joy-font-family-base);
  margin: 0;
}

::slotted([slot=panel-section-content]) {
  margin: 0;
  font-weight: var(--joy-font-weight-normal);
  font-size: var(--joy-font-size-primary-400);
  line-height: var(--joy-line-height-large);
  font-family: var(--joy-font-family-base);
}