.grw-widget{--grw-accent:#3f7d5a;--grw-radius:16px;--grw-gap:20px;--grw-pad:22px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#17171a;background:#fff;border:0;border-radius:var(--grw-radius);padding:30px;box-sizing:border-box;width:100%;}
.grw-widget *{box-sizing:border-box;}
.grw-widget.dark{background:#15171a;color:#eceae4;border-color:#2a2d30;}
.grw-head{text-align:center;margin-bottom:24px;}
.grw-title{margin:0;font-size:24px;line-height:1.2;font-weight:600;letter-spacing:-.02em;}
.grw-caption{margin:8px auto 0;max-width:56ch;color:#6c6964;font-size:14px;line-height:1.5;}
.grw-widget.dark .grw-caption{color:#97948d;}
.grw-summary{margin-top:16px;display:inline-flex;align-items:center;gap:14px;padding:10px 10px 10px 22px;background:#fcfaf4;border:1px solid #ece6d7;border-radius:var(--grw-radius);font-size:13px;box-shadow:0 1px 0 rgba(255,255,255,.6) inset,0 1px 2px rgba(20,18,15,.04),0 12px 28px -18px rgba(20,18,15,.18);}
.grw-widget.dark .grw-summary{background:#1d1f22;border-color:#2a2d30;}
.grw-rating{display:inline-flex;align-items:center;gap:5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600;color:#17171a;font-size:14px;}
.grw-reviews{color:#6c6964;}
.grw-star{color:#f5a524;}
.grw-write,.grw-load{border:0;border-radius:var(--grw-radius);background:var(--grw-accent);color:#fff;padding:9px 14px;font-weight:600;cursor:pointer;}
.grw-tabs{display:flex;gap:6px;overflow:auto;border-bottom:1px solid #ece6d7;margin-bottom:20px;}
.grw-tab{border:0;background:transparent;color:#6c6964;padding:10px 12px;border-bottom:2px solid transparent;white-space:nowrap;cursor:pointer;}
.grw-tab.active{color:inherit;border-bottom-color:var(--grw-accent);}
.grw-grid{display:grid;grid-template-columns:repeat(var(--grw-cols,3),minmax(0,1fr));gap:var(--grw-gap);}
.grw-list{display:flex;flex-direction:column;gap:12px;}
.grw-masonry{column-count:var(--grw-cols,3);column-gap:var(--grw-gap);}
.grw-masonry .grw-card{break-inside:avoid;margin-bottom:var(--grw-gap);}
.grw-card{background:#fcfaf4;border:1px solid #ece6d7;border-radius:var(--grw-radius);padding:var(--grw-pad);display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;min-width:0;}
.grw-widget.dark .grw-card{background:#1d1f22;border-color:#2a2d30;}
.grw-list .grw-card{flex-direction:row;text-align:left;align-items:flex-start;gap:22px;}
.grw-card .grw-stars{display:flex;gap:4px;color:#f5a524;font-size:28px;justify-content:center;}
.grw-card .grw-stars .grw-star{line-height:1;}
.grw-card .grw-stars .grw-star.dim{color:color-mix(in oklch,#6c6964 30%,transparent);filter:none;}
.grw-rating .grw-star{font-size:18px;line-height:1;}
.grw-text{margin:0;font-size:14px;line-height:1.55;overflow-wrap:anywhere;flex:1;}
.grw-more{border:0;background:transparent;color:var(--grw-accent);font-size:13px;font-weight:600;cursor:pointer;padding:0;}
.grw-foot{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;}
.grw-list .grw-foot{flex-direction:column;align-items:flex-start;gap:8px;width:200px;border-right:1px solid #ece6d7;padding-right:22px;align-self:stretch;margin-top:0;}
.grw-widget.dark .grw-list .grw-foot{border-right-color:#2a2d30;}
.grw-list .grw-stars{justify-content:flex-start;}
.grw-avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;overflow:hidden;background:#6b7280;}
.grw-avatar img{width:100%;height:100%;object-fit:cover;}
.grw-name{display:inline-flex;align-items:center;gap:5px;font-size:14px;font-weight:600;}
.grw-verified{width:14px;height:14px;display:inline-block;}
.grw-date,.grw-source{font-size:12px;color:#6c6964;}
.grw-widget.dark .grw-date,.grw-widget.dark .grw-source{color:#97948d;}
.grw-source a{color:inherit;text-decoration:none;}
.grw-google-wordmark{display:block;height:20px;width:auto;}
.grw-load-wrap{display:flex;justify-content:center;margin-top:24px;}
.grw-nav-wrap{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px;}
.grw-nav{width:34px;height:34px;border:1px solid #d9d4c6;border-radius:999px;background:#fff;color:#353535;cursor:pointer;}
.grw-nav:disabled{opacity:.45;cursor:not-allowed;}
.grw-slider{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;gap:10px;align-items:center;}
.grw-card--filled{background:color-mix(in oklch,var(--grw-accent) 8%,#fcfaf4);border-color:transparent;}
.grw-card--soft{background:color-mix(in oklch,#fcfaf4 72%,#fff);border-style:dashed;}
.grw-card--autoheight{height:auto;}
.grw-empty{text-align:center;color:#6c6964;padding:24px;}
.grw-loading-wrap{min-height:120px;display:flex;align-items:center;justify-content:center;}
.grw-loading{display:inline-flex;align-items:center;gap:8px;color:#6c6964;font-size:13px;padding:12px;}
.grw-loading-dots{display:inline-flex;gap:4px;}
.grw-loading-dots i{width:5px;height:5px;border-radius:50%;background:#b6b0a2;animation:grw-dot .9s ease-in-out infinite;}
.grw-loading-dots i:nth-child(2){animation-delay:.12s;}
.grw-loading-dots i:nth-child(3){animation-delay:.24s;}
@keyframes grw-dot{0%,80%,100%{transform:translateY(0);opacity:.45;}40%{transform:translateY(-3px);opacity:1;}}
.grw-modal-backdrop{position:fixed;inset:0;background:rgba(10,12,16,.38);display:grid;place-items:center;z-index:2147483647;padding:18px;}
.grw-modal{width:min(520px,100%);background:#fff;color:#17171a;border-radius:20px;padding:20px;box-shadow:0 24px 60px rgba(0,0,0,.18);display:flex;flex-direction:column;gap:10px;text-align:center;}
.grw-modal h3{margin:0;font-size:26px;line-height:1.15;}
.grw-modal p{margin:0;color:#5e636b;font-size:14px;}
.grw-link{display:flex;align-items:center;gap:10px;border-radius:14px;text-decoration:none;background:#f6f7fa;color:#121317;padding:10px 14px;border:1px solid #eaedf2;text-align:left;}
.grw-link span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.grw-link small{display:block;color:#616776;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.grw-cancel{border:0;background:#f1f3f7;border-radius:12px;padding:9px 12px;font-weight:600;cursor:pointer;align-self:center;}
@media(max-width:900px){.grw-widget{padding:24px 18px;}.grw-grid{grid-template-columns:repeat(min(var(--grw-cols,2),2),minmax(0,1fr));}.grw-masonry{column-count:2;}}
@media(max-width:560px){.grw-widget{padding:24px 18px 32px;border-radius:18px;}.grw-grid{grid-template-columns:1fr;}.grw-masonry{column-count:1;}.grw-list .grw-card{flex-direction:column;text-align:center;align-items:center;}.grw-title{font-size:26px;letter-spacing:-.025em;line-height:1.1;}.grw-head{gap:16px;margin-bottom:26px;padding:6px 0 4px;}.grw-caption{font-size:13px;margin-top:-6px;max-width:280px;}.grw-summary{display:flex;flex-direction:column;width:auto;align-items:center;justify-content:center;gap:8px;padding:18px 26px 16px;border-radius:var(--grw-radius);background:#fcfaf4;border:1px solid #ece6d7;box-shadow:0 1px 0 rgba(255,255,255,.6) inset,0 2px 4px rgba(20,18,15,.04),0 18px 40px -22px rgba(20,18,15,.22);}.grw-rating{font-size:26px;font-weight:600;letter-spacing:-.02em;margin-top:2px;}.grw-reviews{font-size:12.5px;white-space:nowrap;}.grw-write{margin-left:0 !important;margin-top:6px;padding:10px 20px;font-size:13px;white-space:nowrap;}.grw-card .grw-stars .grw-star{font-size:26px;}}