.plugin-stats-overview .fi-wi-stats-overview-stats-ctn {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.plugin-stats-overview-item {
    padding: 0.125rem 0;
}

.plugin-stats-overview-item-value,
.plugin-stats-overview-item-label {
    font-size: 1rem;
    line-height: 1.75rem;
    display: inline;
}

.plugin-stats-overview-item-value {
    font-weight: 600;
}

.plugin-stats-overview-item-label {
    margin-left: 0.35rem;
    color: rgb(17 24 39);
}

.dark .plugin-stats-overview-item-label {
    color: rgb(243 244 246);
}
