/* 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 .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin-bottom: 16px;
}
:host ::ng-deep .term {
  line-height: 22px;
  padding-bottom: 16px;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.85);
  white-space: nowrap;
  display: table-cell;
}
:host ::ng-deep .term:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
:host ::ng-deep .detail {
  line-height: 22px;
  width: 100%;
  padding-bottom: 16px;
  color: rgba(0, 0, 0, 0.65);
  display: table-cell;
}
:host ::ng-deep .ant-row {
  margin-bottom: -16px;
  overflow: hidden;
}
:host.vertical ::ng-deep .term {
  padding-bottom: 8px;
  display: block;
}
:host.vertical ::ng-deep .detail {
  display: block;
}
:host.small ::ng-deep .title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.65);
}
:host.small ::ng-deep .term,
:host.small ::ng-deep .detail {
  padding-bottom: 8px;
}
:host.small ::ng-deep .ant-row {
  margin-bottom: -8px;
}
:host.large ::ng-deep .title {
  font-size: 16px;
}
