/* HanTema - Ürün Değerlendirme frontend stilleri */

.hantema-product-eval-box {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    padding: 16px 18px;
    margin: 24px 0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.hantema-product-eval-header {
    margin-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
}

.hantema-product-eval-title {
    font-weight: 600;
    font-size: 15px;
}

.hantema-product-eval-rating {
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.hantema-product-eval-rating-number {
    font-weight: 600;
}

.hantema-product-eval-stars .hantema-star {
    font-size: 18px;
    margin-right: 2px;
}

.hantema-product-eval-stars .hantema-star.full {
    color: #ffc107;
}

.hantema-product-eval-stars .hantema-star.half {
    color: #ffc107;
    opacity: 0.7;
}

.hantema-product-eval-stars .hantema-star.empty {
    color: #cccccc;
}

.hantema-product-eval-comment {
    margin-top: 6px;
}
