.dgr-reviews.list{grid-template-columns:repeat(1,1fr);gap:var(--space-between-cards)}.dgr-reviews.splide__list{display:flex}.dgr-reviews .splide__arrow{width:calc(var(--arrow-size) * 1.667);height:calc(var(--arrow-size) * 1.667)}.dgr-reviews .splide__arrow svg{width:var(--arrow-size);height:var(--arrow-size)}.dgr-reviews .splide__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dgr-reviews .dgr-review-card .dgr-review-content .dgr-review-text.gradient::after{content:"";display:block;position:absolute;width:100%;height:30px;bottom:0;left:0;background:linear-gradient(rgba(250,250,251,0) 0%,#f1f1f1 90%)}.dgr-reviews .dgr-review-card .dgr-reviewer-avatar.error{background-color:#f0f0f0}.dgr-reviews .dgr-review-card .dgr-review-stars .star.partial{fill:#fcbf02!important}.dgr-reviews .dgr-review-card .dgr-review-stars .star.empty{fill:#e0e0e0!important}.dgr-modal-wrapper{z-index:999999}.dgr-modal-wrapper .mfp-close{position:absolute;right:20px;top:20px;width:30px;height:30px;line-height:30px;text-align:center;color:#666;font-size:24px;opacity:.7;transition:all .2s ease;background:#f5f5f5;border-radius:50%;z-index:1}.dgr-modal-wrapper .mfp-close:hover{opacity:1;background:#eee;color:#333}.dgr-modal-wrapper.mfp-fade .mfp-content{opacity:0;transform:translateY(20px);transition:all .3s ease-out;background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1)}.dgr-modal-wrapper.mfp-fade.mfp-ready .mfp-content{opacity:1;transform:translateY(0)}.dgr-modal-wrapper.mfp-fade.mfp-removing .mfp-content{opacity:0;transform:translateY(20px)}.dgr-modal-wrapper .mfp-bg{opacity:0;transition:all .3s ease-out;background:rgba(0,0,0,.7);z-index:999999}.dgr-modal-wrapper .mfp-bg.mfp-ready{opacity:1}.dgr-modal-wrapper .mfp-bg.mfp-removing{opacity:0}.dgr-modal-wrapper .mfp-container{padding:20px;display:flex;align-items:center;justify-content:center;min-height:100vh}.dgr-modal-wrapper .mfp-content{position:relative;max-width:90%;margin:0 auto}.dgr-modal-wrapper .mfp-content .dgr-modal-header{display:flex;align-items:center;gap:20px;margin-bottom:25px}.dgr-modal-wrapper .mfp-content .dgr-modal-header .dgr-reviewer-avatar{width:60px;height:60px}.dgr-modal-wrapper .mfp-content .dgr-modal-header .dgr-modal-reviewer-info{flex:1}.dgr-modal-wrapper .mfp-content .dgr-modal-header .dgr-modal-reviewer-info h3{margin:0 0 8px;padding:0;font-size:18px;font-weight:600;line-height:1.3;color:#333}.dgr-modal-wrapper .mfp-content .dgr-modal-header .dgr-modal-reviewer-info .dgr-review-date{font-size:14px;color:#666}.dgr-modal-wrapper .mfp-content .dgr-review-stars{margin-bottom:20px;display:flex;gap:2px}.dgr-modal-wrapper .mfp-content .dgr-modal-text{max-height:300px;overflow-y:auto;padding-right:10px}.dgr-modal-wrapper .mfp-content .dgr-modal-text::-webkit-scrollbar{width:8px}.dgr-modal-wrapper .mfp-content .dgr-modal-text::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.dgr-modal-wrapper .mfp-content .dgr-modal-text::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.dgr-modal-wrapper .mfp-content .dgr-modal-text::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dgr-modal-wrapper .mfp-content .dgr-modal-text{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.dgr-modal-wrapper .mfp-content .dgr-modal-text p{margin:0;font-size:16px;line-height:1.8;color:#444}.dgr-modal-wrapper .mfp-inline-holder .mfp-content{max-width:600px;margin:40px auto}.dgr-review-card .dgr-review-content .dgr-read-more.loading{opacity:.7;cursor:wait}.dgr-review-card .dgr-review-content .dgr-read-more.loading::after{content:"...";display:inline-block;animation:loading-dots 1s infinite}.dgr-review-card.center{text-align:center;justify-content:center}.dgr-review-card.center .dgr-review-header{justify-content:center}.dgr-review-card.center .dgr-review-stars{justify-content:center}.dgr-review-card.right{text-align:right;justify-content:flex-end}.dgr-review-card.right .dgr-review-header{justify-content:flex-end}.dgr-review-card.right .dgr-review-stars{justify-content:flex-end}