@import './../../sdesk.mixins';

:host {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
}

.breadcrumbs {
  @include sdesk-breadcrumbs;
}

h1 {
  margin: 8px 0 0;

  font-size: 1.71429em;
  font-weight: 500;
  font-style: inherit;
  line-height: 1.16667;
  color: var(--theme-hack-color, --sdesk-text-color, #182c4b);
  letter-spacing: -0.01em;
  word-break: break-word;
  white-space: pre-wrap;
}

h2 {
  font-size: 1.14286em;
  font-weight: 600;
  font-style: inherit;
  line-height: 1.25;
  color: var(--theme-hack-color, --sdesk-text-color, #182c4b);
  letter-spacing: -0.006em;
}

.header {
  display: flex;
  flex-flow: row nowrap;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
