/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.table-responsive{
    overflow-x:auto;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
}

.table-responsive table{
    width:100%;
    border-collapse:collapse;
}

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

.table-responsive th{
    background:#003F8C;
    color: #fff;
}
.section-container{
    margin:0 auto;
}
.two-column{
    display:flex;
    align-items:center;
    gap:50px;
}
.text-content{
    flex:1;
}
.image-content{
    flex:1;
}
.image-content img{
    width:100%;
    height:auto;
    display:block;
    border-radius:10px;
}
/* 手机端 */
@media (max-width:768px){
    .two-column{
        flex-direction:column;
        gap:30px;
    }
    .text-content, .image-content{
        width:100%;
    }
}
.woocommerce-product-attributes th{
    text-align:left;
}
.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th{
    background-color: #E6F4FD;
}
.woocommerce table.shop_attributes td {
    padding-left: 10px;
}