.fr2-wrap { max-width: none; width: 100%; margin: 0 auto; padding: 12px; --fr2-r-s: 6px; --fr2-r-m: 10px; --fr2-r-l: 16px; }
.fr2-wrap, .fr2-wrap * { box-sizing: border-box; }
.fr2-hero { border-radius: var(--fr2-r-l); padding: 18px 18px 16px 18px; color: #fff; background: linear-gradient(135deg, #0b57d0 0%, #0f3ea8 100%); box-shadow: 0 8px 24px rgba(17, 24, 39, 0.18); }
.fr2-hero h1 { margin: 0; font-size: 22px; line-height: 1.25; font-weight: 700; color: #fff; }
.fr2-hero p { margin: 8px 0 0 0; opacity: .92; font-size: 14px; line-height: 1.4; }

.fr2-summary { margin-top: 14px; }
.fr2-summary-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 760px) { .fr2-summary-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .fr2-summary-grid { grid-template-columns: minmax(640px, 1fr) minmax(340px, 520px); align-items: start; } }
.fr2-summary-block { padding: 12px; border: 1px solid #eef0f6; border-radius: var(--fr2-r-m); background: #fbfdff; }
.fr2-summary-block h2 { margin: 0 0 10px 0; font-size: 14px; font-weight: 800; color: #0f172a; }
.fr2-summary-block--badge { padding: 0; border: 0; background: transparent; }
.fr2-trustbadge { background: #fff; border: 1px solid #dfe3ea; border-radius: var(--fr2-r-l); box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12); overflow: hidden; }
.fr2-trustbadge__inner { padding: 18px; display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 760px) { .fr2-trustbadge__inner { grid-template-columns: 260px 1fr; align-items: center; } }
.fr2-trustbadge__score { display: grid; gap: 8px; justify-items: start; }
.fr2-trustbadge__value { font-size: 64px; font-weight: 900; line-height: .95; letter-spacing: -0.02em; color: #0f172a; }
.fr2-trustbadge__label { font-size: 14px; font-weight: 800; color: #111827; }
.fr2-trustbadge__stars img { display: block; max-width: 160px; height: auto; }
.fr2-trustbadge__count { font-size: 13px; color: #6b7280; }
.fr2-trustbadge__count strong { color: #111827; }

.fr2-trustbadge__dist { display: grid; gap: 10px; }
.fr2-trustbadge__row { display: grid; grid-template-columns: 66px minmax(0, 1fr) 70px; gap: 10px; align-items: center; font-size: 13px; color: #374151; }
.fr2-trustbadge__bar { display: block !important; height: 8px !important; width: 100% !important; min-width: 0; background: #e5e7eb !important; border-radius: 999px; overflow: hidden; }
.fr2-trustbadge__fill { display: block !important; height: 8px !important; border-radius: 999px; }
.fr2-trustbadge__count2 { text-align: right; font-size: 13px; color: #111827; }
.fr2-trustbadge__fill--5 { background: #00b67a !important; }
.fr2-trustbadge__fill--4 { background: #73cf11 !important; }
.fr2-trustbadge__fill--3 { background: #ffce00 !important; }
.fr2-trustbadge__fill--2 { background: #ff8622 !important; }
.fr2-trustbadge__fill--1 { background: #ff3722 !important; }

.fr2-card { background: #fff; border: 1px solid #e6e8f0; border-radius: var(--fr2-r-m); box-shadow: 0 10px 22px rgba(17, 24, 39, 0.06); }
.fr2-card__hd { padding: 14px 14px 10px 14px; border-bottom: 1px solid #eef0f6; }
.fr2-card__bd { padding: 14px; }
.fr2-card__title { margin: 0; font-size: 16px; font-weight: 700; color: #0f172a; }
.fr2-muted { color: #64748b; }

.fr2-score { display: block; }
.fr2-score__value { font-size: 42px; font-weight: 800; line-height: 1; color: #0f172a; }
.fr2-score__meta { margin-top: 8px; font-size: 13px; color: #64748b; }
.fr2-stars img { display: block; max-width: 140px; height: auto; }

.fr2-bars { margin-top: 12px; display: grid; gap: 8px; }
.fr2-bar { display: grid; grid-template-columns: 34px 1fr auto; gap: 8px; align-items: center; font-size: 13px; color: #334155; }
.fr2-bar__track { display: block; height: 6px; background: #eef2ff; border-radius: 999px; overflow: hidden; }
.fr2-bar__fill { display: block; height: 6px; background: #0b57d0; border-radius: 999px; }

.fr2-subrates { margin-top: 14px; display: grid; gap: 10px; }
.fr2-subrate { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; font-size: 13px; color: #334155; }
.fr2-subrate__meter { display: block; height: 6px; background: #f1f5f9; border-radius: 999px; overflow: hidden; }
.fr2-subrate__fill { display: block; height: 6px; background: #16a34a; border-radius: 999px; }

.fr2-badges { margin-top: 14px; display: grid; gap: 10px; }
.fr2-badges--grid { grid-template-columns: 1fr; }
@media (min-width: 760px) { .fr2-badges--grid { grid-template-columns: 1fr 1fr; } }
.trustpilot_box, .googlef_box { float: none; width: auto; margin: 0; }
.f_contain { margin: 0; padding: 10px; background: #f8fafc; border: 1px solid #e6e8f0; border-radius: var(--fr2-r-m); min-height: 0; }
.f_contain img { max-width: 100%; height: auto; }

.fr2-toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; padding: 12px 14px; }
.fr2-toolbar form { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 0; }
.fr2-field { display: flex; gap: 8px; align-items: center; }
.fr2-field label { font-size: 13px; color: #334155; font-weight: 600; }
.fr2-field select { font-size: 13px; padding: 7px 10px; border-radius: var(--fr2-r-s); border: 1px solid #dbe0ea; background: #fff; }

.fr2-list { display: grid; row-gap: 18px; column-gap: 14px; padding: 0 14px 14px 14px; grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 760px) { .fr2-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .fr2-list { grid-template-columns: 1fr 1fr 1fr 1fr; } }
.fr2-review { height: 100%; display: flex; flex-direction: column; position: relative; margin: 0; overflow: hidden; padding: 18px; border: 1px solid #dfe3ea; border-radius: var(--fr2-r-m); background: #fff; box-shadow: none; min-height: 240px; }
.fr2-review__header { display: flex; align-items: flex-start; gap: 12px; }
.fr2-avatar { width: 40px; height: 40px; border-radius: 999px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; font-weight: 800; font-size: 16px; }
.fr2-review__who { flex: 1 1 auto; min-width: 0; }
.fr2-review__name-row { display: inline-flex; align-items: center; gap: 8px; position: relative; }
.fr2-review__name { font-size: 14px; font-weight: 800; color: #0f172a; line-height: 1.2; }
.fr2-info-badge { width: 16px; height: 16px; border-radius: 999px; background: #f3f4f6; color: #9ca3af; display: inline-grid; place-items: center; font-size: 12px; font-weight: 900; line-height: 1; border: 1px solid #e5e7eb; cursor: pointer; padding: 0; }
.fr2-info-badge:focus { outline: 2px solid rgba(59, 130, 246, .45); outline-offset: 2px; }
.fr2-tooltip { display: none; position: absolute; z-index: 50; top: calc(100% + 8px); left: 0; max-width: 320px; background: #111827; color: #fff; border-radius: var(--fr2-r-s); padding: 8px 10px; font-size: 12px; line-height: 1.35; box-shadow: 0 10px 26px rgba(17, 24, 39, 0.25); }
.fr2-tooltip.is-open { display: block; }
.fr2-tooltip::before { content: ""; position: absolute; top: -6px; left: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #111827; }
.fr2-review__date { margin-top: 4px; font-size: 12px; color: #6b7280; }
.fr2-review--private .fr2-avatar { background: #d1d5db !important; color: #6b7280 !important; }
.fr2-review--private .fr2-review__name { color: #6b7280 !important; }

.fr2-review__rating { margin-top: 12px; }
.fr2-review__rating img { max-width: 86px; height: auto; }

.fr2-review__title { margin: 10px 0 0 0; font-size: 14px; font-weight: 800; color: #0f172a; }
.fr2-review__body { margin-top: 10px; font-size: 13px; color: #0f172a; line-height: 1.55; flex: 1 1 auto; }
.fr2-review__body.fr2-clamp { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.fr2-review.is-open .fr2-review__body.fr2-clamp { display: block; -webkit-line-clamp: unset; }
.fr2-review-metrics { margin-top: 12px; display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 640px) { .fr2-review-metrics { grid-template-columns: 1fr 1fr; } }
.fr2-review-metric { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.fr2-review-metric strong { font-size: 11px; color: #334155; font-weight: 700; }
.fr2-review-metric img { max-width: 80px; height: 2px; width: auto; }
.fr2-details { display: none; }
.fr2-details.is-open { display: grid; }
.fr2-toggle-wrap { margin-top: 10px; }
.fr2-toggle { appearance: none; border: 0; background: transparent; padding: 0; font-size: 13px; color: #656f85; cursor: pointer; }
.fr2-toggle:hover { text-decoration: underline; }
.fr2-toggle:hover { text-decoration: underline; }
.fr2-reply { margin-top: 12px; padding: 10px 12px; background: #f1f5ff; border: 1px solid #dbe4ff; border-radius: var(--fr2-r-m); }
.fr2-reply__title { font-weight: 800; font-size: 13px; margin: 0 0 6px 0; color: #1e3a8a; }

.fr2-pagination { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; padding: 12px 14px 14px 14px; border-top: 1px solid #eef0f6; }
.fr2-pagination .pages { font-size: 13px; }
