@import '../variables.less';

.wm-form {
}

.wm-tpl-form-item {
  margin: 0 24px;

  .wm-input .label {
    min-width: 180px;
  }

  .area-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
    width: auto;
    border-bottom: 1px solid @color-grey-eb;

    .label {
      font-weight: 400;
      color: @color-black;
      min-width: 180px;
      margin-right: 24px;
      text-align: left;
      font-size: @font-size-14;
    }

    .textarea {
      height: auto;
      font-size: @font-size-14;
    }

    .textarea ::-webkit-input-placeholder {
      color: @color-grey-99;
      font-size: @font-size-14;
    }

    .textarea-placeholder {
      color: @color-grey-99;
      font-size: @font-size-14;
    }

    textarea {
      font-size: @font-size-14;
      line-height: 44px;
      margin: 30px 0;
    }
  }

  .textarea-box {
    align-items: baseline;
  }

  .title-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 32px 0;

    .label {
      font-weight: 400;
      color: @color-black;
      min-width: 120px;
      margin-right: 24px;
      text-align: left;
      font-size: @font-size-14;
    }

    .icon {
      width: 32px;
      height: 34px;
    }
  }
}
