.lgr-section {
  --lgr-gap: 22px;
  --lgr-radius: 22px;
  --lgr-text: #15171a;
  --lgr-muted: #6f7782;
  --lgr-border: #e9edf2;
  --lgr-bg: #ffffff;
  --lgr-star: #fbbc04;
  margin: 48px 0;
  color: var(--lgr-text);
  font-family: inherit;
}
.lgr-section *, .lgr-section *::before, .lgr-section *::after { box-sizing: border-box; }
.lgr-shell { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.lgr-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.lgr-kicker { display: inline-block; margin-bottom: 6px; color: #5f6368; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lgr-heading { margin: 0; font-size: clamp(26px, 3vw, 38px); line-height: 1.15; font-weight: 800; letter-spacing: -.03em; }
.lgr-summary { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--lgr-border); border-radius: 999px; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 8px 24px rgba(24,39,75,.06); white-space: nowrap; }
.lgr-summary:hover, .lgr-summary:focus { color: inherit; text-decoration: none; box-shadow: 0 10px 30px rgba(24,39,75,.10); }
.lgr-google-badge, .lgr-google-mini { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-family: Arial, sans-serif; background: conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lgr-google-badge { font-size: 22px; }
.lgr-google-mini { font-size: 20px; flex: 0 0 auto; }
.lgr-score { font-size: 18px; font-weight: 800; }
.lgr-summary-stars { display: inline-flex; gap: 1px; }
.lgr-count { color: var(--lgr-muted); font-size: 13px; }
.lgr-star { color: var(--lgr-star); line-height: 1; }
.lgr-star-muted { color: #d9dde3; }
.lgr-slider { position: relative; }
.lgr-viewport { overflow: hidden; padding: 4px 2px 14px; touch-action: pan-y; }
.lgr-track { display: flex; gap: var(--lgr-gap); transition: transform .45s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.lgr-card { flex: 0 0 calc((100% - (var(--lgr-gap) * (var(--lgr-desktop-visible, 3) - 1))) / var(--lgr-desktop-visible, 3)); min-width: 0; min-height: 315px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--lgr-border); border-radius: var(--lgr-radius); background: var(--lgr-bg); box-shadow: 0 12px 34px rgba(31,41,55,.07); }
.lgr-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.lgr-author { display: flex; align-items: center; min-width: 0; gap: 12px; color: inherit; text-decoration: none; }
.lgr-author:hover, .lgr-author:focus { color: inherit; text-decoration: none; }
.lgr-avatar { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; object-fit: cover; background: #eef2f7; }
.lgr-avatar-fallback { display: inline-flex; align-items: center; justify-content: center; background: #eef3ff; color: #3157a5; font-weight: 800; }
.lgr-author-meta { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.lgr-author-meta strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; line-height: 1.25; }
.lgr-author-meta small { color: var(--lgr-muted); font-size: 12px; }
.lgr-review-stars { display: flex; gap: 2px; margin-bottom: 14px; font-size: 18px; }
.lgr-text { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; margin: 0 0 22px; color: #424851; font-size: 14.5px; line-height: 1.72; }
.lgr-read-more { margin-top: auto; color: #3157a5; font-size: 13px; font-weight: 700; text-decoration: none; }
.lgr-read-more:hover, .lgr-read-more:focus { color: #1f3d78; text-decoration: none; }
.lgr-nav { position: absolute; top: 50%; z-index: 5; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; transform: translateY(-50%); border: 1px solid var(--lgr-border); border-radius: 50%; background: #fff; color: #252a31; box-shadow: 0 8px 25px rgba(31,41,55,.12); cursor: pointer; font-size: 28px; line-height: 1; transition: transform .2s ease, box-shadow .2s ease; }
.lgr-nav:hover { transform: translateY(-50%) scale(1.04); box-shadow: 0 10px 28px rgba(31,41,55,.17); }
.lgr-prev { left: -18px; }
.lgr-next { right: -18px; }
.lgr-dots { display: flex; justify-content: center; gap: 7px; margin-top: 10px; }
.lgr-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 99px; background: #d6dbe2; transition: width .25s ease, background .25s ease; }
.lgr-dot.is-active { width: 22px; background: #5f6368; }
@media (max-width: 991px) {
  .lgr-card { flex-basis: calc((100% - (var(--lgr-gap) * (var(--lgr-tablet-visible, 2) - 1))) / var(--lgr-tablet-visible, 2)); }
  .lgr-header { align-items: flex-start; flex-direction: column; }
  .lgr-prev { left: -8px; }
  .lgr-next { right: -8px; }
}
@media (max-width: 640px) {
  .lgr-section { --lgr-gap: 14px; margin: 34px 0; }
  .lgr-shell { padding: 0 14px; }
  .lgr-header { margin-bottom: 18px; gap: 14px; }
  .lgr-summary { flex-wrap: wrap; white-space: normal; }
  .lgr-card { flex-basis: calc((100% - (var(--lgr-gap) * (var(--lgr-mobile-visible, 1) - 1))) / var(--lgr-mobile-visible, 1)); min-height: 300px; padding: 20px; border-radius: 18px; }
  .lgr-nav { width: 40px; height: 40px; }
  .lgr-prev { left: -4px; }
  .lgr-next { right: -4px; }
  .lgr-text { -webkit-line-clamp: 8; }
}
