/* Battery R&D card treatment matching the supplied reference */
.battery-grid{grid-template-columns:repeat(6,1fr);gap:12px}.battery-grid a{min-height:160px;height:160px;background:#fff;border:1px solid #d7dce2;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;overflow:hidden}.battery-grid img{height:98px;width:100%;object-fit:contain;background:#fff;margin:0;transition:none}.battery-grid a:hover img{transform:none}.battery-grid span{position:static;inset:auto;background:none;color:#5794e1;text-shadow:none;padding:5px 3px 0;font-size:14px;line-height:1.25;font-weight:700;text-align:center;margin:0;min-height:35px;display:flex;align-items:center;justify-content:center}.battery-grid a:hover{border-color:#8eb9eb}@media(max-width:1000px){.battery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.battery-grid{grid-template-columns:repeat(2,1fr)}.battery-grid a{height:150px;min-height:150px}.battery-grid img{height:90px}}
