/* DIY Off Road — visible Specifications table on the PDP (matches additionalProperty schema) */
.jadog-specs {
    margin: 24px 0 8px;
}
.jadog-specs-title {
    font-size: 18px;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #1979c3;
    display: inline-block;
}
.jadog-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.jadog-specs-table th,
.jadog-specs-table td {
    text-align: left;
    padding: 9px 14px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: top;
}
.jadog-specs-table th {
    width: 40%;
    color: #555;
    font-weight: 600;
    background: #f7f9fc;
    white-space: nowrap;
}
.jadog-specs-table td {
    color: #1b1b1b;
    font-weight: 500;
}
@media (max-width: 480px) {
    .jadog-specs-table th { width: 45%; white-space: normal; }
}
