#telegram-notification-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    max-width: 300px;
}

#telegram-notification-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#telegram-notification-content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.telegram-join-button {
    display: flex;
    align-items: center;
    background-color: #0088cc;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 5px;
}

.telegram-join-button img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

#telegram-notification-close {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
}
