/* تعليقات – تنسيقات إضافية */
.single-book-description{
  position:relative;
  padding-bottom:10px;
  margin-bottom:25px;
}
.single-book-description::after{
  content:"";
  position:absolute;bottom:0;left:50%;transform:translateX(-50%);
  width:120px;height:3px;background:#e0e0e0;border-radius:3px;
}
.comments-wrapper{margin-top:15px;text-align:center;}
.comments-wrapper h2{margin-bottom:10px;}
.comment-item{display:flex;gap:12px;margin-bottom:18px;align-items:flex-start;}
.comment-avatar{width:48px;height:48px;border-radius:50%;background:#ccc url('../images/default-avatar.png') center/cover no-repeat;flex-shrink:0;}
.comment-content{text-align:right;flex:1;}
.comment-header{font-size:.9rem;color:#555;margin-bottom:4px;display:inline-flex;align-items:center;gap:8px;}
.comment-rating .star,.comment-rating-input .star{font-size:20px;cursor:pointer;color:#ccc;}
.comment-rating .star.active,.comment-rating-input .star.active{color:#f5b301;}
.comment-form{display:flex;flex-direction:column;align-items:center;}
.comment-form textarea{width:100%;max-width:650px;min-height:110px;resize:vertical;margin:8px auto;}
.comment-form .comment-rating-input{margin:8px 0 12px;}
.comment-form .g-recaptcha{display:block;margin:12px auto 0;}
.comment-form .book-button{padding:6px 28px;margin-top:12px;display:block;margin-left:auto;margin-right:auto;}

.comment-header .comment-user{margin-right:8px;}
.comment-header .comment-date{margin-left:8px;}

/* نجوم التقييم العلوية للعرض فقط */
.rating-stars{pointer-events:none;user-select:none;}
