.wsh-rev__section{padding:60px 0;width:100%}.wsh-rev__inner{margin:0 auto;max-width:1200px;padding:0 24px}.wsh-rev__loading{align-items:center;display:flex;justify-content:center;min-height:120px}.wsh-rev__spinner{animation:wsh-rev-spin .7s linear infinite;border:3px solid rgba(10,34,64,.12);border-radius:50%;border-top-color:#0051ba;height:36px;width:36px}@keyframes wsh-rev-spin{to{transform:rotate(1turn)}}.wsh-rev__error{background:#fdf2f2;border-radius:8px;color:#c0392b;font-size:14px;padding:20px;text-align:center}.wsh-rev__error[hidden]{display:none}.wsh-rev__grid{align-items:stretch;display:flex;flex-wrap:wrap;gap:20px}.wsh-rev__card{border-radius:10px;box-shadow:0 4px 20px rgba(10,34,64,.09);display:flex;flex:1 1 calc((100% - 20px*(var(--rev-cols, 3) - 1))/var(--rev-cols, 3));flex-direction:column;max-width:calc((100% - 20px*(var(--rev-cols, 3) - 1))/var(--rev-cols, 3));padding:20px;transition:box-shadow .18s ease}.wsh-rev__card:hover{box-shadow:0 8px 32px rgba(10,34,64,.15)}.wsh-rev__card-header{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px}.wsh-rev__card-meta{flex:1;min-width:0}.wsh-rev__reviewer-name{font-size:14px;font-weight:700;line-height:1.3;margin:0 0 3px}.wsh-rev__review-date{font-size:12px;line-height:1.3;margin:0;opacity:.55}.wsh-rev__platform-icon{align-items:center;display:flex;flex-shrink:0;height:22px;margin-top:1px;width:22px}.wsh-rev__platform-icon svg{display:block;height:22px;width:22px}.wsh-rev__stars{display:flex;gap:2px;margin-bottom:12px}.wsh-rev__star{align-items:center;display:inline-flex}.wsh-rev__star svg{height:16px;transition:fill .1s ease;width:16px}.wsh-rev__text{display:-webkit-box;flex:1;font-size:14px;-webkit-line-clamp:5;line-height:1.6;margin:0;-webkit-box-orient:vertical;overflow:hidden}.wsh-rev__dots{display:none;gap:8px;justify-content:center;margin-top:20px}.wsh-rev__dot{border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background-color .2s ease,transform .2s ease;width:8px}.wsh-rev__dot.is-active{transform:scale(1.2)}@media (max-width:600px){.wsh-rev__section{padding:40px 0}.wsh-rev__inner{padding:0 16px}.wsh-rev__grid{flex-wrap:nowrap;overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:0}.wsh-rev__grid::-webkit-scrollbar{display:none}.wsh-rev__card{flex:0 0 100%;max-width:100%;scroll-snap-align:start}.wsh-rev__dots{display:flex}}