@import "../../../../../../less/base.less";

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

  .scwpConsequencesFieldBtn{
    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-color-sky-blue;
  }

  .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%;
    }

    .scwpConsequencesField{
      width: 100%;
      padding: 12.5px 20px;

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

      &:last-of-type{
        padding-bottom: 20px;
      }

      .scwpConsequencesFieldTitle{
        display: flex;
        width: 100%;
        margin-bottom: 15px;

        span{
          font-size: @scwp-var-font-size;
          font-weight: 700;
          color: @scwp-var-title-color;
        }
      }

      .scwpDeleteConsequencesBtn{
        width: 100%;
        height: 42px;
        display: -webkit-inline-flex;
        display: -ms-inline-flex;
        display: inline-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-red-color;
        cursor: pointer;
        .scwp--border-radius(5px);
      }
    }
  }





}
