.c-choose-insured {
  .cc-custom-icon {
    margin-right: 8px;
    vertical-align: -3px;
  }
}

.choose-insured-title {
  display: flex;

  .addition {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    background: #f49703; // var(--theme-primary);
    color: #fff;
    line-height: 1.5;
    margin-top: 3px;
    margin-right: 5px;
  }
}
