/**
 * @file
 * Styles for Report Summary module.
 */

/* Markup text styling */
.report-summary-markup-text {
  width: 357px;
  height: 53px;
  flex-shrink: 0;
  color: #8A2529;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

/* Apply to price info content specifically */
.report-summary-integration .price-info-content {
  width: 357px;
  height: 53px;
  flex-shrink: 0;
  color: #8A2529;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

/* Apply to general markup text within report summary */
.report-summary-integration .markup-text {
  width: 357px;
  height: 53px;
  flex-shrink: 0;
  color: #8A2529;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}