.custom-action-button {
    background: #ff5722;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-action-button:hover {
    background: #e64a19;
}