/* 电报按钮样式 */
.btn-telegram {
    background-color: #0088cc !important;
    border-color: #0088cc !important;
    color: #fff !important;
}

.btn-telegram:hover {
    background-color: #0077b5 !important;
    border-color: #0077b5 !important;
    color: #fff !important;
}