/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* حالت اولیه: نمایش فقط پاراگراف اول + گرادینت */
.wd-term-description.readmore-collapsed {
    max-height: 140px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

.wd-term-description.readmore-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

/* دکمه بیشتر بخوانید */
.readmore-toggle {
    display: inline-block;
    margin-top: 10px;
    background: none;
    border: none;
    color: #0073aa;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    transition: color 0.3s ease;
}

.readmore-toggle:hover {
    color: #005177;
}

/* پست‌ها و محتوای سایت */
.entry-content p,
.entry-content li,
.post-content p,
.post-content li,

/* محتوای متنی المنتور */
.elementor-widget-text-editor p,
.elementor-widget-text-editor li,

/* توضیحات محصولات ووکامرس */
.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description li,
.woocommerce-Tabs-panel--description p,
.woocommerce-Tabs-panel--description li {
    text-align: justify;
}
/***********************************استایل جدول*******************************************/
/*****استایل جدول *****/
.wp-block-table{
  font-size: 16px;
  border-radius: 15px;
  padding: 0px;
}
.wp-block-table table thead{
background-color:#1c2857;
border-radius:10px !important
}
.wp-block-table table{
  border-radius: 15px;
  overflow: hidden;
  margin-top : 0px;
  background-color: #ececec;
}
.wp-block-table table thead tr th{
text-align:center;
color:#fff;
}
.wp-block-table table tbody tr td{
text-align:center;
}