/**
 * Styles for TermDefinition
 */
.eufemia-scope--10_104_0 .dnb-term-definition {
  --inner-space: 0.5rem;
}
.eufemia-scope--10_104_0 .dnb-term-definition__trigger:not(:hover) {
  color: inherit;
}
.eufemia-scope--10_104_0 .dnb-term-definition__trigger:not(:focus-visible):not(:active):not(:hover):not(.dnb-anchor--hover) {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: var(--anchor-color);
  text-decoration-thickness: 2.5px;
  text-underline-offset: 0.3125em;
}
.eufemia-scope--10_104_0 .dnb-term-definition .dnb-popover__title strong::first-letter {
  text-transform: uppercase;
}