/*
 * 21 BARBEARIA — V24.67
 * Lucro real = receita/faturamento - comissões - despesas.
 */
.report-unit-card dl > .b21-report-commission{
  background:#fffbea;
  border:1px solid #eee4a4;
}
.report-unit-card dl > .b21-report-commission dd{
  color:#8a7600;
}
.report-unit-card dl > .b21-report-profit{
  background:linear-gradient(135deg,#effaf4,#f8fff9);
  border:1px solid #cce9d8;
}
.report-unit-card dl > .b21-report-profit dt{
  color:#1d7e53;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.report-unit-card dl > .b21-report-profit dd{
  color:#147447;
  font-size:13px;
}
@media (max-width:560px){
  .report-unit-card dl{grid-template-columns:1fr 1fr}
  .report-unit-card dl > .b21-report-profit{grid-column:1/-1}
}
