.telegram-post a {
    color: #000 !important;
}

.telegram-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.telegram-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.telegram-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 0.5rem;
}

.telegram-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
}
