

/* Start:/local/templates/blog/components/bitrix/news.detail/author/style.css?1756371526912*/
.author-section {
    padding: 20px 10px;
    background-color: var(--white);
    margin-top: 20px;
    border-radius: 20px;
}
.author-icon{
    border-radius: 50%;
    overflow: hidden;
}
.author-icon img {
    width: 150px;
    height: 150px;
}

.author {
    background-color: transparent !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 !important;
}

.author-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.author-text {
    font-size: 16px;
}

.author-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.author-info h2 {
    font-size: 20px;
    font-weight: 600;
}

.author-info p {
    font-size: 16px;
    margin-top: 10px;
}

.disable {
    display: none;
}

@media (max-width: 768px) {
    .author-title {
        font-size: 20px;
    }
}
/* End */
/* /local/templates/blog/components/bitrix/news.detail/author/style.css?1756371526912 */
