.gwp-modal.hidden{display:none}
.gwp-modal{background-color: rgba(var(--color-foreground),.5); position:fixed;inset:0;z-index:9999}
.gwp-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.gwp-dialog{position:relative;z-index:1;max-width:900px;margin:5vh auto;background:#fff;border-radius:14px;padding:20px}
.gwp-title{margin:0 0 8px;font-size:20px}
.gwp-subtitle{margin:0 0 16px;color:#555}
.gwp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}
.gwp-card{border:1px solid #eee;border-radius:10px;padding:10px;cursor:pointer;display:flex;flex-direction:column;gap:8px}
.gwp-card.selected{outline:2px solid #000}
.gwp-card img{width:100%;height:140px;object-fit:cover;border-radius:8px}
.gwp-price{font-weight:600}
.gwp-actions{display:flex;justify-content:flex-end;margin-top:16px}
.gwp-btn{padding:10px 16px;background:#14244c;color:#fff;border-radius:8px;font-weight:600;cursor: pointer;}
.gwp-close{position:absolute;top:8px;right:10px;background:transparent;border:none;font-size:22px;cursor:pointer}
