.post-title {
    margin-bottom: 0;
}

.post-meta {
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.single-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.product-image-column {
    flex: 1;
}

.product-content-column {
    flex: 1.2;
}

.post-rating-summary {
    margin: 8px 0 10px;
    font-size: 15px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top:-25px;
}

.post-rating-category {
    color: #444;
    align-items: center;
    text-align: center;
}

.stars {
    color: #f5b301;
    font-size: 18px;
}

.rating-value {
    font-weight: 600;
}

.rating-count {
    font-size: 13px;
    color: #777;
}

/* SECTION AVIS */
.post-reviews {
    margin-top: 0px;
}

.post-reviews h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment {
    background: #fff;
    padding: 20px;
    margin-bottom: 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.comment-author {
    font-weight: 600;
}

.comment-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

.comment-rating {
    color: #f5b301;
    margin-bottom: 8px;
}

.comment-content {
    font-size: 15px;
    line-height: 1.6;
}

.comments-title {
    padding: 0px;
}

.comment-reply-title {
    margin-top: 10px;
}

/* FORMULAIRE */
.comment-form {
    margin-top: 30px;
}

.comment-form input,
.comment-form textarea,
.comment-form select {
    width: auto;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    font-size: 14px;
}

.comment-form textarea {
    min-height: 120px;
}

.comment-form input[type="submit"] {
    background: #111;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.comment-form input[type="submit"]:hover {
    background: #333;
}

.comment-respond{
    padding:0!important;
    text-align: left!important;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .comment {
        padding: 16px;
    }

    .comment-content {
        font-size: 14px;
    }
}

.hidden-field {
    display: none;
}

.ast-comment-formwrap p{
    margin-bottom: 0;
}

.comment-form-rating select{
    width: 100%;
}
