/**
 * Product Specifications Styles
 */

/* Frontend Specifications Content */
.wvft-product-specifications {
    margin: 0;
    line-height: 1.8;
}

.wvft-product-specifications p {
    margin-bottom: 1em;
}

.wvft-product-specifications ul,
.wvft-product-specifications ol {
    margin-left: 20px;
    margin-bottom: 1em;
}

.wvft-product-specifications ul li,
.wvft-product-specifications ol li {
    margin-bottom: 0.5em;
}

.wvft-product-specifications table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.wvft-product-specifications table th,
.wvft-product-specifications table td {
    padding: 10px;
    border: 1px solid #e8e8e8;
    text-align: left;
}

.wvft-product-specifications table th {
    background-color: #f8f8f8;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .wvft-product-specifications {
        font-size: 14px;
    }

    .wvft-product-specifications table {
        font-size: 13px;
    }

    .wvft-product-specifications table th,
    .wvft-product-specifications table td {
        padding: 8px;
    }
}