.rv-block { --rv-navy: #01182a; --rv-orange: #eb7000; --rv-cream: #fff4e9; color: var(--rv-navy); }
.rv-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; scroll-margin-top: 120px; }
.rv-card { min-width: 0; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(1, 24, 42, .14); border-radius: 22px; background: var(--rv-cream); box-shadow: 0 12px 32px rgba(1, 24, 42, .09); }
.rv-card[hidden] { display: none; }
.rv-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.rv-person { min-width: 0; display: flex; align-items: center; gap: 12px; }
.rv-avatar { width: 48px; height: 48px; flex: 0 0 48px; border: 2px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 3px 10px rgba(1, 24, 42, .16); }
.rv-avatar--fallback { display: grid; place-items: center; background: var(--rv-avatar); color: #fff; font-size: 15px; font-weight: 700; }
.rv-author { display: block; overflow-wrap: anywhere; color: var(--rv-navy); font-size: 16px; line-height: 1.25; }
.rv-date { display: block; margin-top: 3px; color: rgba(1, 24, 42, .65); font-size: 13px; line-height: 1.3; }
.rv-stars { flex: 0 0 auto; color: #f6b100; font-size: 17px; letter-spacing: 1px; line-height: 1; }
.rv-text { display: -webkit-box; margin: 0; overflow: hidden; color: #24333e; font-size: 16px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.rv-text.is-expanded { display: block; overflow: visible; -webkit-line-clamp: unset; }
.rv-more { align-self: flex-start; margin: 10px 0 0; padding: 0; border: 0; background: transparent; color: #a34c00; font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.rv-more:hover, .rv-more:focus-visible { color: var(--rv-navy); }
.rv-more:focus-visible, .rv-source:focus-visible, .rv-links a:focus-visible, .rv-page:focus-visible { outline: 3px solid rgba(235, 112, 0, .45); outline-offset: 3px; }
.rv-source { width: fit-content; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 20px; color: #40515e; font-size: 13px; font-weight: 600; text-decoration: none; }
.rv-source:hover { color: var(--rv-orange); text-decoration: underline; text-underline-offset: 3px; }
.rv-source__icon { width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; }
.rv-source--google .rv-source__icon { background: #4285f4; }
.rv-source--facebook .rv-source__icon { background: #1877f2; }
.rv-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px; margin: 30px 0 0; text-align: center; }
.rv-links a { color: var(--rv-navy); font-weight: 700; text-decoration: underline; text-decoration-color: var(--rv-orange); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.rv-links a:hover { color: #fff; border-radius: 5px; background: var(--rv-navy); text-decoration-color: var(--rv-orange); }
.rv-pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 34px; }
.rv-page { min-width: 42px; min-height: 42px; padding: 8px 13px; border: 2px solid var(--rv-orange); border-radius: 9px; background: #fff; color: var(--rv-navy); font: inherit; font-weight: 700; cursor: pointer; }
.rv-page:hover, .rv-page.is-current { background: var(--rv-orange); color: #fff; }
.rv-page-gap { padding: 0 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 991px) {
  .rv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .rv-grid { grid-template-columns: 1fr; gap: 16px; }
  .rv-card { padding: 21px; border-radius: 18px; }
  .rv-card__top { align-items: center; }
  .rv-stars { font-size: 15px; }
  .rv-links { flex-direction: column; align-items: center; }
  .rv-links > span { display: none; }
  .rv-page { min-width: 40px; padding-inline: 10px; }
}
