.action-buttons .btn-outline-secondary {
    border-color: #ccc;
    background-color: #f8f9fa;
    color: #333;
    width: 36px;
    height: 36px;
    padding: 6px 0;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.action-buttons .btn-outline-secondary:hover {
    background-color: #e9ecef;
    color: #0d6efd;
    border-color: #ced4da;
}

/* .action-buttons {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 8px;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
}  */