

/* Start:/bitrix/templates/monetka/components/bitrix/news.detail/detail-history/style.css?17643097334507*/
div.news-detail {
	word-wrap: break-word;
}
div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}
.news-date-time {
	color: #486DAA;
}
/* ===== Интервью / История успеха ===== */
.interview-detail {
	background: #ffffff;
	border-radius: 24px;
	padding: 32px 24px 40px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
	margin-bottom: 56px;
	position: relative;
	overflow: hidden;
}
/* Декоративное пятно в углу */
.interview-detail::before {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle at center, #adc90e 0, #adc90e 30%, rgba(173, 201, 14, 0) 70%);
	opacity: 0.25;
	pointer-events: none;
}
/* Заголовочная часть */
.interview-header {
	row-gap: 24px;
	margin-bottom: 32px;
}
.interview-kicker {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #adc90e;
	font-weight: 700;
	margin-bottom: 10px;
}
.interview-title {
	font-size: 28px;
	line-height: 1.25;
	font-weight: 800;
	color: #2f363a;
	margin: 0 0 18px;
}
@media (min-width: 992px) {
	.interview-title {
		font-size: 32px;
	}
}
/* Инфо о человеке */
.interview-person {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	color: #4c4d52;
	margin-bottom: 6px;
}
.interview-person span {
	display: block;
	font-size: 13px;
	color: #7a7c81;
}
/* Фото */
.interview-photo {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #f5f6f7;
	padding: 10px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.interview-photo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
	object-fit: cover;
}
.interview-photo-caption {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
	color: #4c4d52;
	font-weight: 500;
}
/* Для мобильной подписи под заголовком */
.interview-person--mobile {
	margin-top: 8px;
}
/* Цитата */
.interview-quote {
	position: relative;
	border-radius: 20px;
	background: #f6f9ea;
	padding: 20px 24px;
	margin-bottom: 32px;
	overflow: hidden;
}
.interview-quote::before {
	content: "“";
	position: absolute;
	font-size: 80px;
	line-height: 1;
	left: 14px;
	top: -6px;
	color: rgba(173, 201, 14, 0.25);
	font-family: Georgia, "Times New Roman", serif;
}
.interview-quote-text {
	position: relative;
	font-size: 16px;
	line-height: 1.7;
	color: #2f363a;
	z-index: 1;
}
.interview-quote-icon {
	display: none; /* Иконки из старого варианта больше не нужны визуально, пусть будут скрыты */
}
/* Основной текст интервью */
.interview-body {
	font-size: 16px;
	line-height: 1.7;
	color: #2f363a;
}
.interview-body p {
	margin-bottom: 1.1rem;
}
.interview-body p:last-child {
	margin-bottom: 0;
}
/* Можно слегка подсветить реплики вопрос-ответ по начальным символам /
.interview-body p:nth-child(n+1) {
	/ просто базовый отступ, тонкую магию с тире можно потом докрутить при желании */
}
/* Дополнительный текст (PROPERTY["TEXT"]) */
.interview-extra {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #eceff3;
	font-size: 15px;
	line-height: 1.7;
	color: #4c4d52;
}
.interview-extra p {
	margin-bottom: 0.9rem;
}
/* Адаптивность */
@media (max-width: 767.98px) {
	.interview-detail {
		padding: 24px 18px 32px;
		border-radius: 20px;
	}
	.interview-detail::before {
		right: -160px;
		top: -160px;
		width: 260px;
		height: 260px;
	}
	.interview-photo {
		margin-top: 8px;
	}
	.interview-quote {
		margin-bottom: 24px;
		padding: 18px 18px 20px;
	}
}
/* Логотип в верхнем левом углу */
.interview-logo {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 5;
	padding: 6px 10px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}
.interview-logo img {
	display: block;
	height: 32px;   /* при желании подгони под реальный логотип */
	width: auto;
}

@media (max-width: 767.98px) {
	.interview-detail {
		padding-top: 56px; / добавили сверху чуть больше, чтобы логотипу было где жить */
	}
}
/* End */
/* /bitrix/templates/monetka/components/bitrix/news.detail/detail-history/style.css?17643097334507 */
