.product-reviews-section .product-reviews-title {
    font-family: Dana, sans-serif;
    font-weight: bold;
}

.product-reviews-section .product-comment-item {
    background: rgba(var(--bs-secondary-rgb), 0.06);
    border-color: rgba(var(--bs-border-color-rgb), 0.25) !important;
}

.product-reviews-section .product-comment-reply {
    border-color: rgba(var(--bs-primary-rgb), 0.35) !important;
}

.product-vote-form label.btn input:checked + *,
.product-vote-form label.btn:has(input:checked) {
    font-weight: 600;
}
