/*==================================================
Basic Settings (Breakpoints / Widths / Font-bases)
==================================================*/
/*==================================================
Mixins
==================================================*/
/*==================================================
SCSS Variables (for compatibility)
==================================================*/
/* Page-specific colors */
/* Typo Scale */
/*==================================================
Spacing
==================================================*/
.p-report__box {
  display: flex;
  flex-direction: column;
}
.p-report__box + .p-report__box {
  margin-top: 4em;
}
.p-report__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--color-text);
  margin-bottom: 0.5em;
}

/* Report styles - Add specific styles here */

/*# sourceMappingURL=report.css.map */
