.gs-wgs-quote{background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 4px 16px rgba(0,38,69,.04);display:flex;flex-direction:column;gap:1.25rem;margin:0;padding:2rem}.gs-wgs-quote__stars{display:flex;gap:.25rem}.gs-wgs-quote__star{display:block;height:16px;width:16px}.gs-wgs-quote__text{color:var(--color-fg);font-size:var(--text-base);line-height:var(--leading-relaxed);margin:0;text-wrap:pretty}.gs-wgs-quote__author{align-items:center;display:flex;gap:.875rem;margin:0}.gs-wgs-quote__photo{border-radius:50%;flex-shrink:0;height:48px;object-fit:cover;width:48px}.gs-wgs-quote__meta{display:flex;flex-direction:column;gap:.125rem}.gs-wgs-quote__name{color:var(--color-fg);font-size:.95rem;font-style:normal;font-weight:var(--weight-bold)}.gs-wgs-quote__role{color:var(--color-fg-body);font-size:.85rem}.gs-wgs-quote--featured{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:20px;box-shadow:0 16px 40px rgba(0,0,0,.2);margin:0 auto;max-width:820px;padding:3rem 3.5rem;text-align:center}.gs-wgs-quote--featured .gs-wgs-quote__text{color:#fff;font-size:1.125rem;max-width:60ch;text-wrap:balance}.gs-wgs-quote--featured .gs-wgs-quote__name{color:#fff}.gs-wgs-quote--featured .gs-wgs-quote__role{color:hsla(0,0%,100%,.75)}.gs-wgs-quote--featured .gs-wgs-quote__author{margin-top:.5rem}.gs-wgs-quote--featured .gs-wgs-quote__meta{text-align:left}.gs-wgs-quotes-2up{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:0 auto;max-width:var(--content-frame);padding:0}.gs-wgs-quotes-2up>li{display:flex}.gs-wgs-quote--glass{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);box-shadow:0 16px 40px rgba(0,0,0,.2);box-sizing:border-box;flex:1;padding:2rem 2.25rem}.gs-wgs-quote--glass .gs-wgs-quote__name,.gs-wgs-quote--glass .gs-wgs-quote__text{color:#fff}.gs-wgs-quote--glass .gs-wgs-quote__role{color:hsla(0,0%,100%,.75)}@media (max-width:900px){.gs-wgs-quotes-2up{gap:1.25rem;grid-template-columns:1fr}}@media (max-width:767px){.gs-wgs-quote--featured{padding:2rem 1.5rem}}