.zitu-warranty-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;margin:14px 0;padding:14px 16px;border:1px solid rgba(246,108,13,.22);border-radius:16px;background:linear-gradient(135deg,#fff 0%,#fff8f3 100%);direction:rtl;box-sizing:border-box;transition:opacity .18s ease,transform .18s ease}
.zitu-warranty-card.is-loading{opacity:.62}
.zitu-warranty-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:rgba(246,108,13,.1);color:#f66c0d}
.zitu-warranty-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.zitu-warranty-copy{display:flex;min-width:0;flex-direction:column;gap:3px}
.zitu-warranty-copy small{font-size:11px;color:#7b8190}
.zitu-warranty-copy strong{font-size:14px;line-height:1.8;color:#20242d}
.zitu-warranty-copy>span{font-size:11px;color:#686f7d}
.zitu-warranty-copy p{margin:4px 0 0;font-size:11px;line-height:1.8;color:#626a78}
.zitu-warranty-verified{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;padding:6px 9px;border-radius:999px;background:#edf9f1;color:#178447;font-size:11px;font-weight:700}
.zitu-warranty-verified svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:560px){.zitu-warranty-card{grid-template-columns:42px minmax(0,1fr);padding:12px}.zitu-warranty-icon{width:42px;height:42px}.zitu-warranty-verified{grid-column:2;justify-self:start}.zitu-warranty-copy strong{font-size:13px}}

/* 4.4.9 — warranty belongs to the selected seller block */
.zitu-offers + .zitu-warranty-card{margin-top:8px}
