/*
 Theme Name:   Cobble Child Theme
 Theme URI:    https://cobble.themerex.net
 Description:  Cobble Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     cobble
 Version:      1.0.0    
 Tags:         flooring, construction, design, doors, handyman, maintenance, repair, shop, windows, kitchen, roofing, furniture, remodeling, renovation, interior design
 Text Domain:  cobble
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* Gavi Wood Technical Specifications Table Styles */
.gaviwood-tech-table-container {
    width: 100%;
    margin: 20px 0;
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.gaviwood-tech-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.gaviwood-tech-table th {
    background-color: #DA9B62;
    color: #fff;
    padding: 14px 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.gaviwood-tech-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #EAEAEA;
    color: #4A4A4A;
}
.gaviwood-tech-table tr:hover {
    background-color: #FAF6F0;
}
.gaviwood-tech-table tr:last-child td {
    border-bottom: none;
}
@media (max-width: 600px) {
    .gaviwood-tech-table th, .gaviwood-tech-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}