@import '../../core/src/style/variables';

:host {
  div {
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    span {
      color: $darkgrey;
      width: 75%;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: sub;
    }
    &:last-child {
      margin-bottom: 0.5rem;
    }
  }
  button {
    padding: 0;
    margin: 4px;
    border: none;
    color: #007cce;
    background: none;
    font-size: 1.2rem;
    margin-right: 0.5rem;
    max-width: 20%;
    text-decoration: underline;
    font-weight: normal;
    &[disabled] {
      cursor: default;
      color: gray;
    }

    &.black {
      color: black;
    }
  }
}
