.product-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-offer-card{display:grid;gap:14px;min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px}.product-offer-card.is-selected{border-color:#d4a64fb3;background:#d4a64f14}.product-offer-card header,.product-offer-price,.product-offer-card dl div{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.product-offer-card header>div,.product-offer-price{min-width:0}.product-offer-card header strong,.product-offer-card header span,.product-offer-price strong,.product-offer-price small{display:block;overflow-wrap:anywhere}.product-offer-card header span,.product-offer-price small,.product-offer-card dt{color:var(--muted);font-size:.76rem}.product-offer-card dl{display:grid;gap:8px;margin:0}.product-offer-card dd{margin:0;text-align:right}@media(max-width:980px){.product-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.product-offer-grid{grid-template-columns:1fr}}
