.safe-choice{
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(31 169 74);
    font-size: 12px;
    font-weight: 400;
    color: hsla(0,0%,100%,.85);
    height: 20px;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
    border-radius: 4px;
}