@import '@styles/theme.scss';
@import "@styles/custom.scss";

.unedit-content-list-item {
  margin-bottom: 0;
  border-top   : 1px solid $border-color;
}

.unedit-content-margin {
  margin-bottom: 20px;
}

.unedit-container {
  display        : flex;
  flex-direction : row;
  padding        : 36px 32px 36px 30px;
  background     : #fff;
  justify-content: space-between;

  .column-layout {
    margin-top: 20px;
  }

  .unedit-content {
    display    : flex;
    align-items: center;
    word-break : break-all;

    .unedit-text {
      font-size: $font-size-lg;
      color    : #000;
      opacity  : .5;
    }


    .unedit-addon-after {
      margin-left: 10px;
      font-size  : 28px;
      color      : #000;
      opacity    : .5;
    }
  }
}