.ufae-review-notice {
    .ufae-review-notice-buttons {
        transition: all 0.3s ease;
        outline: none !important;
        box-shadow: none !important;

        a {
            background-color: #6e4dff !important;
            color: #fff !important;
            border-color: #4b22ff !important;
        }

        a:hover {
            background-color: #4b22ff !important;
        }

        button {
            border-color: #d10000 !important;
            background-color: transparent !important;
            color: #d10000 !important;
        }

        button:hover {
            background-color: #d10000 !important;
            color: white !important;
        }
    }
}