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

.textarea-container {
  display         : flex;
  flex-direction  : column;
  background-color: $white;
  padding         : 20px 32px 20px 30px;

  .textarea-content {
    display       : flex;
    flex-direction: column;
    width         : 100%;

    .text-area {
      margin: 16px 0;
      width : 100%;
    }
  }
}

.textarea-item-extra-wrap {
  margin-top: 16px;
}