/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host {
  display: block;
}
:host ::ng-deep .suffix {
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  font-style: normal;
  margin-left: 4px;
}
:host ::ng-deep .title {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin-bottom: 16px;
  transition: all 0.3s;
}
:host ::ng-deep .sub-title {
  color: rgba(0, 0, 0, 0.43);
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
:host ::ng-deep .value {
  margin-top: 4px;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
:host ::ng-deep .value > span {
  color: rgba(0, 0, 0, 0.85);
  display: inline-block;
  line-height: 32px;
  height: 32px;
  font-size: 24px;
  margin-right: 32px;
}
:host ::ng-deep .value .sub-total {
  color: rgba(0, 0, 0, 0.43);
  font-size: 14px;
  vertical-align: top;
  margin-right: 0;
}
:host ::ng-deep .value .sub-total i {
  font-size: 12px;
  transform: scale(0.82);
  margin-left: 4px;
}
:host.light ::ng-deep .value > span {
  color: rgba(0, 0, 0, 0.65);
}
