/*
Theme Name: Coiled Tubing Unit
Theme URI: https://www.sinopecl.com
Author: Sino Petroleum
Description: Coiled Tubing Unit equipment theme. Responsive, SEO optimized, product catalog with multi-image support.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2
Text Domain: sino-petroleum
*/

/* Theme styles are in css/main.css */


/* Product specification tables */
table.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

table.spec-table td,
table.spec-table th {
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: center;
}

table.spec-table td:first-child {
    font-weight: bold;
    text-align: left;
    width: 35%;
    background: #f8f9fa;
}

table.spec-table th {
    background: #1a3a5c;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px;
}

table.spec-table tr:nth-child(even) td {
    background: #fcfcfc;
}
