.ewgr-cta{--ewgr-bg:#fff;--ewgr-text:#202124;--ewgr-star:#fbbc04;--ewgr-radius:12px;box-sizing:border-box;display:inline-flex;align-items:center;gap:12px;max-width:min(100%,420px);padding:12px 16px;border:1px solid rgba(32,33,36,.16);border-radius:var(--ewgr-radius);background:var(--ewgr-bg);color:var(--ewgr-text);font-family:system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.3;text-align:left;text-decoration:none!important;box-shadow:0 4px 16px rgba(0,0,0,.12);transition:box-shadow .2s ease,transform .2s ease}
.ewgr-cta:hover{color:var(--ewgr-text);box-shadow:0 7px 22px rgba(0,0,0,.18);transform:translateY(-1px)}
.ewgr-cta:focus-visible{outline:3px solid #1a73e8;outline-offset:3px}
.ewgr-icon{display:flex;flex:0 0 auto}.ewgr-content{display:flex;min-width:0;flex-direction:column}.ewgr-button-text{font-weight:700}.ewgr-compact-text{display:none;font-weight:700;white-space:nowrap}.ewgr-tagline{margin-top:2px;font-size:.82em;opacity:.82}.ewgr-rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-bottom:3px}.ewgr-rating{font-size:1.15em}.ewgr-stars{display:inline-flex;color:var(--ewgr-star)}.ewgr-stars svg{fill:currentColor}.ewgr-count{font-size:.75em;opacity:.78}
.ewgr-layout--card{display:flex;width:100%;max-width:430px;padding:22px}.ewgr-layout--card .ewgr-icon svg{width:32px;height:32px}.ewgr-layout--compact{padding:9px 13px}.ewgr-layout--compact .ewgr-tagline,.ewgr-layout--compact .ewgr-rating-row{display:none}.ewgr-layout--compact .ewgr-icon svg{width:20px;height:20px}
.ewgr-size--small{font-size:13px;padding:9px 12px}.ewgr-size--medium{font-size:15px}.ewgr-size--large{font-size:17px;padding:15px 19px}
.ewgr-cta--floating{position:fixed;z-index:9998;width:max-content;max-width:min(360px,calc(100vw - 24px));margin:0}.ewgr-position--bottom-left{left:var(--ewgr-x);bottom:var(--ewgr-y)}.ewgr-position--bottom-right{right:var(--ewgr-x);bottom:var(--ewgr-y)}.ewgr-position--middle-left{left:var(--ewgr-x);top:50%;transform:translateY(-50%)}.ewgr-position--middle-right{right:var(--ewgr-x);top:50%;transform:translateY(-50%)}
.ewgr-animation--fade{animation:ewgr-fade .45s ease both;animation-delay:var(--ewgr-delay)}.ewgr-animation--pop{animation:ewgr-pop .45s cubic-bezier(.2,.8,.2,1) both;animation-delay:var(--ewgr-delay)}.ewgr-animation--slide{animation:ewgr-slide .45s ease both;animation-delay:var(--ewgr-delay)}
@keyframes ewgr-fade{from{opacity:0}to{opacity:1}}@keyframes ewgr-pop{from{opacity:0;scale:.86}to{opacity:1;scale:1}}@keyframes ewgr-slide{from{opacity:0;translate:0 18px}to{opacity:1;translate:0 0}}
@media (prefers-reduced-motion:reduce){.ewgr-cta{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
