/*!/wp-content/plugins/g-business-reviews-rating-marquee/assets/css/marquee.css*/.gmbrr-marquee{--gmbrr-marquee-speed:40s;--gmbrr-marquee-direction:normal;--gmbrr-marquee-gap:1.5rem;--gmbrr-marquee-card-width:340px;--gmbrr-marquee-bg:#ffffff;--gmbrr-marquee-card-bg:#f9f9f9;--gmbrr-marquee-card-border:#e0e0e0;--gmbrr-marquee-text:#333333;--gmbrr-marquee-text-secondary:#666666;--gmbrr-marquee-star-filled:#f7b704;--gmbrr-marquee-star-empty:#d0d0d0;--gmbrr-marquee-link:#1a73e8;--gmbrr-marquee-avatar-size:40px}.gmbrr-marquee{width:100%;overflow:hidden;position:relative;background:var(--gmbrr-marquee-bg);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5;color:var(--gmbrr-marquee-text);box-sizing:border-box;padding-block:1rem;cursor:grab;contain:layout style;opacity:0;transition:opacity 0.4s ease}.gmbrr-marquee.gmbrr-marquee-ready{opacity:1}.gmbrr-marquee.gmbrr-marquee-dragging,.gmbrr-marquee.gmbrr-marquee-dragging *{cursor:grabbing!important;user-select:none!important;-webkit-user-select:none!important}.gmbrr-marquee *,.gmbrr-marquee *::before,.gmbrr-marquee *::after{box-sizing:border-box}.gmbrr-marquee::before,.gmbrr-marquee::after{content:'';position:absolute;top:0;bottom:0;width:4rem;z-index:2;pointer-events:none}.gmbrr-marquee::before{left:0;background:linear-gradient(to right,var(--gmbrr-marquee-bg),transparent)}.gmbrr-marquee::after{right:0;background:linear-gradient(to left,var(--gmbrr-marquee-bg),transparent)}@keyframes gmbrr-marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.gmbrr-marquee-track{display:flex;gap:var(--gmbrr-marquee-gap);width:max-content;animation:gmbrr-marquee-scroll var(--gmbrr-marquee-speed) linear infinite;animation-direction:var(--gmbrr-marquee-direction);will-change:transform}.gmbrr-marquee-pause .gmbrr-marquee-track:hover{animation-play-state:paused}.gmbrr-marquee-offscreen .gmbrr-marquee-track{animation-play-state:paused!important}.gmbrr-marquee-clone{display:contents}.gmbrr-marquee-card{flex:0 0 var(--gmbrr-marquee-card-width);width:var(--gmbrr-marquee-card-width);background:var(--gmbrr-marquee-card-bg);border:1px solid var(--gmbrr-marquee-card-border);border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;user-select:none;-webkit-user-select:none}.gmbrr-marquee-card a{user-select:text;-webkit-user-select:text}.gmbrr-marquee-avatar{display:block;margin-bottom:.25rem}.gmbrr-marquee-avatar img{width:var(--gmbrr-marquee-avatar-size);height:var(--gmbrr-marquee-avatar-size);border-radius:50%;object-fit:cover}.gmbrr-marquee-avatar a{text-decoration:none}.gmbrr-marquee-meta{display:flex;flex-direction:column;gap:.2rem}.gmbrr-marquee-author{font-weight:600;font-size:.9375rem;color:var(--gmbrr-marquee-text)}.gmbrr-marquee-author a{color:inherit;text-decoration:none}.gmbrr-marquee-author a:hover{text-decoration:underline}.gmbrr-marquee-stars{display:flex;align-items:center;gap:.125rem;line-height:1}.gmbrr-marquee-star{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;background-position:center}.gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f7b704' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-star.empty{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23d0d0d0' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-rating-number{font-weight:700;font-size:.875rem;color:var(--gmbrr-marquee-text);margin-right:.25rem}.gmbrr-marquee-date{font-size:.8125rem;color:var(--gmbrr-marquee-text-secondary)}.gmbrr-marquee-text{font-size:.875rem;line-height:1.5;color:var(--gmbrr-marquee-text);overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}.gmbrr-marquee[data-text-scroll="1"]:not(.gmbrr-marquee-google) .gmbrr-marquee-text{display:block;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:unset;max-height:120px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gmbrr-marquee-card-border) #fff0}.gmbrr-marquee[data-text-scroll="1"]:not(.gmbrr-marquee-google) .gmbrr-marquee-text::-webkit-scrollbar{width:4px}.gmbrr-marquee[data-text-scroll="1"]:not(.gmbrr-marquee-google) .gmbrr-marquee-text::-webkit-scrollbar-track{background:#fff0}.gmbrr-marquee[data-text-scroll="1"]:not(.gmbrr-marquee-google) .gmbrr-marquee-text::-webkit-scrollbar-thumb{background:var(--gmbrr-marquee-card-border);border-radius:2px}.gmbrr-marquee[data-text-scroll="1"]:not(.gmbrr-marquee-google) .gmbrr-marquee-text::-webkit-scrollbar-thumb:hover{background:var(--gmbrr-marquee-text-secondary)}.gmbrr-marquee-google{--gmbrr-marquee-card-bg:#ffffff;--gmbrr-marquee-card-border:#e0e0e0;--gmbrr-marquee-avatar-size:36px}.gmbrr-marquee-google .gmbrr-marquee-card{border-radius:10px;padding:1rem 1.125rem;box-shadow:0 1px 3px rgb(0 0 0 / .08);gap:.4rem;height:var(--gmbrr-marquee-card-height,220px);overflow:hidden}.gmbrr-marquee-gcard-header{display:flex;align-items:flex-start;gap:.625rem}.gmbrr-marquee-google .gmbrr-marquee-avatar{flex:0 0 var(--gmbrr-marquee-avatar-size);margin-bottom:0}.gmbrr-marquee-google .gmbrr-marquee-avatar img{width:var(--gmbrr-marquee-avatar-size);height:var(--gmbrr-marquee-avatar-size)}.gmbrr-marquee-avatar-letter{display:flex;align-items:center;justify-content:center}.gmbrr-marquee-avatar-letter .gmbrr-marquee-initial{display:flex;align-items:center;justify-content:center;width:var(--gmbrr-marquee-avatar-size);height:var(--gmbrr-marquee-avatar-size);border-radius:50%;background:#1a73e8;color:#fff;font-weight:600;font-size:.9375rem;text-decoration:none;line-height:1}.gmbrr-marquee-avatar-letter a{text-decoration:none}.gmbrr-marquee-gcard-identity{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;gap:.0625rem}.gmbrr-marquee-google .gmbrr-marquee-gcard-identity .gmbrr-marquee-author{font-weight:600;font-size:.875rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gmbrr-marquee-google .gmbrr-marquee-gcard-identity .gmbrr-marquee-date{font-size:.75rem;color:var(--gmbrr-marquee-text-secondary);line-height:1.3}.gmbrr-marquee-google-icon-link{flex:0 0 20px;margin-left:auto;text-decoration:none;display:block;transition:opacity 0.2s ease}.gmbrr-marquee-google-icon-link:hover{opacity:.7}.gmbrr-marquee-google-icon{display:block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%234285F4' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%2334A853' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%23EA4335' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}span.gmbrr-marquee-google-icon{flex:0 0 20px;margin-left:auto}.gmbrr-marquee-google .gmbrr-marquee-stars{gap:.0625rem}.gmbrr-marquee-google .gmbrr-marquee-star{width:14px;height:14px}.gmbrr-marquee-google .gmbrr-marquee-text{font-size:.8125rem;line-height:1.45;flex:1 1 auto;overflow-y:auto;display:block;-webkit-line-clamp:unset;line-clamp:unset}.gmbrr-marquee-google .gmbrr-marquee-text::-webkit-scrollbar{width:4px}.gmbrr-marquee-google .gmbrr-marquee-text::-webkit-scrollbar-track{background:#fff0}.gmbrr-marquee-google .gmbrr-marquee-text::-webkit-scrollbar-thumb{background:var(--gmbrr-marquee-card-border);border-radius:2px}.gmbrr-marquee-google .gmbrr-marquee-text::-webkit-scrollbar-thumb:hover{background:var(--gmbrr-marquee-text-secondary)}.gmbrr-marquee-google .gmbrr-marquee-text{scrollbar-width:thin;scrollbar-color:var(--gmbrr-marquee-card-border) #fff0}.gmbrr-marquee-google.gmbrr-marquee-dark{--gmbrr-marquee-card-bg:#2a2a2a;--gmbrr-marquee-card-border:#3a3a3a}.gmbrr-marquee-google.gmbrr-marquee-dark .gmbrr-marquee-card{box-shadow:0 1px 3px rgb(0 0 0 / .3)}.gmbrr-marquee-google.gmbrr-marquee-dark .gmbrr-marquee-avatar-letter .gmbrr-marquee-initial{background:#8ab4f8;color:#1a1a1a}.gmbrr-marquee-dark{--gmbrr-marquee-bg:#1a1a1a;--gmbrr-marquee-card-bg:#2a2a2a;--gmbrr-marquee-card-border:#3a3a3a;--gmbrr-marquee-text:#e0e0e0;--gmbrr-marquee-text-secondary:#999999;--gmbrr-marquee-star-empty:#555555;--gmbrr-marquee-link:#8ab4f8}.gmbrr-marquee-dark .gmbrr-marquee-star.empty{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23555555' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-cranberry{--gmbrr-marquee-star-filled:#a8325c}.gmbrr-marquee-cranberry .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a8325c' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-coral{--gmbrr-marquee-star-filled:#e55d4a}.gmbrr-marquee-coral .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e55d4a' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-pumpkin{--gmbrr-marquee-star-filled:#e87a1e}.gmbrr-marquee-pumpkin .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e87a1e' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-mustard{--gmbrr-marquee-star-filled:#c5a028}.gmbrr-marquee-mustard .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23c5a028' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-forest{--gmbrr-marquee-star-filled:#2e7d32}.gmbrr-marquee-forest .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232e7d32' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-turquoise{--gmbrr-marquee-star-filled:#26a69a}.gmbrr-marquee-turquoise .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2326a69a' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-ocean{--gmbrr-marquee-star-filled:#1565c0}.gmbrr-marquee-ocean .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231565c0' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-amethyst{--gmbrr-marquee-star-filled:#7b1fa2}.gmbrr-marquee-amethyst .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237b1fa2' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-magenta{--gmbrr-marquee-star-filled:#c2185b}.gmbrr-marquee-magenta .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23c2185b' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-slate{--gmbrr-marquee-star-filled:#546e7a}.gmbrr-marquee-slate .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23546e7a' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-carbon{--gmbrr-marquee-star-filled:#37474f}.gmbrr-marquee-carbon .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2337474f' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-copper{--gmbrr-marquee-star-filled:#bf6830}.gmbrr-marquee-copper .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23bf6830' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-coffee{--gmbrr-marquee-star-filled:#795548}.gmbrr-marquee-coffee .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23795548' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-contrast{--gmbrr-marquee-star-filled:#ff6d00;--gmbrr-marquee-bg:#000000;--gmbrr-marquee-card-bg:#111111;--gmbrr-marquee-card-border:#333333;--gmbrr-marquee-text:#ffffff;--gmbrr-marquee-text-secondary:#bbbbbb}.gmbrr-marquee-contrast .gmbrr-marquee-star.filled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff6d00' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}.gmbrr-marquee-contrast .gmbrr-marquee-star.empty{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23555555' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E")}@media (prefers-reduced-motion:reduce){.gmbrr-marquee-track{animation-play-state:paused}}