.div-mode {
    /* width: auto; */
}

.img-logo-competitor {
    max-width: 200px;
}

.single-feature {
    width: 100%;
}

.div-ratings {
    display: inline-flex;
}

.orange {
    color: orange;
}

.hr-line {
    /* background: #b9b9b9; */
    background: #dadada;
    height: 1px;
}

.span-more-details {
    font-size: 0.7rem;
    color: gray;
}

.span-claim-truth {
    font-size: 0.8rem;
    color: #b7b5b5;
    /* font-weight: bold; */
    float: left;
    margin-right: 5px;
}

.span-tag {
    color: white;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 7px;
    max-width: 100px;
    text-align: center;
}

.tag-scam {
    background-color: #ff2424;
}

.tag-legit {
    background-color: #35d135;
}

.tag-unsure {
    background-color: #ffbc40;
}

.black-select-on-hover:hover {
    /* background: black;
    color: black; */
    outline: 2px solid black;
}
