.rusnetim-notification-wrapper {
    margin: 10px 0;
    text-align: center;
}

.rusnetim-notification-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007cba;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.rusnetim-notification-button:hover {
    background-color: #005a87;
    text-decoration: none;
    color: #fff;
}