/* 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 {
  border-bottom: 1px dashed #e9e9e9;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
}
:host ::ng-deep .ant-form-item {
  margin-right: 24px;
}
:host ::ng-deep .ant-form-item-label label {
  color: rgba(0, 0, 0, 0.65);
  margin-right: 0;
}
:host ::ng-deep .ant-form-item-label {
  padding: 0;
  line-height: 32px;
}
:host ::ng-deep .label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  margin-right: 24px;
  flex: 0 0 auto;
  text-align: right;
}
:host ::ng-deep .label > span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
:host ::ng-deep .label > span:after {
  content: "：";
}
:host ::ng-deep .control {
  flex: 1 1 0;
}
:host ::ng-deep .control .ant-form-item:last-child {
  margin-right: 0;
}
:host.block ::ng-deep .ant-form-item,
:host.block ::ng-deep div.ant-form-item-control-wrapper {
  display: block;
}
:host.grid ::ng-deep .ant-form-item,
:host.grid ::ng-deep div.ant-form-item-control-wrapper {
  display: block;
}
:host.grid ::ng-deep .ant-form-item-label {
  float: left;
}
:host.last {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
