/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* استایل کلی کانتینر محدود شده */
.comment-closed {
    position: relative;
    transition: max-height 0.5s ease-out !important; /* افزودن important برای اطمینان */
}

#show-more-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    z-index: 999;
}

#show-more-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px; /* ارتفاع سایه محو کننده */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 100%);
    display: flex;
    align-items: flex-end; /* دکمه را به پایین می‌چسباند */
    justify-content: center;
    padding-bottom: 20px;
    z-index: 100;
}

#show-more-comments-btn {
background-color: #1c347a;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

#show-more-comments-btn:hover {
    transform: scale(1.05);
}

/* باکس متن کاربر عادی */
.user-text-box {
    margin-top: 10px;
    padding: 15px;
    background: #e7e7e773; /* رنگ آبی ملایم یا متناسب با سایت شما */
    border-right: 4px solid #c02b27; /* یک خط عمودی برای تمایز بیشتر */
    border-radius: 5px;
    color: #363636;
	margin: 20px 0px;
}

/* باکس متن مدیر/ادمین */
.admin-text-box {
    margin-top: 10px;
    padding: 15px;
    background: #e7e7e773; /* رنگ آبی ملایم یا متناسب با سایت شما */
    border-right: 4px solid #1c347a; /* یک خط عمودی برای تمایز بیشتر */
    border-radius: 5px;
    color: #363636;
	margin: 20px 0px;
}

/* جلوگیری از تداخل استایل تم با باکس‌های جدید */
.comment-content p {
    margin-bottom: 0;
}