﻿.listed-tag {
    background-color: white !important;
    color: #ffb700 !important;
    border: solid 2px #ffb700 !important;
    font-weight: 600 !important;
    width: 100%;
    max-width: none;
    cursor: pointer !important;
}

.listed-tag-name {
    width: 100%;
    text-align: center;
}

.listed-tag-occurrence {
    position: relative;
    top: 9px;
    font-size: 0.6rem;
    padding-top: 4px;
    color: white;
    font-weight: 500 !important;
}

.breadcrumb-clear {
    display: inline-flex;
    background: #ffb700;
    color: white;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
    padding: 4px 8px 4px 8px;
}

.breadcrumb-tag {
    width: 120px;
    height: 28px;
    position: relative;
    background: #ffb700;
    display: inline-flex;
    color: white;
    padding-left: 20px;
    margin-right: 16px;
    font-size: 13px;
    cursor: pointer;
}

    .breadcrumb-tag:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 14px solid;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }

    .breadcrumb-tag:before {
        content: "";
        position: absolute;
        right: -14px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 14px solid #ffb700;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }
