.betb-slide{min-width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:4px;align-items:start}.betb-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:28px 26px 24px;display:flex;flex-direction:column;box-shadow:0 8px 32px rgba(234,88,12,.1);position:relative;overflow:hidden;transition:box-shadow .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1)}.betb-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ea580c,#fb923c);border-radius:16px 16px 0 0}.betb-card:hover{box-shadow:0 16px 48px rgba(234,88,12,.16);transform:translateY(-4px)}.betb-quote{position:absolute;top:20px;right:20px;width:36px;height:36px;background:#fff1e6;border-radius:50%;display:flex;align-items:center;justify-content:center}.betb-stars{display:flex;gap:2px;margin-bottom:10px}.betb-stars span{font-size:17px;color:#f59e0b;line-height:1}.betb-rtitle{font-size:13px;font-weight:600;color:#1e293b;margin-bottom:10px;line-height:1.4;padding-right:42px}.betb-text{font-size:13px;font-weight:400;color:#475569;line-height:1.85;flex:1;margin-bottom:18px}.betb-reviewer{display:flex;align-items:center;gap:11px;padding-top:16px;border-top:1px solid #f1f5f9;margin-top:auto}.betb-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#fff;flex-shrink:0;box-shadow:0 3px 10px rgba(234,88,12,.22);letter-spacing:.02em}.betb-rinfo{flex:1;min-width:0}.betb-rname{font-size:13px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.betb-rrole{font-size:10.5px;font-weight:400;color:#94a3b8;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.betb-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.betb-verified{font-size:10px;font-weight:600;color:#16a34a;background:#f0fdf4;padding:3px 8px;border-radius:100px;border:1px solid #bbf7d0;white-space:nowrap}.betb-date{font-size:10px;color:#94a3b8;white-space:nowrap}.betb-dot{width:8px;height:8px;border-radius:100px;background:#e2e8f0;cursor:pointer;border:none;padding:0;transition:all .3s ease}.betb-dot.betb-active{background:#ea580c;width:26px}.betb-dot:hover:not(.betb-active){background:#fb923c}@media (max-width:860px){.betb-slide{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.betb-slide{grid-template-columns:1fr}.betb-card{padding:22px 18px 20px}}