﻿.tag {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
    width: max-content;
    border-radius: 0px 0.2rem 0.2rem 0px;
    white-space: nowrap;
    padding: 0px 3px;
    display: inline-flex;
    align-items: center;
    margin-left: 0.9rem;
    position: fixed;
}

    .tag::before {
        content: " ";
        width: 1.04rem;
        height: 1.04rem;
        margin-right: -0.4rem;
        transform: rotate(45deg);
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0 0 0 .2rem;
        z-index: -1;
        position: relative;
        border-right: none;
        border-top: none;
        margin-left: -0.7rem;
        background-color: inherit;
        color: inherit;
    }

.fa-1_5rem {
    width: 1.5rem;
    text-align: center;
}