.ntn-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.ntn-review {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.ntn-stars {
    color: #00aa6c;
    font-size: 18px;
    margin-bottom: 10px;
}

.ntn-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.ntn-author {
    font-weight: 600;
    color: #333;
}

.ntn-author span {
    font-size: 13px;
    color: #777;
}

.ntn-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
