/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/* === Product Specs Custom Style === */
.product-specs h3 {
  display: none; /* 隐藏标题 */
}

.product-specs p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

/* ========== 产品详情页自定义布局 ========== */
.single-product .ast-container {
  max-width: 1360px;
  display: flex;
  
}

.single-product .ast-container > .ast-woocommerce-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.single-product .woocommerce-product-gallery {
  width: 27%;
  flex-shrink: 0;
}

.single-product .summary.entry-summary {
  width: 70px;
}

/* 最新文章区域整体布局 */

/* 容器：两列布局 */
.custom-latest-posts-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 40px 0;
}

/* 单列 */
.custom-post-column {
    width: 48%;
}

/* 每篇文章 */
.custom-post-item {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

/* 标题链接 */
.custom-post-item a {
    font-size: 17px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
}

.custom-post-item a:hover {
    color: #0073aa;
}

/* 日期样式 */
.custom-post-item .post-date {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

/* 响应式支持：手机端变单列 */
@media (max-width: 768px) {
    .custom-latest-posts-grid {
        flex-direction: column;
    }
    .custom-post-column {
        width: 100%;
    }
}

/* 修改产品详情页 H2 标签字体大小 */
.single-product h2 {
  font-size: 18px;
}

/* 修改产品详情页 a 标签颜色为深蓝色 */
.elementor-widget-container a {
  color: #0096f0;
}

/* 如果需要悬停时颜色变化，可以添加以下代码 */
.single-product a:hover {
  color: #07a2ff;
}


/* 修改产品详情页 H3 标签字体大小 */
.single-product h3 {
  font-size: 16px;
}

