.ogr-reviews { width: 100%; max-width: 1180px; margin: 56px auto; font-family: Arial, sans-serif; }
.ogr-reviews__title { margin: 0 0 28px; text-align: center; font-size: clamp(28px, 4vw, 42px); line-height: 1.2; }
.ogr-reviews__grid { display: flex; align-items: stretch; gap: 16px; padding: 2px 2px 16px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #b7b7b7 transparent; }
.ogr-reviews__grid::-webkit-scrollbar { height: 7px; }
.ogr-reviews__grid::-webkit-scrollbar-thumb { border-radius: 20px; background: #b7b7b7; }
.ogr-review { display: flex; flex: 0 0 calc((100% - 32px) / 3); flex-direction: column; min-width: 300px; padding: 20px; border: 1px solid #dadce0; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(60, 64, 67, .08); color: #202124; scroll-snap-align: start; }
.ogr-review__header { display: flex; align-items: center; min-height: 40px; margin-bottom: 14px; }
.ogr-review__avatar { flex: 0 0 40px; width: 40px; height: 40px; margin-right: 12px; border-radius: 50%; object-fit: cover; }
.ogr-review__avatar--fallback { display: inline-flex; align-items: center; justify-content: center; background: #1a73e8; color: #fff; font-size: 18px; font-weight: 500; text-transform: uppercase; }
.ogr-review__person { min-width: 0; line-height: 1.25; }
.ogr-review__author { display: block; overflow: hidden; color: #202124; font-size: 15px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.ogr-review__count { display: block; margin-top: 2px; color: #70757a; font-size: 12px; }
.ogr-review__menu { align-self: flex-start; margin: -4px -4px 0 auto; padding: 3px 7px; border-radius: 50%; color: #202124; font-size: 24px; line-height: 1; text-decoration: none; }
.ogr-review__menu:hover, .ogr-review__menu:focus { background: #f1f3f4; color: #202124; }
.ogr-review__meta { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; white-space: nowrap; }
.ogr-review__stars { color: #f9ab00; font-size: 17px; letter-spacing: -1px; line-height: 1; }
.ogr-review__date { color: #70757a; font-size: 13px; }
.ogr-review__text { flex-grow: 1; color: #202124; font-size: 14px; line-height: 1.45; }
.ogr-review__text p { margin: 0; }
.ogr-review__footer { margin-top: 20px; padding-top: 14px; border-top: 1px solid #f1f3f4; }
.ogr-review__link { display: inline-flex; align-items: center; gap: 7px; color: #1a73e8; font-size: 13px; font-weight: 500; text-decoration: none; }
.ogr-review__link:hover, .ogr-review__link:focus { text-decoration: underline; }
.ogr-review__google { font-family: Arial, sans-serif; font-size: 18px; font-weight: 700; }
.ogr-reviews__source { margin: 12px 0 0; color: #70757a; font-size: 11px; text-align: right; }
@media (max-width: 900px) { .ogr-review { flex-basis: min(82vw, 350px); } }

