/* NT Review Suite - עיצוב בסיסי לכפתורי עריכה/מחיקה ולשונית "הביקורות שלי" */

.ntrs-review-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.ntrs-review-actions a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #333;
}

.ntrs-review-actions a.ntrs-edit-btn:hover {
    background: #f0f0f0;
}

.ntrs-review-actions a.ntrs-delete-btn {
    color: #b81c23;
    border-color: #f0c0c3;
}

.ntrs-review-actions a.ntrs-delete-btn:hover {
    background: #fbe9ea;
}

.ntrs-my-reviews .ntrs-my-review-item:last-child {
    border-bottom: none;
}

.ntrs-edit-form textarea {
    font-family: inherit;
}
