/*
Theme Name: NY Watch Market Custom
Theme URI: https://nywatchmarket.com/
Author: NY Watch Market
Author URI: https://nywatchmarket.com/
Description: Custom theme for NY Watch Market - Luxury Watch Marketplace
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nywatch-custom
Tags: ecommerce, woocommerce, custom
*/

/* Product description table styling */
.single-product table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    background: #fff;
    font-family: inherit;
}

.single-product table tbody td {
    padding: 16px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
}

.single-product table tbody tr:first-child td {
    border-top: none;
}

.single-product table tbody tr td:first-child:not([colspan="2"]) {
    width: 30%;
    color: #444;
}

.single-product table tbody td[colspan="2"] {
    background-color: #fff;
    padding: 24px 20px 16px;
    border-bottom: 1px solid #ddd;
}

.single-product table h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #222;
}

.single-product table td.p-r-2:not([colspan="2"]) {
    font-weight: 500;
    text-transform: capitalize;
}

/* Fix adjacent tbody spacing if any */
.single-product table tbody+tbody {
    border-top: 1px solid #ddd;
}