.tag {
    box-sizing: border-box;
    background-color: var(--bs-orange);
    color: var(--bs-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    line-height: normal;
    font-family: "industry", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 0.85rem;
}
