:root{--rmv-rating-primary:var(--rmv-primary,#0066cc);--rmv-rating-secondary:var(--rmv-secondary,#00a7a0);--rmv-rating-accent:var(--rmv-accent,#ffb703);--rmv-rating-accent-2:var(--rmv-secondary,#00a7a0);--rmv-rating-ink:var(--rmv-heading,#0b1f33);--rmv-rating-text:var(--rmv-text,#5f7182);--rmv-rating-muted:var(--rmv-text,#5f7182);--rmv-rating-soft:var(--rmv-soft,#f3f8fc);--rmv-rating-border:var(--rmv-border,#d8e5ec);--rmv-rating-surface:var(--rmv-surface,#fff);--rmv-rating-good:#00a67e;--rmv-rating-bad:#d85b5b;--rmv-rating-radius:var(--rmv-card-radius,24px)}
.rmv-stars{position:relative;display:inline-block;font-size:1.05em;line-height:1;letter-spacing:2px;vertical-align:middle;white-space:nowrap}.rmv-stars__back{color:#d8dce5}.rmv-stars__front{position:absolute;inset:0 auto 0 0;overflow:hidden;color:var(--rmv-rating-accent);white-space:nowrap}.rmv-stars__number{margin-inline-start:8px;color:var(--rmv-rating-ink)}
.rmv-rating-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:#fff8df;color:var(--rmv-rating-ink);font-size:13px;border:1px solid #f2df97}.rmv-rating-badge small{color:var(--rmv-rating-muted)}
.rmv-rating-summary{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(360px,1.35fr);gap:0;margin:34px 0;border:1px solid var(--rmv-rating-border);border-radius:var(--rmv-rating-radius);overflow:hidden;background:var(--rmv-rating-surface);box-shadow:0 24px 70px rgba(18,24,38,.08);color:var(--rmv-rating-ink)}
.rmv-rating-summary__score{position:relative;padding:34px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:linear-gradient(145deg,#0b1f33,#27334e);color:#fff}.rmv-rating-summary__badge{display:inline-flex;padding:7px 11px;margin-bottom:20px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.rmv-rating-summary__number{display:flex;align-items:flex-end;gap:5px}.rmv-rating-summary__number strong{font-size:72px;line-height:.9;letter-spacing:-.012em;color:#fff}.rmv-rating-summary__number span{font-weight:800;opacity:.65;margin-bottom:7px}.rmv-rating-summary__score h3{margin:14px 0 12px;color:#fff;font-size:24px}.rmv-rating-summary__score .rmv-stars__back{color:rgba(255,255,255,.23)}.rmv-rating-summary__score .rmv-stars__number{color:#fff}.rmv-rating-summary__score p{margin:10px 0 0;opacity:.72}.rmv-rating-summary__rate-link{margin-top:19px;color:#fff;text-decoration:underline;text-underline-offset:4px;font-weight:700}
.rmv-rating-summary__details{padding:30px}.rmv-rating-summary__topline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:24px}.rmv-rating-summary__topline>div{padding:14px;border-radius:14px;background:var(--rmv-rating-soft)}.rmv-rating-summary__topline span{display:block;font-size:11px;color:var(--rmv-rating-muted);text-transform:uppercase;letter-spacing:.07em;font-weight:700}.rmv-rating-summary__topline strong{display:block;margin-top:5px;font-size:16px;color:var(--rmv-rating-ink)}
.rmv-rating-criteria{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}.rmv-rating-criterion>div{display:flex;justify-content:space-between;gap:10px;margin-bottom:7px}.rmv-rating-criterion span{font-size:14px}.rmv-rating-criterion__bar{display:block;height:8px;border-radius:999px;background:#e9ecf2;overflow:hidden}.rmv-rating-criterion__bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--rmv-rating-accent),var(--rmv-rating-accent-2))}
.rmv-rating-distribution{margin-top:25px;display:grid;gap:8px}.rmv-rating-distribution>div{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:10px;font-size:12px}.rmv-rating-distribution i{height:7px;border-radius:999px;background:#edf0f5;overflow:hidden}.rmv-rating-distribution b{display:block;height:100%;background:var(--rmv-rating-accent)}.rmv-rating-distribution strong{text-align:right}
.rmv-rating-summary__verdict{grid-column:1/-1;padding:28px 32px;border-top:1px solid var(--rmv-rating-border);background:linear-gradient(180deg,#fff,#fbfcff)}.rmv-rating-verdict>span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--rmv-rating-accent-2)}.rmv-rating-verdict p{font-size:18px;line-height:1.7;margin:8px 0 22px}.rmv-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:18px}.rmv-pros-cons>div{padding:20px;border-radius:16px;background:var(--rmv-rating-soft)}.rmv-pros-cons h4{margin:0 0 12px}.rmv-pros h4{color:var(--rmv-rating-good)}.rmv-cons h4{color:var(--rmv-rating-bad)}.rmv-pros-cons ul{margin:0;padding-inline-start:20px}.rmv-pros-cons li{margin:6px 0}.rmv-rating-cta,.rmv-compare-button{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding:12px 18px;border-radius:12px;background:var(--rmv-rating-ink);color:#fff!important;text-decoration:none;font-weight:800}
.rmv-rating-summary--compact{grid-template-columns:170px 1fr}.rmv-rating-summary--compact .rmv-rating-summary__score{padding:24px}.rmv-rating-summary--compact .rmv-rating-summary__number strong{font-size:48px}.rmv-rating-summary--compact .rmv-rating-summary__verdict{display:none}
.rmv-rating-form-wrap{margin:42px 0;padding:34px;border:1px solid var(--rmv-rating-border);border-radius:var(--rmv-rating-radius);background:var(--rmv-rating-surface);box-shadow:0 20px 60px rgba(18,24,38,.06)}.rmv-rating-form-wrap__intro span,.rmv-user-reviews header span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--rmv-rating-accent-2)}.rmv-rating-form-wrap__intro h2,.rmv-user-reviews h2{margin:6px 0 7px;color:var(--rmv-rating-ink)}.rmv-rating-form-wrap__intro p{color:var(--rmv-rating-muted);margin:0 0 25px}.rmv-rating-form__stars{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;margin-bottom:22px;border-radius:15px;background:var(--rmv-rating-soft)}.rmv-rating-form__stars>span{font-weight:700}.rmv-rating-form__stars b{color:var(--rmv-rating-accent-2)}.rmv-rating-form__stars>div{display:flex;flex-direction:row-reverse}.rmv-rating-form__stars input{position:absolute;opacity:0;pointer-events:none}.rmv-rating-form__stars label{font-size:31px;color:#d7dbe3;cursor:pointer;transition:.18s}.rmv-rating-form__stars label:hover,.rmv-rating-form__stars label:hover~label,.rmv-rating-form__stars input:checked~label{color:var(--rmv-rating-accent);transform:translateY(-2px)}.rmv-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.rmv-form-grid label{display:flex;flex-direction:column;gap:7px}.rmv-form-grid label>span{font-size:13px;font-weight:750;color:var(--rmv-rating-ink)}.rmv-form-grid input,.rmv-form-grid textarea{width:100%;border:1px solid var(--rmv-rating-border);border-radius:12px;background:#fff;padding:13px 14px;color:var(--rmv-rating-ink);font:inherit}.rmv-form-grid input:focus,.rmv-form-grid textarea:focus{outline:2px solid rgba(245,183,0,.25);border-color:var(--rmv-rating-accent)}.rmv-form-grid small{color:var(--rmv-rating-muted)}.rmv-form-grid__wide{grid-column:1/-1}.rmv-rating-form__checks{display:flex;flex-wrap:wrap;gap:18px;margin:20px 0;color:var(--rmv-rating-muted)}.rmv-honeypot{position:absolute!important;left:-9999px!important}.rmv-submit-review{border:0;border-radius:13px;background:linear-gradient(135deg,var(--rmv-rating-accent),var(--rmv-rating-accent-2));color:#1c1c1c;padding:14px 22px;font-weight:850;cursor:pointer}.rmv-submit-review:disabled{opacity:.55;cursor:wait}.rmv-rating-form__message{margin-top:14px;font-weight:700}.rmv-rating-form__message.is-success{color:var(--rmv-rating-good)}.rmv-rating-form__message.is-error{color:var(--rmv-rating-bad)}
.rmv-user-reviews{margin:42px 0}.rmv-user-reviews>header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.rmv-user-reviews>header a{font-weight:800}.rmv-user-reviews__list{display:grid;gap:16px}.rmv-user-review{display:grid;grid-template-columns:64px 1fr;gap:18px;padding:25px;border:1px solid var(--rmv-rating-border);border-radius:18px;background:var(--rmv-rating-surface)}.rmv-user-review__avatar img{border-radius:50%}.rmv-user-review__head{display:flex;justify-content:space-between;gap:15px}.rmv-user-review__head>div{display:flex;flex-direction:column}.rmv-user-review__head span{font-size:12px;color:var(--rmv-rating-muted)}.rmv-user-review__badges{display:flex;gap:8px;margin:10px 0}.rmv-user-review__badges span{padding:5px 9px;border-radius:999px;background:#eaf8f2;color:var(--rmv-rating-good);font-size:11px;font-weight:800}.rmv-user-review h3{margin:12px 0 6px}.rmv-user-review__text{color:var(--rmv-rating-ink)}.rmv-user-review__proscons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:15px}.rmv-user-review__proscons>div{padding:13px;border-radius:12px;background:var(--rmv-rating-soft)}.rmv-user-review__proscons p{margin:5px 0 0;color:var(--rmv-rating-muted);font-size:14px}.rmv-user-review__helpful{display:flex;align-items:center;gap:8px;margin-top:18px;font-size:12px;color:var(--rmv-rating-muted)}.rmv-user-review__helpful button{border:1px solid var(--rmv-rating-border);background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer}.rmv-user-review__helpful button.is-voted{border-color:var(--rmv-rating-accent);background:#fff8df}.rmv-no-reviews,.rmv-rating-empty{padding:25px;border:1px dashed var(--rmv-rating-border);border-radius:15px;background:var(--rmv-rating-soft);color:var(--rmv-rating-muted)}
.rmv-top-rated-grid{display:grid;grid-template-columns:repeat(var(--rmv-columns,4),minmax(0,1fr));gap:22px}.rmv-top-rated-card{overflow:hidden;border:1px solid var(--rmv-rating-border);border-radius:18px;background:#fff;box-shadow:0 15px 40px rgba(18,24,38,.06)}.rmv-top-rated-card__image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:var(--rmv-rating-soft)}.rmv-top-rated-card__image img{width:100%;height:100%;object-fit:cover;transition:.35s}.rmv-top-rated-card:hover .rmv-top-rated-card__image img{transform:scale(1.045)}.rmv-top-rated-card__image>b{position:absolute;right:12px;bottom:12px;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:var(--rmv-rating-ink);color:#fff;border:3px solid var(--rmv-rating-accent);font-size:16px}.rmv-top-rated-card>div{padding:20px}.rmv-top-rated-card__type{font-size:11px;color:var(--rmv-rating-accent-2);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.rmv-top-rated-card h3{margin:7px 0 9px;font-size:20px}.rmv-top-rated-card h3 a{color:var(--rmv-rating-ink);text-decoration:none}.rmv-top-rated-card p{color:var(--rmv-rating-muted);font-size:14px}.rmv-top-rated-card__link{font-weight:800;text-decoration:none}
.rmv-compare-wrap{overflow-x:auto;margin:30px 0}.rmv-compare-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;border:1px solid var(--rmv-rating-border);border-radius:18px;overflow:hidden;background:#fff}.rmv-compare-table th,.rmv-compare-table td{padding:18px;border-right:1px solid var(--rmv-rating-border);border-bottom:1px solid var(--rmv-rating-border);text-align:left;vertical-align:top}.rmv-compare-table thead th{background:var(--rmv-rating-ink);color:#fff}.rmv-compare-table thead a{color:#fff}.rmv-compare-table tbody th{background:var(--rmv-rating-soft);width:170px}.rmv-compare-score{display:block;font-size:22px;color:var(--rmv-rating-accent-2);margin-bottom:7px}
@media(max-width:900px){.rmv-rating-summary{grid-template-columns:1fr}.rmv-rating-summary__score{align-items:center;text-align:center}.rmv-rating-summary__topline{grid-template-columns:repeat(2,1fr)}.rmv-top-rated-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.rmv-rating-summary__details,.rmv-rating-summary__verdict,.rmv-rating-form-wrap{padding:22px}.rmv-rating-summary__number strong{font-size:58px}.rmv-rating-summary__topline,.rmv-rating-criteria,.rmv-pros-cons,.rmv-form-grid,.rmv-user-review__proscons{grid-template-columns:1fr}.rmv-form-grid__wide{grid-column:auto}.rmv-rating-form__stars{align-items:flex-start;flex-direction:column}.rmv-user-review{grid-template-columns:1fr}.rmv-user-review__avatar{display:none}.rmv-user-review__head{flex-direction:column}.rmv-top-rated-grid{grid-template-columns:1fr}}
[data-theme="dark"] .rmv-rating-summary,[data-theme="dark"] .rmv-rating-form-wrap,[data-theme="dark"] .rmv-user-review,[data-theme="dark"] .rmv-top-rated-card,[data-theme="dark"] .rmv-compare-table,body.dark-mode .rmv-rating-summary,body.dark-mode .rmv-rating-form-wrap,body.dark-mode .rmv-user-review,body.dark-mode .rmv-top-rated-card,body.dark-mode .rmv-compare-table{--rmv-rating-ink:#f4f6fb;--rmv-rating-muted:#aab1c0;--rmv-rating-surface:#171b25;--rmv-rating-soft:#202634;--rmv-rating-border:#303748;background:var(--rmv-rating-surface);color:var(--rmv-rating-ink)}
.rmv-woo-rating-panel{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:10px 0 18px}.rmv-woo-rating-panel>a{font-size:13px;font-weight:800;text-decoration:underline}.woocommerce-Tabs-panel--ratemv-rating>.rmv-rating-summary,.woocommerce-Tabs-panel--ratemv-rating>.rmv-user-reviews,.woocommerce-Tabs-panel--ratemv-rating>.rmv-rating-form-wrap{margin:0 0 34px}

.rmv-review-specifications{--rmv-spec-accent:#0066cc;background:#fff;border:1px solid #d8e5ec;border-radius:24px;padding:clamp(24px,4vw,44px);box-shadow:0 18px 55px rgba(23,32,51,.08)}
.rmv-review-specifications__head{margin-bottom:24px}.rmv-review-specifications__head span{display:block;color:var(--rmv-spec-accent);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.rmv-review-specifications__head h2{margin:0;color:#0b1f33;font-size:clamp(1.45rem,2.5vw,2rem)}
.rmv-review-specifications__grid{display:grid;grid-template-columns:repeat(var(--rmv-spec-columns,2),minmax(0,1fr));gap:0;margin:0;border-top:1px solid #d8e5ec;border-left:1px solid #d8e5ec}.rmv-review-specifications__grid>div{padding:17px 19px;border-right:1px solid #d8e5ec;border-bottom:1px solid #d8e5ec;min-width:0}.rmv-review-specifications__grid dt{color:#70798d;font-size:.78rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;margin:0 0 6px}.rmv-review-specifications__grid dd{color:#0b1f33;font-size:1rem;font-weight:700;margin:0;overflow-wrap:anywhere}
[data-theme="dark"] .rmv-review-specifications{background:#10283d;border-color:#2b3445;box-shadow:none}[data-theme="dark"] .rmv-review-specifications__head h2,[data-theme="dark"] .rmv-review-specifications__grid dd{color:#fff}[data-theme="dark"] .rmv-review-specifications__grid{border-color:#2b3445}[data-theme="dark"] .rmv-review-specifications__grid>div{border-color:#2b3445}[data-theme="dark"] .rmv-review-specifications__grid dt{color:#aeb7c8}
@media(max-width:640px){.rmv-review-specifications__grid{grid-template-columns:1fr}}
.rmv-user-review__criteria{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.rmv-user-review__criteria span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid var(--rmv-rating-border);border-radius:9px;background:var(--rmv-rating-soft);color:var(--rmv-rating-muted);font-size:12px;font-weight:700}.rmv-user-review__criteria b{color:var(--rmv-rating-ink)}
[data-theme="dark"] .rmv-user-review__criteria span{background:#10283d;border-color:#2b3a48;color:#bdc8d2}[data-theme="dark"] .rmv-user-review__criteria b{color:#fff}
