/* 13-specs.css */
.specs-section{background:var(--color-bg-alt);}
.specs-section__header{text-align:center;margin-bottom:var(--space-8);}
.specs-section__title{font-size:var(--text-xl);}
.specs-table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-white);}
.specs-table{width:100%;font-size:var(--text-sm);}
.specs-table td{padding:var(--space-3) var(--space-5);border-bottom:1px solid var(--color-border);vertical-align:top;}
.specs-table tr:last-child td{border-bottom:none;}
.specs-table td:first-child{font-weight:var(--weight-semibold);color:var(--color-text-primary);white-space:nowrap;width:220px;background:var(--color-bg-alt);}
.specs-table td:last-child{color:var(--color-text-body);}
