.spare-product-results{margin:0 0 1.25rem;padding:1rem;background:#fff;border:1px solid #e1e5ed;border-radius:14px}
.spare-result-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.8rem}
.spare-result-heading h3{margin:.15rem 0 0}
.spare-result-heading small{color:#667085}
.spare-product-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.spare-product-result-grid article{display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.75rem;border:1px solid #e1e5ed;border-radius:10px}
.spare-product-result-grid img{width:76px;height:76px;object-fit:contain}
.spare-product-result-grid h4{margin:.2rem 0}
.spare-product-result-grid span{display:block;font-size:.85rem}
.spare-product-result-grid .available{color:#08783e}
.spare-product-result-grid .sold-out{color:#b42318}
@media(max-width:900px){.spare-product-result-grid{grid-template-columns:1fr}}
@media(max-width:560px){.spare-product-result-grid article{grid-template-columns:60px 1fr}.spare-product-result-grid img{width:60px;height:60px}.spare-product-result-grid .button{grid-column:1/-1}}
