.prefiks {
    color: white;
    font-weight: 600;
    display: inline-block;
    padding: var(--sp-0) 10px;
    margin-right: 2px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: var(--sp-1);
    -webkit-border-radius: var(--sp-1);
    -moz-border-radius: var(--sp-1);
    text-transform: uppercase
}

.prefiks_red {
    color: rgb(220,53,69);
    background: rgb(220,53,69, 0.2);
}

.prefiks_green {
    color: rgb(25,135,84);
    background: rgb(25,135,84, 0.2);
}