/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.document-summary {
  margin: 0;
}
.document-summary__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.document-summary__image img {
  max-width: 25rem;
}
.document-summary__title {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 2.7rem;
  letter-spacing: -0.1rem;
  margin: 2rem 0;
  color: #202243;
  text-transform: none;
}
.document-summary__subtitle {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #00aeef;
}
.document-summary__button + .document-summary__button {
  margin-top: 1rem;
}
.document-summary__button .icon {
  font-size: 2.2rem;
}
/*# sourceMappingURL=app-document-summary.css.map */
