

/* Start:/local/components/kulinary/articles.overview/style.css?17745198312995*/
.article-overview {
	padding-bottom: 40px;
}

@media (max-width: 768px) {
	.article-overview {
		padding-bottom: 32px;
	}
}

@media (max-width: 480px) {
	.article-overview {
		padding-bottom: 24px;
	}
}

.article-overview__container {
	max-width: 800px;
}

.article-overview__image {
	width: 100%;
	aspect-ratio: 8/5;
	border-radius: var(--radius-lg);
	object-fit: cover;
	object-position: center;
	margin-bottom: 24px;
	overflow: hidden;
}

/* Base */
.article-overview__text {
	font-size: 16px;
	line-height: 1.5;
	color: var(--foreground);
}

/* Lead + meta — первые два p */
.article-overview__text > p:first-of-type {
	margin: 0 0 0.5em;
}

.article-overview__text > p:nth-of-type(2) {
	margin: 0 0 1em;
	font-weight: 500;
}

.article-overview__text > p:nth-of-type(n + 3) {
	margin: 0 0 1em;
}

/* Aside — инфо-блоки (зелёный/серый по порядку) */
.article-overview__text > aside {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px 28px;
	border-radius: var(--radius-lg);
	margin: 0 0 1.5em;
}

.article-overview__text > aside:nth-of-type(1) {
	background: var(--grey-2);
}

.article-overview__text > aside:nth-of-type(2) {
	background: var(--grey-1);
	color: var(--background-muted);
}

.article-overview__text > aside p {
	margin: 0;
}

.article-overview__text > aside p + p {
	margin-top: 0.75em;
}

/* Aside внутри section (nutrition note) */
.article-overview__text > section > aside {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 24px 28px;
	border-radius: var(--radius-lg);
	background: var(--grey-2);
	margin-bottom: 1em;
}

.article-overview__text > section > aside p {
	margin: 0;
}

/* Section */
.article-overview__text > section {
	margin-bottom: 1.5em;
}

.article-overview__text > section h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 0.5em;
}

.article-overview__text > section > p:first-of-type {
	font-size: 14px;
	color: var(--background-muted);
	margin: 0 0 0.75em;
}

.article-overview__text > section strong {
	font-weight: 700;
}

/* Table */
.article-overview__text table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.article-overview__text th,
.article-overview__text td {
	padding: 10px 12px;
	text-align: left;
}

.article-overview__text th {
	font-weight: 600;
}

.article-overview__text tbody tr:nth-of-type(odd) {
	background: var(--grey-2);
}

/* Raw content (p, h2, h3, ul, ol, blockquote) */
.article-overview__text > p,
.article-overview__text > h2,
.article-overview__text > h3,
.article-overview__text > h4,
.article-overview__text > ul,
.article-overview__text > ol,
.article-overview__text > blockquote {
	margin: 0 0 1em;
}

.article-overview__text > h2 {
	font-size: 18px;
	font-weight: 700;
}

.article-overview__text > h3,
.article-overview__text > h4 {
	font-size: 16px;
	font-weight: 600;
}

.article-overview__text ul,
.article-overview__text ol {
	padding-left: 1.5em;
}

.article-overview__text li + li {
	margin-top: 0.25em;
}

/* End */
/* /local/components/kulinary/articles.overview/style.css?17745198312995 */
