/* Crystals uses the same product-card language as Battery research */
#crystals .crystal-grid{grid-template-columns:repeat(6,1fr);gap:12px;border:0;background:transparent}#crystals .crystal-grid a{height:160px;min-height:160px;background:#fff;border:1px solid #d7dce2!important;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;gap:0;overflow:hidden;color:#5794e1}#crystals .crystal-grid img{height:98px;width:100%;object-fit:contain;background:#fff;mix-blend-mode:normal;margin:0}#crystals .crystal-grid b{color:#5794e1;font-size:14px;line-height:1.25;font-weight:700;text-align:center;padding:5px 3px 0;min-height:35px;display:flex;align-items:center;justify-content:center}#crystals .crystal-grid a:hover{border-color:#8eb9eb!important;transform:none}@media(max-width:1000px){#crystals .crystal-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){#crystals .crystal-grid{grid-template-columns:repeat(2,1fr)}#crystals .crystal-grid a{height:150px;min-height:150px}#crystals .crystal-grid img{height:90px}}
