/* Webpushr's Shake-in animation moves a viewport-sized prompt and causes large CLS.
 * Preserve the subscription control while displaying it without movement. */
#webpushr-prompt-wrapper webpushrpromptconatiner {
    animation: none !important;
    transition: none !important;
}
#webpushr-prompt-wrapper #webpushr-approve-button {
    background-color: #28516c !important;
    color: #fff !important;
}
