:host {
  .actions {
    display: flex;
    margin-top: 16px;
  }

  mat-spinner {
    margin-left: 10px;
  }

  .mark-comment {
    &__control {
      display: block;
      width: 450px;
      margin-top: 12px;
      max-height: 30px;
      overflow: auto;

      &.expanded {
        max-height: unset;
        --ctr-text-height: 150px;
      }
    }

    &__submitted {
      font-weight: bold;
      margin: 10px 5px;
    }

    &__save-button {
      display: flex;
      align-items: center;
      margin-right: 16px;
    }
  }
}