/* =========================================================================
   Solpower — JComments CSS override (Joomla template override).
   JComments' default tpl/default/style.css uses #comments / #jc id-scoped
   rules (e.g. #jc .rbox border, #comments .comments-list {margin-left:20px},
   #comments-form input {width:170px}) that override the redesigned reviews
   block. This file SHADOWS that stylesheet (loaded via JCommentsSystemPluginHelper
   ::getCSS, which prefers the template override path) so the reviews block is
   styled solely by css/reviews.css (.sp-rv-* classes) — pixel-perfect to the
   handoff. Only JComments chrome that isn't part of the mockup is hidden here.
   ========================================================================= */

/* Hide JComments extras not present in the redesigned mockup */
#comments-footer,
#comments .toolbar,
#jc span.comments-vote,
#jc span.bbcode,
#jc .bbcode,
#comments-form-smilespanel,
#comments-form .grippie,
#comments-form .counterpanel { display: none !important; }

/* Comment body may contain <p>/<br> from JComments — keep tight spacing
   consistent with the reference .sp-rv__text block. */
.sp-rv__text p { margin: 0; }
.sp-rv__text p + p { margin-top: .8em; }

/* Review cards flush to the left (no JComments list indent) */
.sp-rv__inner { margin-left: 0; margin-right: auto; }
