/* EZget Travel Planner card — RTL, מותג navy+cyan, מובייל-first (8.8.2026) */
#ezgpl-card{position:fixed;bottom:88px;inset-inline-end:16px;z-index:99998;width:300px;max-width:calc(100vw - 24px);
  background:#fff;border:1px solid #dbe7ee;border-radius:14px;box-shadow:0 8px 28px rgba(10,38,51,.18);
  font-family:inherit;direction:rtl;overflow:hidden}
#ezgpl-head{display:flex;justify-content:space-between;align-items:center;gap:8px;cursor:pointer;
  background:#0a2633;color:#fff;padding:10px 14px;font-size:14px;font-weight:600}
#ezgpl-head button{background:none;border:none;color:#6EC1E4;font-size:16px;cursor:pointer;min-width:44px;min-height:24px}
#ezgpl-body{padding:12px 14px;font-size:13px;color:#123}
.ezgpl-collapsed #ezgpl-body{display:none}
.ezgpl-row{margin:2px 0 6px}
.ezgpl-acts{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0}
.ezgpl-chip{border:1px solid #bcd6e4;background:#f4fafd;border-radius:999px;padding:5px 11px;font-size:12px;
  cursor:pointer;color:#0a2633;min-height:28px}
.ezgpl-chip.on{background:#0a2633;color:#fff;border-color:#0a2633}
.ezgpl-status{margin:8px 0 4px;padding:6px 10px;border-radius:8px;font-size:12.5px}
.st-open{background:#fff4e5;color:#7a4a00}.st-quoted{background:#e8f4fb;color:#0a2633}
.st-buy{background:#eef7ff;color:#0a2633}.st-done{background:#e9f7ef;color:#14532d}
.ezgpl-btns{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.ezgpl-btns button{flex:1 1 auto;border:1px solid #bcd6e4;background:#fff;border-radius:9px;padding:8px 10px;
  font-size:12.5px;cursor:pointer;color:#0a2633;min-height:44px}
.ezgpl-btns .ezgpl-cta{background:#6EC1E4;border-color:#6EC1E4;color:#062733;font-weight:700}
#ezgpl-out ul{margin:8px 0 4px;padding-inline-start:18px}
#ezgpl-out li{margin:3px 0}
.ezgpl-itin{margin-top:8px;line-height:1.55;max-height:220px;overflow:auto}
.ezgpl-note,.ezgpl-load{margin-top:6px;font-size:11.5px;color:#5b7280}
.ezgpl-checkin{margin-top:10px;padding:9px;border:1px solid #cfe3ee;border-radius:10px;background:#f7fbfd}
.ezgpl-checkin button{display:block;width:100%;margin-top:6px;border:1px solid #bcd6e4;background:#fff;
  border-radius:8px;padding:8px;cursor:pointer;font-size:12.5px;min-height:44px}
@media (max-width:520px){
  #ezgpl-card{width:100vw;max-width:100vw;inset-inline-end:0;bottom:76px;border-radius:14px 14px 0 0}
}

#ezgpl-card, #ezgpl-card *{box-sizing:border-box}
