.spec-section {border: none;box-shadow: none;}
.spec-section + .spec-section { margin-top: 3rem; }
.spec-section > h4 { margin: 0 0 0.5rem; font-size: 2rem; font-weight: 600; }
.spec-section table { width: 100%; border-collapse: collapse; font-size: 1.4rem;}
.spec-section table tr:nth-child(odd) { background-color: #eeeff0; }
.spec-section table th, .spec-section table td { border: none; }
.spec-section table th { text-align: left; font-size: var(--font-heading-scale, 1.6rem); font-weight: normal; width: 45%; padding: 0.7rem 1rem 0.7rem 0; color: rgb(var(--color-foreground)); }
.spec-section table td { padding: 0.7rem 0; }
