/* Bewertiq Badge — bewusst schlicht gehalten, an das Theme anpassen. */

.bwq-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: .15rem;
    padding: .9rem 1.1rem;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: .5rem;
    background: #fff;
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
    transition: border-color .15s ease;
}

.bwq-badge:hover,
.bwq-badge:focus-visible {
    border-color: rgba(0, 0, 0, .3);
}

.bwq-badge__label {
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .7;
}

.bwq-badge__score {
    font-size: 1.75rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.bwq-badge__unit {
    font-size: 1rem;
    font-weight: 500;
    margin-left: .1em;
}

.bwq-badge__meta {
    font-size: .72rem;
    opacity: .7;
}
