Raised Center Cap
.product-specs { width: 100%; max-width: 100%; font-family: "Times New Roman", Times, serif; color: #444; } .product-specs h3 { margin: 20px 0 12px; } .specs-grid { border: 1px solid #000; border-collapse: collapse; width: 100%; background: #fff; margin: 0; /* ✅ removes white space between tables */ border-bottom: none; /* ✅ removes double borders */ } .specs-grid + .specs-grid { border-top: none; /* ✅ makes tables stack seamlessly */ } .specs-grid th, .specs-grid td { padding: 10px; border-right: 1px solid #000; font-size: 16px; text-align: left; vertical-align: top; } .specs-grid th { width: 30%; font-weight: bold; background: #f7f7f7; } .specs-grid tr { border-bottom: 1px solid #000; } .specs-grid tr:last-child { border-bottom: 0; } .specs-grid td:last-chil