.issue {
  &-box {
    display: flex;
    align-items: center;
    background-color: #EBEEF2;
    margin-right: 12px;
    padding: 4px 8px;
    border: 0 none;
    border-radius: 4px;
    font-family: 'Open Sans';
  }

  &-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #212529;
  }

  &-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    height: 20px;
    margin: {
      left: 7px;
      right: 15px;
    };
    padding: {
      left: 3px;
      right: 3px;
    };
    background: #FFAB00;
    border-radius: 8px;
    font-size: 12.8px;
    font-weight: 400;
    color: #FFFFFF;
  }

  &-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    padding: 0px;

    & > svg {
      fill: #212529;
    }
  }
}
