.nearby-printer-box{background:#f8fbff;border:1px solid #dce8ff;border-radius:16px;padding:16px}
.nearby-printer-cards{display:grid;gap:8px;max-height:300px;overflow:auto}
.nearby-printer-card{display:grid;grid-template-columns:46px 1fr;gap:10px;width:100%;text-align:left;border:1px solid #dce5f2;background:#fff;border-radius:12px;padding:10px 12px;transition:.18s ease}
.nearby-printer-card:hover,.nearby-printer-card.active{border-color:#2563eb;background:#eff6ff;transform:translateY(-1px)}
.nearby-printer-card .printer-rank{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#0f172a;color:#fff;font-weight:800}
.nearby-printer-card span:last-child{display:flex;flex-direction:column;gap:2px}
.nearby-printer-card small{color:#64748b}
.delivery-rule-box{display:flex;flex-direction:column;gap:3px;background:#fff8df;border:1px solid #f1d787;border-radius:12px;padding:12px;font-size:.88rem}
@media (max-width:575.98px){.nearby-printer-card{grid-template-columns:40px 1fr}.nearby-printer-card .printer-rank{width:34px;height:34px}}
