/*
 Theme Name:   WoodMart Child
 Theme URI:    http://example.com/woodmart-child/
 Description:  WoodMart
 Author:       你的名字
 Author URI:   http://example.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart-child
*/
.solution-item {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.solution-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.solution-link {
    text-decoration: none;
    color: inherit;
}

.solution-thumbnail {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 4px;
}

.solution-thumb-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.solution-item:hover .solution-thumb-img {
    transform: scale(1.05);
}

.solution-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
	 text-align: center;
}

.excerpt {
    color: #666;
    font-size: 14px;
}
.product-tabs-wrapper .tabs-layout-tabs .woocommerce-Tabs-panel--wd_custom_tab .wc-tab-inner{
	 text-align: center;
    text-align: -webkit-center;
}
.product-tabs-wrapper .tabs-layout-tabs .woocommerce-Tabs-panel--wd_custom_tab .wc-tab-inner table {
	width: auto !important;
}
.product-tabs-wrapper .product-tabs-wrapper table {
  border-collapse: collapse; /* 合并边框 */
}
.product-tabs-wrapper table th, .product-tabs-wrapper table td {
  border: 1px solid black;
}
.product-element-top:hover,
.wd-product .product-wrapper:hover .product-element-top,
.products .category-grid-item:hover .wrapp-category .category-image-wrapp{
	border: 2px solid #e45927;
}
a.wd-entities-title:hover, 
.wd-entities-title a:hover,
.wd-product .product-wrapper:hover a.wd-entities-title,
.wd-product .product-wrapper:hover .wd-entities-title a,
.products .category-grid-item:hover .wrapp-category .wd-entities-title{
    color: var(--wd-link-color-hover) !important;
}