.specs-table-8afef253 {
    max-width: 900px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.specs-table-8afef253 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.specs-table-8afef253 tr {
    border-bottom: 1px solid #e5e5e5;
}

.specs-table-8afef253 tr:last-child {
    border-bottom: none;
}

.specs-table-8afef253 tr.row-even {
    background-color: #f9f9f9;
}

.specs-table-8afef253 tr.row-odd {
    background-color: #ffffff;
}

.specs-table-8afef253 td {
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    vertical-align: middle;
}

.specs-table-8afef253 .spec-label {
    font-weight: 700;
    color: #1a1a1a;
    width: 35%;
    white-space: nowrap;
}

.specs-table-8afef253 .spec-value {
    font-weight: 400;
    color: #444444;
    width: 65%;
}

@media (max-width: 600px) {
    .specs-table-8afef253 td {
        padding: 14px 15px;
        font-size: 14px;
    }

    .specs-table-8afef253 .spec-label {
        width: 40%;
    }

    .specs-table-8afef253 .spec-value {
        width: 60%;
    }
}
