/* FLT_HOMEPAGE_LEGEND150_AUTHORITY_V3 */

/*
 * The original text remains available to accessibility tools.
 * The displayed value comes from the database-controlled attribute,
 * preventing older scripts from visibly replacing the number.
 */
.flt-legend150-authority-value {
    position: relative !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none !important;
}

.flt-legend150-authority-value::after {
    content: attr(data-flt-legend150-value);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #d7b56d;
    -webkit-text-fill-color: #d7b56d;
    font: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    white-space: nowrap;
    pointer-events: none;
}

html[data-flt-legend150-authority="database-v3"]
[data-flt-legend150-cell] {
    visibility: visible;
}
