.fs-product-identity{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:14px 0 16px;padding:0;border:1px solid #e2e7e3;border-radius:10px;background:#fbfcfb;overflow:hidden}
.fs-product-identity>div{min-width:0;padding:11px 13px;border-right:1px solid #e2e7e3}
.fs-product-identity>div:last-child{border-right:0}
.fs-product-identity dt{margin:0 0 3px;color:var(--muted);font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.35px}
.fs-product-identity dd{margin:0;color:var(--ink);font-size:13px;line-height:1.35;font-weight:700;overflow-wrap:anywhere}
.fs-product-identity a{color:var(--green-2);text-decoration:none}
.fs-product-identity a:hover{text-decoration:underline}
@media(max-width:780px){
  .fs-product-identity{grid-template-columns:1fr;margin:12px 0 14px}
  .fs-product-identity>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;padding:9px 11px;border-right:0;border-bottom:1px solid #e2e7e3}
  .fs-product-identity>div:last-child{border-bottom:0}
  .fs-product-identity dt{margin:1px 0 0}
  .fs-product-identity dd{font-size:13px}
}
