.haha-components-concern {
  width: 3.75rem;
  height: 1.375rem;
  border: 1px solid #f95c25;
  border-radius: 3px;
  font-size: 0.75rem;
  color: #f95c25;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .haha-components-concern .hcc-icon {
    margin-right: 0.375rem;
    margin-top: -0.0625rem; }
