@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.body-blog {
    font-family: 'Roboto', Arial, sans-serif;
    background: #ebebeb;
    color: #494949;
}

.body-blog .site-header__bar,
.body-blog .page-section {
    font-family: 'Roboto', Arial, sans-serif;
}

.body-blog .page-section {
    background: #ebebeb;
    min-height: auto;
}

.body-blog .page-section.blog-article,
.body-blog .page-section.blog-page {
    padding-bottom: 3rem;
}

.body-blog .container h1 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: #494949;
}

.blog-intro {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #787878;
}

.blog-intro a {
    color: #494949;
    text-decoration: underline;
}

.blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-list__item {
    padding: 24px 0;
    border-bottom: 1px solid #dadada;
}

.blog-list__item:first-child {
    border-top: 1px solid #dadada;
}

.blog-list__title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #494949;
    text-decoration: none;
    margin-bottom: 8px;
    line-height: 1.35;
}

.blog-list__title:hover {
    color: #787878;
}

.blog-list__excerpt {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.55;
    color: #787878;
    margin-bottom: 8px;
}

.blog-list__date {
    font-size: 13px;
    color: #757575;
}

.blog-breadcrumb {
    margin-bottom: 1.5rem;
    font-size: 14px;
}

.blog-breadcrumb a {
    color: #787878;
    text-decoration: none;
}

.blog-breadcrumb a:hover {
    color: #494949;
}

.blog-meta {
    font-size: 14px;
    color: #787878;
    margin-bottom: 1.5rem;
}

.blog-meta a {
    color: #494949;
}

.blog-featured {
    max-width: 100%;
    height: auto;
    margin: 0 0 1.5rem;
}

.blog-article .content,
.blog-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
    color: #494949;
}

.blog-article .content::after {
    content: '';
    display: table;
    clear: both;
}

.blog-article .content img {
    max-width: 100%;
    height: auto;
}

.blog-content p {
    margin-bottom: 1rem;
}

.blog-telegram-cta {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #dadada;
}

.blog-telegram-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #757575;
    color: #f9f9f9;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.2s;
}

.blog-telegram-cta a:hover {
    background: #828282;
    color: #f9f9f9;
}

.blog-adjacent {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    font-size: 14px;
}

.blog-adjacent a {
    color: #494949;
    max-width: 45%;
}

.blog-pagination {
    display: flex;
    gap: 8px;
    margin-top: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    clear: both;
    width: 100%;
}

.blog-pagination--after-nav {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #dadada;
}

.blog-pagination a,
.blog-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 8px 12px;
    border: 1px solid #dadada;
    color: #494949;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    background: #f9f9f9;
}

.blog-pagination__ellipsis {
    border-color: transparent;
    background: transparent;
    min-width: auto;
    padding: 8px 4px;
    color: #787878;
}

.blog-pagination a:hover {
    background: #efefef;
    color: #494949;
}

.blog-pagination a.active {
    background: #494949;
    color: #f9f9f9;
    border-color: #494949;
}

.blog-pagination__prev,
.blog-pagination__next {
    font-weight: 500;
}

.blog-empty {
    font-size: 16px;
    color: #787878;
    font-weight: 300;
}