.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.blog-page-wrapper {}
figcaption {
    display: none;
}

/* Rich text content styles */
.blog-content {
    line-height: 1.6;
    color: #333;
    font-family: 'Aeroport', sans-serif;
    font-size: 16px;
}

.blog-content p {
    margin-bottom: 1.5em;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin: 1.5em 0 1rem;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
}

.blog-content h1 { font-size: 2em; }
.blog-content h2 { font-size: 1.75em; }
.blog-content h3 { font-size: 1.5em; }
.blog-content h4 { font-size: 1.25em; }
.blog-content h5 { font-size: 1.1em; }
.blog-content h6 { font-size: 1em; }

.blog-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5em 0;
    border-radius: 4px;
}

.blog-content a {
    color: #C50009;
    text-decoration: none;
}

.blog-content a:hover {
    text-decoration: underline;
}

.blog-content ul,
.blog-content ol {
    margin: 1.5em 0;
    padding-left: 2em;
}

.blog-content li {
    margin-bottom: 0.5em;
}

.blog-content blockquote {
    border-left: 4px solid #C50009;
    padding: 0.5em 1em;
    margin: 1.5em 0;
    color: #666;
    font-style: italic;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.blog-content table,
.blog-content th,
.blog-content td {
    border: 1px solid #ddd;
}

.blog-content th,
.blog-content td {
    padding: 0.75em;
    text-align: left;
}

.blog-content th {
    background-color: #f5f5f5;
}
.blog-page-header {
    margin-top: 113px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 120px;
    background: #FFFFFf;
}
.blog-page-header .title {
    display: flex;
    align-items: center;
    cursor: pointer;
    
}
.blog-page-header .title img {
    margin-right: 14px;
}
.blog-page-header .title span {
    font-family: Matura MT Script Capitals;
    font-weight: 400;
    font-size: 48px;
    line-height: 110.00000000000001%;
    color: #C50009;
    opacity: 0;
    display: none;
}
.blog-page-header .date {
    font-family: Aeroport;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B748D;
    margin-right: 16px;
}
.blog-page-header .category {
    padding: 5px 8px;
    border-radius: 4px;
    background: #D9DDE9;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #3F3A49;
}
.middle-content {
    background: #E1E8E8;
    padding: 40px 120px 80px;
}
.middle-content .img-content {
    margin-bottom: 24px;
}
.middle-content .img-content img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 6px;
}
.middle-content .text-content h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #3F3A49;
    margin-bottom: 20px;
}
.middle-content .text-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B748D;
    margin-bottom: 20px;
}
.new-posts {
    margin-top: 80px;
}
.new-posts h1 {
    font-family: Matura MT Script Capitals;
    font-weight: 400;
    font-size: 48px;
    line-height: 110.00000000000001%;
    color: #C50009;
    margin-bottom: 24px;
}
.new-posts .lists {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.new-posts .lists .item  {
    width: calc(100% / 3 - 7px);
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #3F3A490F
}
.new-posts .lists .item .item-img-content {
    margin-bottom: 12px;
}
.new-posts .lists .item .item-img-content img  {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 6px;
}
.new-posts .lists .item .item-header-content  {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.new-posts .lists .item .item-header-content .category  {
    padding: 5px 8px;
    border-radius: 4px;
    background: #D9DDE9;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #3F3A49;
    margin-right: 12px;
}
.new-posts .lists .item .item-header-content .date  {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #6B748D;
}
.new-posts .lists .item .title  {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #3F3A49;
    margin-bottom: 8px;
}
.new-posts .lists .item p  {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #6B748D;
}

@media (max-width: 1280px) {
    .blog-page-header {
        margin-top: 96px;
        padding: 40px 60px;
    }
    .middle-content {
        padding: 40px 60px 80px;
    }
}

@media (max-width: 1024px) {
    .blog-page-header {
        margin-top: 104px;
        padding: 40px 40px;
    }
    .middle-content {
        padding: 40px 40px 80px;
    }
}

@media (max-width: 768px) {
    .middle-content .img-content img {
        height: 200px;
    }
    .middle-content {
        padding: 0;
    }
    .img-content {
        padding: 40px 16px 0;
    }
    .text-content {
        padding: 0 16px;
    }
    .new-posts .lists {
        flex-direction: column;
    }
    .new-posts .lists .item {
        width: 100%;
    }
    .new-posts {
        padding: 80px 16px;
        background: #ffffff;
    }
    .blog-page-header {
        margin-top: 77px;
        padding: 40px 16px 24px;
        flex-direction: column;
       align-items: flex-start;
    }
    .blog-page-header .title {
        margin-bottom: 10px;
    }
    .blog-page-header .title span {
        font-weight: 400;
        font-size: 24px;
        line-height: 110.00000000000001%;
    }
    .middle-content .text-content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }
}