﻿.btn-delete {
    color: white;
    background-color: #dc3545;
    padding: 6px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

    .btn-delete:hover {
        background-color: #bb2d3b;
    }
