

/* Start:/local/templates/sniper_2026/components/bitrix/news.detail/school_v1/style.css?17756307572104*/

.detail-card {
	background: #fff;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

/* === Блок изображения (детальная) === */
.detail-card__thumb {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f0f2f5;
}
.detail-card__thumb img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .35s ease;
}
.detail-card__thumb:hover img {
	transform: scale(1.03);
}

/* === Тело === */
.detail-card__body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: .6rem;
}
.detail-card__category {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #0d6efd;
}
.detail-card__title {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}
.detail-card__props {
	display: flex;
	flex-direction: column;
	gap: .3rem;
	font-size: .9rem;
	color: #495057;
}
.detail-card__props .prop-label {
	font-weight: 600;
	color: #212529;
}
.detail-card__props a {
	color: #0d6efd;
	text-decoration: none;
}
.detail-card__props a:hover {
	text-decoration: underline;
}
.detail-card__text {
	font-size: .95rem;
	line-height: 1.7;
	color: #343a40;
	border-top: 1px solid #f0f2f5;
	padding-top: .75rem;
	margin-top: .25rem;
}
.detail-card__actions {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
	padding-top: .25rem;
}

/* === Кнопки (те же что в списке) === */
.btn-detail {
	padding: .4rem 1.1rem;
	font-size: .85rem;
	border: 1.5px solid #0d6efd;
	color: #0d6efd;
	background: transparent;
	text-decoration: none;
	transition: background .2s, color .2s;
	cursor: pointer;
	white-space: nowrap;
}
.btn-detail:hover {
	background: #0d6efd;
	color: #fff;
}
.btn-detail.form {
	border-color: #198754;
	color: #198754;
}
.btn-detail.form:hover {
	background: #198754;
	color: #fff;
}

/* === Слайдер === */
.bx-newsdetail-slider { position: relative; overflow: hidden; }
.bx-newsdetail-slider-container { display: flex; transition: left .3s ease; }
.bx-newsdetail-slider-slide img { width: 100%; height: auto; display: block; }
/* End */
/* /local/templates/sniper_2026/components/bitrix/news.detail/school_v1/style.css?17756307572104 */
