/* Telegraph стили - восстановлены из оригинальной страницы */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #1a1a1a;
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-width: 320px;
    overflow-x: hidden;
}

.tl_page {
    max-width: 732px;
    margin: 0 auto;
    position: relative;
    padding: 9px 0;
    width: 100%;
    flex-grow: 1;
}


.tl_page_wrap {
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
}

.tl_article .tl_article_content p {
    margin: 0 21px 12px;
    word-wrap: break-word;
}

/* Header styles */
.tl_article_header {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
}

.tl_article h1, .tl_article h2 {
    font-family: CustomSansSerif, 'Lucida Grande', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    margin: 21px 21px 12px;
    line-height: 34px;
}

.tl_article_header h1 {
    font-size: 32px;
    line-height: 1.35;
    margin: 0 0 14px;
    font-weight: 700;
    padding: 0;
}

.tl_article_header address {
    font-style: normal;
    margin-bottom: 10px;
    color: #707579;
    font-size: 15px;
    line-height: 1.4;
}

.tl_article_header address a {
    color: #1a1a1a;
    text-decoration: none;
}

.tl_article_header time {
    color: #707579;
    font-size: 15px;
    line-height: 1.4;
}

/* Article content styles */
.tl_article_content {
    margin-bottom: 40px;
    text-align: left;
}

.tl_article_content h1 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    margin: 28px 0 16px;
}

.tl_article_content h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin: 22px 0 12px;
}

/* Figure styles */
figure {
    margin: 30px 0;
    text-align: left;
}

figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

figcaption {
    font-size: 14px;
    color: #707579;
    padding: 5px 0;
}

/* Text styles */
.tl_article_content p {
    margin: 16px 0;
    font-size: 18px;
    line-height: 1.58;
}

.tl_article_content ul, .tl_article_content ol {
    margin: 16px 0;
    padding-left: 28px;
}

.tl_article_content li {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.58;
}

.tl_article_content a {
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .44);
    text-decoration: none;
    border-bottom: .1em solid rgba(0, 0, 0, .7);
}

.tl_article_content a:hover {
    text-decoration: none;
}

.tl_article_content strong {
    font-weight: 700;
}

.tl_article_content blockquote {
    font-family: CustomSerif, Georgia, Cambria, 'Times New Roman', serif;
    margin: 18px 21px 16px 0;
    padding-left: 15px;
    position: relative;
    font-style: italic;
    word-wrap: break-word;
    border-left: 3px solid #000;
    white-space: pre-wrap;
}

.tl_article_content blockquote p {
    font-size: 18px;
    line-height: 1.58;
    color: #454545;
}

/* Эмодзи */
.tl_article_content blockquote strong {
    font-weight: 700;
}

.tl_article_content blockquote em {
    font-style: italic;
}

@media (max-width: 768px) {
    .tl_article_header h1 {
        font-size: 28px;
    }
    
    .tl_article_content h1 {
        font-size: 28px;
    }

    .tl_article_content h4 {
        font-size: 20px;
    }
    
    .tl_article_content p, 
    .tl_article_content li,
    .tl_article_content blockquote p {
        font-size: 16px;
    }
}