.community-exchanges {
  &.one {
    [type="submit"] {
      background: var(--color-primary);
      border: 2px solid var(--color-primary);
      border-radius: 4px;
      color: #fff;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      //margin: 10px 0 10px auto;
      padding: 8px 12px;
      text-align: center;
      text-transform: uppercase;

      &:hover {
        color: var(--color-primary);
        background: #fff;
        border-color: var(--color-primary);
      }
    }
    textarea {
      display: block;
      background: #f6f6f6;
      border: none;
      outline: none;
      color: #636363;
      padding: 12px 14px;
      margin-top: 5px;
      line-height: 1;
      //height: 46px;
      width: 100%;
      box-sizing: border-box;
      height: 110px;
      resize: vertical;
    }
    .conversation-form {
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 0 6px 0 rgba(46, 63, 88, 0.14);
      border: none;
      padding: 10px 20px;
      form {
        label {
          font-size: 16px;
          line-height: 18px;
          color: var(--color-heading);
          font-weight: 600;
          padding-top: 10px;
        }
        & > div {
          text-align: right;
        }
      }
    }
    .solid-conversation {
      // 312: no permission serialized on comments container if empty?
      > solid-ac-checker[hidden] {
        display: flex !important;
        .conversation-form {
          flex: 1;
        }
      }
      .conversation-item {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 6px 0 rgba(46, 63, 88, 0.14);
        border: none;
        padding: 10px 20px;
        margin: 1rem 0;

        [name="author.name"] {
          color: var(--color-heading);
        }
      }
    }
  }

  .view-display {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
  }

  solid-display-value-markdown p {
    margin: 0 0 10px 0;
  }
  solid-display-value-markdown ul {
    margin: 0 0 10px 0;
    padding: 0 0 10px 10px;
    list-style: disc inside;
  }
}

.note-avatar {
  .labelled-avatar.xsmall {
    height: 32px;
    line-height: 32px;
    & > [name="member-picture"] {
      vertical-align: top;
    }
    & > [name="user.name"] {
      vertical-align: middle;
    }
    .avatar-xsmall {
      height: 32px;
      width: 32px;
      vertical-align: top;
    }
  }
}
