.bbp-topic-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.bbp-topic-rating__stars {
    display: inline-flex;
    gap: 4px;
}

/* Base star style */
.bbp-topic-rating .bbp-topic-rating__stars .bbp-star {
    appearance: none !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #bbbbbb !important;
    box-shadow: none !important;
}

/* Filled stars */
.bbp-topic-rating .bbp-topic-rating__stars .bbp-star.is-filled {
    color: #f5b301 !important;
}

/* Disabled stars */
.bbp-topic-rating .bbp-topic-rating__stars .bbp-star:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

/* Extra override specifically for BuddyPress activity feed */
.activity-meta .bbp-topic-rating .bbp-star {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.bbp-topic-rating__meta {
    font-size: 14px;
    opacity: 0.9;
}

.bbp-topic-rating__hint {
    font-size: 12px;
    opacity: 0.75;
}
