

/* Start:/bitrix/templates/university_default/components/bitrix/news.detail/my_articles/style.css?17485184022297*/
.detail-slider {
    position: relative;
    width: 100%;
    height: auto;
}

.detail-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.detail-slider .swiper-button-next,
.detail-slider .swiper-button-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.detail-slider .swiper-button-next:hover,
.detail-slider .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.detail-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.detail-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.article-detail__title {
    font-size: 2.7rem; /* Было 2rem */
    font-weight: 800;  /* Было bold */
    margin-bottom: 1.8rem; /* Чуть меньше, так как добавим отступ у даты */
}


.article-detail__img img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width:100%;
}

.article-detail__body {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.article-detail__field {
    font-size: 0.9rem;
    color: #777;
}

.article-detail__date {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 2rem;
    display: block;
}

.card-canvas-img {
    width: 40px;
    height: 40px;
    background-color: #f5f5f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-canvas-img svg {
    width: 24px;
    height: 24px;
    fill: #3b4357;
}
.news-back-wrapper {
    margin-bottom: 1rem;
}

.news-back-link {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    transition: color 0.2s ease;
}

.news-back-link:hover {
    color: #555;
	text-decoration:none;
}

.news-back-icon {
    font-size: 1rem;
    margin-right: 0.4em;
    line-height: 1;
    display: inline-block;
}
.article-detail__preview {
    font-size: 1.5rem; /* примерно 24px */
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2rem;
}

/* End */
/* /bitrix/templates/university_default/components/bitrix/news.detail/my_articles/style.css?17485184022297 */
