/*
* Timeline component
*
*/
/*
 * Utilities
 */
.eufemia-scope--10_104_0 .dnb-timeline {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
.eufemia-scope--10_104_0 .dnb-timeline__item__label {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: left;
}
.eufemia-scope--10_104_0 .dnb-timeline__item__label__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0;
}
.eufemia-scope--10_104_0 .dnb-timeline__item__label__title {
  cursor: text;
}
.eufemia-scope--10_104_0 .dnb-timeline__item__content {
  padding-bottom: var(--spacing-small);
}
.eufemia-scope--10_104_0 .dnb-timeline__item__content__subtitle {
  cursor: text;
  font-size: var(--font-size-x-small);
  font-weight: var(--font-weight-basis);
  color: var(--color-black-55);
}
.eufemia-scope--10_104_0 .dnb-timeline__item__content__info {
  padding-top: var(--spacing-x-small);
}