/*!
Theme Name: shearpowertool
Theme URI: https://digitalguider.com/
Author: DG Development Team
Author URI: https://digitalguider.com/
Description: A custom WordPress theme for shearpowertool
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shearpowertool
*/
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}
.sub-menu .menu-item  a{color:#000!important;}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
}

.spec-table th,
.spec-table td {
    padding: 14px 18px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

.spec-table th {
    background: #b39b7a;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.spec-table tbody tr:hover {
    background: #eef5ff;
    transition: 0.3s ease;
}

.spec-table .spec-group {
    font-weight: 600;
    background: #f1f4f8;
}

@media (max-width: 768px) {
    .spec-table {
        font-size: 14px;
    }

    .spec-table th,
    .spec-table td {
        padding: 10px 12px;
    }
}