/* Item Specifics table. Replaces Additional Information body when custom meta exists; otherwise native output remains. Desktop uses 32/68 column split; mobile stacks rows for readability. */

.item-specs-table{width:100%;max-width:700px;margin:1em auto;border-collapse:collapse;}
.item-specs-table th{width:32%;vertical-align:middle;text-align:left;white-space:normal;word-break:break-word;}
.item-specs-table td{width:68%;}
@media(max-width:700px){
  .item-specs-table,.item-specs-table th,.item-specs-table td{display:block;width:100%!important;}
  .item-specs-table tr{border-bottom:1px solid #eee;margin-bottom:.6em;display:block;}
  .item-specs-table th{background:#f6f6f6;font-weight:bold;padding:.3em 0;border:none;}
  .item-specs-table td{padding:.3em 0 .6em 0;border:none;}
}