

/* Start:/local/components/dmcg/blog.detail/templates/.default/style.css?17646654123111*/
.section-blog-detail {
    background: #f8f6f2 url("/local/templates/barkli-dan/images/sec_31_bg.png") center/contain repeat;
    color: #0F2C47;
    padding-bottom: 60px;
}
hr {
    width: 100%;
    height: 1px;
    border: none;
    background: linear-gradient(
            90deg,
            #C7A879 0%,
            #E8D3B0 50%,
            #C7A879 100%
    );
    margin: 30px 0;
}
.section-inner .container {
    max-width: 1190px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

h3{
    font-family: "SangBleu Sunrise", serif;
}


/* верхняя часть */
.blog-detail__top {
    position: relative;
    overflow: hidden;
}
.blog-detail__cover img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

/* блок автора */
.blog-detail__author {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    margin: -60px auto 40px;
    max-width: 320px;
    background: #f8f6f2;
    padding: 10px 15px;
    border-radius: 100px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.author-photo {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.author-prof {
    font-size: 14px;
    color: #70534a;
    font-weight: 400;
}
.author-name {
    font-size: 18px;
    font-family: "SangBleu Sunrise", serif;
    color: #0F2C47;
}

/* заголовок */
.blog-detail__title {
    font-family: "SangBleu Sunrise", serif;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    width: 90%;
    color: #1e5480;
    margin: 0 auto;
}

/* контент */
.blog-detail__content {
    font-family: "Isabella Sans", sans-serif;
    font-size: 20px;
    line-height: 1.7;
    padding: 30px;
    color: #0F2C47;
}
.blog-detail__content img {
    display: block;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    height: auto;
}
.blog-detail__content h2 {
    margin-top: 40px;
    font-size: 22px;
    color: #0F2C47;
}
.blog-detail__content p {
    margin-bottom: 16px;
}

/* адаптив */
@media (max-width: 768px) {
    .blog-detail__cover img {
        height: 300px;
    }
    .blog-detail__author {
        flex-direction: column;
        max-width: 180px;
        margin-top: -70px;
        gap:5px;
    }
    .author-photo {
        width: 70px;
        height: 70px;
    }
    .blog-detail__title {
        font-size: 22px;
        line-height: 1.6;
        text-align: center;
    }
    .blog-detail__author{
        border-radius: 10px;
    }

}

.btn {
     margin:0 auto;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 2rem;
    background-color: #8B6A69;
    border-radius: 10px;
    color: #fff;
    font-family: 'Isabella Sans', sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn:hover {
    background-color: #C7A879;
}

/* End */
/* /local/components/dmcg/blog.detail/templates/.default/style.css?17646654123111 */
