.custom-action-button {
    display: inline-block;
    padding: 4px;
    margin: 0 2px;
    opacity: 0.6;
    cursor: pointer;
}

.custom-action-button:hover {
    opacity: 1;
    text-decoration: none;
}

/* Optional: Make the modal appear centered vertically */
#custom-action-modal.in,
#simple-modal.in {
    top: 40%;
}
