.tag {
    display: inline-block;
    padding: 0.1em 0.6em;
    border-radius: 2px;        /* pill-vorm */
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;

    /* Kleuren: oker achtergrond, witte tekst */
    background-color: #e0a42b;   /* kies je eigen oker tint */
    color: #ffffff;

    /* optioneel: iets minder schreeuwerig */
    opacity: 0.95;
}
