/* Deal&Take-It Commentaires - Style Amazon compact */

.dtic-comment-box {
    max-width: 720px;
    margin: 25px auto;
    padding: 18px 20px 20px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e3e6e8;
    box-shadow: 0 4px 12px rgba(15,17,17,0.06);
    font-family: "Arial", sans-serif;
}

.dtic-comment-title {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.dtic-comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.dtic-comment-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f0f2f2;
    margin-right: 10px;
}

.dtic-comment-meta {
    display: flex;
    flex-direction: column;
}

.dtic-comment-name {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.dtic-comment-date {
    font-size: 12px;
    color: #565959;
}

.dtic-comment-rating {
    margin: 4px 0 4px;
    font-size: 15px;
}

.dtic-star {
    color: #d5d9d9;
    margin-right: 1px;
}

.dtic-star.filled {
    color: #f59b24;
}

.dtic-comment-verified {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    color: #007600;
}

.dtic-comment-text {
    font-size: 14px;
    line-height: 1.6;
    color: #111;
}

.dtic-comment-text p {
    margin: 0 0 6px;
}
