/* Minimal theme */
:root{--brand:#2563eb;--text:#111827;--muted:#6b7280}
body{color:var(--text);background:#F5F5FA}
.btn-primary{background:var(--brand);border-color:var(--brand)}
.navbar-brand{color:var(--brand)}
/* Hide "Rate this post" section below Submit Testimonial on single post view */
.panel.feedback .rating-box{display:none!important}
/* Force-hide the rating box above comments on all views to retain features but remove the visible block */
#feedback .rating-box,
section.feedback .rating-box,
div.feedback .rating-box,
.rating-box[aria-label="Rate this post"]{display:none!important}
