.push-permission-panel {
    text-align: center;
}

.push-prompt-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

@media (max-width: 540px) {
    .push-prompt-actions .push-register-button,
    .push-prompt-actions .push-cancel-button {
        width: 100%;
    }
}
