.mztb-slide{min-width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:4px;align-items:start}.mztb-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(13,103,181,.12);position:relative;overflow:hidden;transition:box-shadow .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1)}.mztb-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0d67b5,#3a8fd4);border-radius:16px 16px 0 0}.mztb-card:hover{box-shadow:0 16px 48px rgba(13,103,181,.18);transform:translateY(-4px)}.mztb-quote{position:absolute;top:20px;right:20px;width:36px;height:36px;background:#e8f2fb;border-radius:50%;display:flex;align-items:center;justify-content:center}.mztb-stars{display:flex;gap:2px;margin-bottom:10px}.mztb-stars span{font-size:17px;color:#f59e0b;line-height:1}.mztb-rtitle{font-size:13px;font-weight:600;color:#1e293b;margin-bottom:10px;line-height:1.4;padding-right:42px}.mztb-text{font-size:13px;font-weight:400;color:#475569;line-height:1.85;flex:1;margin-bottom:18px}.mztb-scores{display:grid;grid-template-columns:1fr 1fr;gap:5px 12px;margin-bottom:18px;padding:12px 14px;background:#e8f2fb;border-radius:10px}.mztb-score-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.mztb-score-lbl{font-size:10.5px;font-weight:500;color:#475569}.mztb-score-val{font-size:10.5px;font-weight:700;color:#0d67b5}.mztb-reviewer{display:flex;align-items:center;gap:11px;padding-top:16px;border-top:1px solid #f1f5f9;margin-top:auto}.mztb-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(13,103,181,.22);letter-spacing:.02em}.mztb-rinfo{flex:1;min-width:0}.mztb-rname{font-size:13px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mztb-rrole{font-size:10.5px;font-weight:400;color:#94a3b8;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mztb-verified{font-size:10px;font-weight:600;color:#16a34a;background:#f0fdf4;padding:3px 8px;border-radius:100px;border:1px solid #bbf7d0;white-space:nowrap;flex-shrink:0}.mztb-dot{width:8px;height:8px;border-radius:100px;background:#e2e8f0;cursor:pointer;border:none;padding:0;transition:all .3s ease}.mztb-dot.mztb-active{background:#0d67b5;width:26px}.mztb-dot:hover:not(.mztb-active){background:#3a8fd4}@media (max-width:560px){.mztb-slide{grid-template-columns:1fr}.mztb-card{padding:22px 18px 20px}}