/* ==========================================================================
   Config
   ========================================================================== */

/* ==========================================================================
   Styles
   ========================================================================== */
.gui-page-information {
  width: 100%;
}

.gui-page-information__title,
.gui-page-information__subtitle {
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: $neutral-dark;
}

.gui-page-information__title {
  font-size: $typo-size-lead;
  line-height: 1.25em;
  margin: 0 0 0.25em;
}

.gui-page-information__subtitle {
  font-size: $typo-size-slight;
  color: $neutral-base;
}

.gui-page-information__subtitle--highlight {
  color: $primary-blue;
}
