.btn-logout {
    background-color: #dc3545;
    color: white;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.btn-logout:hover {
    background-color: #bb2d3b;
    color: white;
}
