.tag {
    display: inline-block;
    padding: 6px;
    border: 1px solid transparent;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.8rem;
}

.tag + .tag {
    margin-left: 5px;
}

.tag-hotfix {
    background: rgb(210 119 0 / 0.1);
    border-color: rgb(229 130 0 / 0.18);
}

.tag-release,
.tag-published {
    background: rgb(69 210 0 / 10%);
    border-color: rgb(13 51 0 / 18%);
}

.tag-unpublished,
.tag-testing {
    background: rgb(6 0 210 / 0.1);
    border-color: rgb(0 15 51 / 0.18);
}
