/*
BLOCK
*/
.scwpConditionSingleBlock{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 20px 0;

  &:first-of-type{
    // margin-top: 20px;
  }

  &:last-of-type{
    margin-bottom: 0;
  }

  .scwpConditionSingleBlockBtn{
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: @scwp-var-font-size;
    font-weight: 700;
    color: #ffffff;
    border: 0;
    outline: 0;
    background-color: @scwp-var-light-deep-blue-color;

    // &.scwpConditionArrayRalationBtn{
    //   background-color: @scwp-var-light-deep-blue-color;
    // }
  }

  .scwpCollapsibleWrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    // padding: 15px;
    background-color: @scwp-var-light-gray-color;
    border: 2px solid @scwp-var-color-sky-blue;
    border-top: 0;

    > div{
      width: 100%;
    }
  }
}
