
/*======== نظرات و کامنت های صفحه محصول ====*/

.product-reviews{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.product-reviews *{
    box-sizing: border-box;
}

.product-reviews form{
    width: 100%;
    max-width: 100%;
}

.product-reviews textarea{
    width: 100%;
    max-width: 100%;
    min-height: 180px;
    resize: vertical;
}

.product-reviews input[type="text"],
.product-reviews input[type="email"],
.product-reviews input[type="url"]{
    width: 100%;
    max-width: 100%;
}

.product-reviews table{
    display: block;
    width: 100%;
    overflow-x: auto;
}

.product-reviews img{
    max-width: 100%;
    height: auto;
}

/*===محصولات تکی===*/
.book-description-pr {
    display: grid;
    gap: 15px;
}

.book-author-pr-content {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.04);
    line-height: 2;
}

/* تیتر نویسنده */
.book-author-pr-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    text-align: center;
}

/*------ غیر فعال کردن زیر خط دار بودن لینک ها ---- */
a {
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

/* ===== نظرات، دیدگاه، کامنت =====*/
@media (max-width: 768px) {

    .book-comments-container {
        padding-left: 4px;
        padding-right: 4px;
    }

}
@media (max-width: 768px) {

    .comments-title {
        font-size: 17px;
    }
    .comment-meta,
    .comment-metadata {
        font-size: 11px;
        color: #777;
    }
    
    .comment-meta a,
    .comment-metadata a {
        font-size: 11px;
    }

}
@media (max-width: 768px) {

    .comment-form-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .comment-form-wrapper textarea {
        min-height: 140px;
    }

}

/* ===== توضیحات کتاب محصول تکی/ معرفی / نویسنده =====*/
@media (max-width: 768px) {

    .book-description-pr {
        grid-template-columns: 1fr !important;
    }

}
