.reviews-trust-bar{background:#fff;background:var(--reviews-surface,#fff);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--reviews-border,#e5e7eb);-webkit-box-shadow:0 10px 30px rgba(0,0,0,.04);box-shadow:0 10px 30px rgba(0,0,0,.04);-webkit-box-shadow:var(--reviews-shadow-float,0 10px 30px rgba(0,0,0,.04));box-shadow:var(--reviews-shadow-float,0 10px 30px rgba(0,0,0,.04));padding:14px 24px}.reviews-trust-bar__inner{max-width:1200px;margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:24px 36px;gap:24px 36px;-ms-flex-wrap:wrap;flex-wrap:wrap}.reviews-trust-bar__inner,.reviews-trust-bar__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reviews-trust-bar__item{grid-gap:8px;gap:8px;color:#374151;color:var(--reviews-text,#374151);font-size:12px;font-weight:600;line-height:1.4}.reviews-trust-bar__icon{width:28px;height:28px;background:#eaf7ef;background:var(--reviews-primary-soft,#eaf7ef);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#209e49;color:var(--reviews-primary,#209e49);font-size:14px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:600px){.reviews-trust-bar{padding:12px 16px}.reviews-trust-bar__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}}