.gr-wrap { font-family: inherit; width: 100%; max-width: 1200px; margin: 0 auto; } .gr-wrap[data-bt-gr] .gr-count,
.gr-wrap[data-bt-gr] .gr-name,
.gr-wrap[data-bt-gr] .gr-date,
.gr-wrap[data-bt-gr] .gr-text,
.gr-wrap[data-bt-gr] .gr-verified,
.gr-all .gr-name, .gr-all .gr-date, .gr-all .gr-text, .gr-all .gr-verified { text-transform: none; } .gr-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 24px; align-items: stretch; } .gr-wrap[data-bt-gr] .gr-summary { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fafafa 100%); border: 1px solid #e5e7eb; border-radius: 18px; padding: 2rem 1.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-bottom: auto; box-shadow: 0 6px 20px -12px rgba(17,24,39,.25); }
.gr-wrap[data-bt-gr] .gr-summary::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: #e31837; }
.gr-wrap[data-bt-gr] .gr-score-number { font-size: 56px; font-weight: 800; line-height: 1; letter-spacing: -1px; color: #111827; }
.gr-wrap[data-bt-gr] .gr-stars-big { color: #F5A623; font-size: 22px; letter-spacing: 3px; margin: 12px 0 10px; }
.gr-wrap[data-bt-gr] .gr-count { font-size: 14px; font-weight: 600; color: #4b5563; margin: 0; } .gr-right { display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.gr-viewport { overflow: hidden; border-radius: 12px; padding: 10px 0; }
.gr-track { display: flex; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); } .gr-slide { min-width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; box-sizing: border-box; } .gr-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.5rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); display: flex; flex-direction: column; justify-content: space-between; }
.gr-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.gr-avatar { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 15px; flex-shrink: 0; }
.gr-name { font-size: 15px; font-weight: 600; color: #111827; margin: 0 0 2px; }
.gr-date { font-size: 12px; color: #6b7280; margin: 0; }
.gr-card-stars { color: #F5A623; font-size: 14px; margin-bottom: 10px; letter-spacing: 1px; }
.gr-verified { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; background: #ecfdf5; color: #059669; padding: 4px 8px; border-radius: 6px; margin-bottom: 12px; font-weight: 500; width: max-content; }
.gr-text { font-size: 14px; color: #4b5563; line-height: 1.6; margin: 0; } .gr-wrap[data-bt-gr] .gr-text {
display: -webkit-box;
-webkit-line-clamp: 10;
line-clamp: 10;
-webkit-box-orient: vertical;
overflow: hidden;
} .gr-nav { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; }
.gr-dots { display: flex; gap: 8px; align-items: center; }
.gr-dot { width: 8px; height: 8px; border-radius: 50%; background: #d1d5db; cursor: pointer; transition: all .3s ease; }
.gr-dot.active { background: #e31837; width: 24px; border-radius: 4px; }
.gr-arrows { display: flex; gap: 10px; }
.gr-arrow { background: #fff; border: 1px solid #d1d5db; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #374151; font-size: 16px; transition: all .2s; }
.gr-arrow:hover { background: #f3f4f6; border-color: #9ca3af; }
.gr-arrow:disabled { opacity: 0.3; cursor: default; pointer-events: none; } .gr-loadmore { margin-top: 20px; width: 100%; padding: 14px; background: #fff; border: 1px solid #d1d5db; border-radius: 8px; font-size: 14px; font-weight: 600; color: #374151; cursor: pointer; transition: all .2s; }
.gr-loadmore:hover { background: #f9fafb; border-color: #9ca3af; }
.gr-loadmore:disabled { opacity: 0.5; cursor: default; }
.gr-empty { padding: 20px; color: #6b7280; font-size: 14px; text-align: center; } .gr-allbtn-wrap { text-align: center; margin-top: 24px; }
.gr-allbtn { display: inline-block; padding: 13px 30px; background: #e31837; color: #fff; border-radius: 10px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background .2s, transform .1s; }
.gr-allbtn:hover { background: #c5122e; color: #fff; }
.gr-allbtn:active { transform: translateY(1px); } .gr-all { width: 100%; max-width: 820px; margin: 0 auto; }
.gr-all-list { display: flex; flex-direction: column; gap: 16px; }
.gr-all-item { width: 100%; box-sizing: border-box; }
.gr-all-pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px; margin-top: 28px; }
.gr-all-pagination .gr-page,
.gr-all-pagination .gr-page-nav { min-width: 40px; height: 40px; padding: 0 6px; border: 1px solid #e5e7eb; background: #fff; border-radius: 8px; color: #374151; font-size: 14px; font-weight: 500; cursor: pointer; transition: all .15s; }
.gr-all-pagination .gr-page:hover,
.gr-all-pagination .gr-page-nav:hover:not(:disabled) { background: #f9fafb; border-color: #9ca3af; }
.gr-all-pagination .gr-page.active { background: #e31837; border-color: #e31837; color: #fff; font-weight: 700; }
.gr-all-pagination button:disabled { opacity: .4; cursor: default; } @media (max-width: 640px) {
.gr-layout { grid-template-columns: 1fr; } }