/* =========================================================
 Hamida Traders — RTM-033 Product Selection
 Load after inquiry-season.css, before responsive.css
========================================================= */
.inq-product-grid{align-items:stretch}
.inq-product-card{position:relative;min-width:0;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}
.inq-product-card:hover{transform:translateY(-2px);border-color:rgba(0,82,204,.22);box-shadow:0 12px 28px rgba(15,39,71,.055)}
.inq-product-card:focus-visible{border-color:rgba(0,82,204,.4);box-shadow:0 0 0 4px rgba(0,82,204,.07)}
.inq-product-card.is-selected{border-color:#0052cc;background:linear-gradient(180deg,rgba(0,82,204,.05),rgba(0,82,204,.02)),#fff}
.inq-product-card.is-selected .inq-product-card__check{box-shadow:0 6px 16px rgba(0,82,204,.18)}
.inq-product-card strong{overflow-wrap:anywhere}
.inq-product-status{display:none;margin:14px 0 0;padding:10px 12px;border:1px solid rgba(0,82,204,.08);border-radius:12px;color:#53667a;background:rgba(0,82,204,.03);font-size:9px;line-height:1.55}
.inq-product-status.is-visible{display:block}
.inq-product-status strong{color:#0052cc}
.inq-product-error{display:none;margin-top:12px;padding:10px 12px;border:1px solid rgba(220,38,38,.12);border-radius:12px;color:#991b1b;background:rgba(220,38,38,.045);font-size:9px}
.inq-product-error.is-visible{display:block}
.inq-selection-chip{max-width:100%}
.inq-selection-chip>span{overflow-wrap:anywhere}
.inq-selection-chip button{display:grid;place-items:center;width:20px;height:20px;flex:0 0 20px;border-radius:50%}
@media(max-width:620px){.inq-product-card{min-height:76px}}
@media(hover:none),(pointer:coarse){.inq-product-card{min-height:88px}.inq-product-card:hover{transform:none}}
