/* Minimal styling */
.dpck-rox{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;max-width:920px}
.dpck-row{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:14px}
.dpck-col{flex:1 1 300px;min-width:260px}
.dpck-rox label{display:block;font-weight:600;margin-bottom:6px}
.dpck-rox input[type=text], .dpck-rox input[type=number]{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px}
.dpck-or-city{margin-top:6px}
.dpck-suggest{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:6px;display:none;max-height:260px;overflow:auto;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.dpck-sg-item{padding:8px 10px;cursor:pointer}
.dpck-sg-item:hover{background:#f3f4f6}
.dpck-sg-empty{padding:8px 10px;color:#666}
.dpck-loading,.dpck-error{padding:12px;border-radius:10px;background:#f9fafb;border:1px solid #eee}
.dpck-error{background:#fef2f2;border-color:#fecaca}
.dpck-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-top:12px}
.dpck-card{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:white}
.dpck-card-hd{font-weight:700;padding:10px 12px;border-bottom:1px solid #eee}
.dpck-card-hd span{font-weight:400;color:#6b7280;margin-left:8px}
.dpck-card-bd{padding:10px 12px}
.dpck-card-bd .dpck-row{display:flex;justify-content:space-between;margin:4px 0}
.dpck-raw{white-space:pre-wrap;background:#111;color:#e5e7eb;padding:12px;border-radius:10px;overflow:auto}

/* Single-input refinements */
.dpck-suggest{z-index:9999}
