
/* Labels for articles/pages (AIIND-116) */

.insights-label-button {
    display: inline-flex;
    align-items: center;
    height: 25px;
    padding: 0 8px;
    margin-left: 5px;
    font-weight: bold;
    border-radius: 10px;
    background-color: rgb(146, 0, 0);
    border: 0px;
    color: #fff;
    font-size: 13px;
    font-family: sans-serif;
    text-transform: lowercase;
    /*transition: all 0.3s ease-in-out;*/
}


@media (max-width: 768px) {

    .insights-label-button {
        margin: 15px 5px 10px 0px
    }
}

/* Could be great if we eventually link to generated pages for the labels..
.insights-label-button:hover {
    background-color: #007bff97;
    color: white;
    cursor: pointer;
}*/
