.bump-quick-add {
    background: #21c25c !important;
    color: var(--accent-500, #16a34a) !important;
    font-weight: 800;
    font-size: .9rem;
    padding: 10px 8px;
    border-radius: 10px;
    border: 1.5px solid 
color-mix(in srgb, var(--accent-500, #16a34a) 35%, transparent);
    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
    text-align: center;
}