/**
 * Blog — editorial / magazine layout v2
 * Geri alma: header.tpl içindeki blog-modern.css satırını kaldırın.
 */

#content.blog-page,
#content.blog-article-page {
	--blog-navy: #0e2744;
	--blog-blue: #1e5fbf;
	--blog-gold: #ffd200;
	--blog-ink: #122033;
	--blog-muted: #5b6776;
	--blog-line: #e6ebf2;
	--blog-paper: #ffffff;
	--blog-wash: #f2f5f9;
	font-family: 'Titillium Web', 'Open Sans', sans-serif !important;
}

#content.blog-page,
#content.blog-article-page {
	background: transparent;
}

/* ========== Page hero ========== */
#content.blog-page .blog-hero {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 24px;
	margin: 0 0 28px !important;
	padding: 28px 28px 26px !important;
	overflow: hidden;
	border: 0 !important;
	border-radius: 18px;
	background:
		radial-gradient(1200px 280px at 90% -40%, rgba(255, 210, 0, 0.22), transparent 55%),
		linear-gradient(135deg, #0b1f38 0%, #163a6b 52%, #1e5fbf 100%) !important;
	color: #fff !important;
	box-shadow: 0 18px 40px rgba(14, 39, 68, 0.22);
}

#content.blog-page .blog-hero:before {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: 180px;
	height: 180px;
	border: 18px solid rgba(255, 210, 0, 0.12);
	border-radius: 50%;
	pointer-events: none;
}

#content.blog-page .blog-hero__kicker {
	display: inline-block;
	margin: 0 0 8px;
	color: var(--blog-gold) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

#content.blog-page h1.blog-page__title,
#content.blog-page h1.btitle,
#content.blog-page .blog-hero h1 {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em !important;
	line-height: 1.15 !important;
	text-align: left !important;
	text-shadow: none;
}

#content.blog-page .blog-hero__rss,
#content.blog-page .blog-page__rss {
	position: relative;
	z-index: 1;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	backdrop-filter: blur(6px);
}

#content.blog-page .blog-hero__rss:hover {
	background: var(--blog-gold) !important;
	color: var(--blog-navy) !important;
}

#content.blog-page .livemarks {
	display: none !important;
}

/* ========== Chips / intro ========== */
#content.blog-page .blog-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 22px;
}

#content.blog-page .blog-chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #fff;
	color: var(--blog-navy) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(14, 39, 68, 0.06);
}

#content.blog-page .blog-chip:hover {
	background: var(--blog-navy);
	color: #fff !important;
}

#content.blog-page #blogCategory {
	margin: 0 !important;
	overflow: visible !important;
}

#content.blog-page .blog-intro,
#content.blog-page .blog-desc {
	margin: 0 0 24px !important;
	padding: 18px 20px !important;
	border: 0 !important;
	border-radius: 14px;
	background: #fff !important;
	color: var(--blog-muted) !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
	box-shadow: 0 8px 24px rgba(14, 39, 68, 0.05);
}

#content.blog-page .blog-intro .blog-desc {
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none;
}

/* ========== Grid — kill old 50% inline-block layout ========== */
#content.blog-page #blogCatArticles,
#content.blog-page #blogCatArticles.blogCol2,
#content.blog-page #blogCatArticles.blogCol3,
#content.blog-page #blogCatArticles.blogCol4 {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 22px !important;
	margin: 0 0 32px !important;
	padding: 0 !important;
	overflow: visible !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

@media (min-width: 768px) {
	#content.blog-page #blogCatArticles,
	#content.blog-page #blogCatArticles.blogCol2,
	#content.blog-page #blogCatArticles.blogCol3,
	#content.blog-page #blogCatArticles.blogCol4 {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (min-width: 1200px) {
	#content.blog-page #blogCatArticles {
		grid-template-columns: 1fr 1fr 1fr !important;
	}
}

#content.blog-page .articleCat,
#content.blog-page #blogCatArticles .articleCat,
#content.blog-page .blogCol2 .articleCat,
#content.blog-page .blogCol3 .articleCat,
#content.blog-page .blogCol4 .articleCat {
	float: none !important;
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 18px !important;
	background: #fff !important;
	box-shadow: 0 14px 34px rgba(14, 39, 68, 0.08) !important;
	overflow: hidden !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#content.blog-page .articleCat:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 44px rgba(14, 39, 68, 0.14) !important;
}

#content.blog-page .articleCat p,
#content.blog-page .articleCat span,
#content.blog-page .articleCat div {
	text-align: left !important;
	font-family: 'Titillium Web', 'Open Sans', sans-serif !important;
}

/* Featured magazine cover */
#content.blog-page #blogCatArticles .articleCat.blog-card--featured,
#content.blog-page #blogCatArticles .articleCat:first-child {
	position: relative;
	grid-column: 1 / -1 !important;
	min-height: 360px;
	flex-direction: column !important;
}

#content.blog-page .blog-card--featured .blog-card__media,
#content.blog-page #blogCatArticles .articleCat:first-child .blog-card__media,
#content.blog-page #blogCatArticles .articleCat:first-child .imageFeaturedLink {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 360px !important;
	aspect-ratio: auto !important;
	flex: none !important;
}

#content.blog-page .blog-card--featured .blog-card__media:after,
#content.blog-page #blogCatArticles .articleCat:first-child .blog-card__media:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11, 31, 56, 0.15) 20%, rgba(11, 31, 56, 0.88) 100%);
	pointer-events: none;
}

#content.blog-page .blog-card--featured .blog-card__body,
#content.blog-page #blogCatArticles .articleCat:first-child .blog-card__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 360px;
	padding: 36px 36px 30px !important;
	background: transparent !important;
}

#content.blog-page .blog-card--featured .articleHeader h3 a,
#content.blog-page #blogCatArticles .articleCat:first-child .articleHeader h3 a {
	color: #fff !important;
	font-size: 30px !important;
	line-height: 1.2 !important;
	height: auto !important;
	-webkit-line-clamp: 3;
}

#content.blog-page .blog-card--featured .dinfo,
#content.blog-page .blog-card--featured .dinfo a,
#content.blog-page #blogCatArticles .articleCat:first-child .dinfo,
#content.blog-page #blogCatArticles .articleCat:first-child .dinfo a,
#content.blog-page .blog-card--featured .blog-card__excerpt,
#content.blog-page #blogCatArticles .articleCat:first-child .blog-card__excerpt {
	color: rgba(255, 255, 255, 0.82) !important;
}

#content.blog-page .blog-card--featured .blog-card__excerpt,
#content.blog-page #blogCatArticles .articleCat:first-child .blog-card__excerpt {
	max-width: 640px;
	-webkit-line-clamp: 3;
	font-size: 16px !important;
}

#content.blog-page .blog-card--featured .readMore .more a,
#content.blog-page #blogCatArticles .articleCat:first-child .readMore .more a {
	background: var(--blog-gold) !important;
	color: var(--blog-navy) !important;
}

#content.blog-page .blog-card--featured .readMore .comment a,
#content.blog-page #blogCatArticles .articleCat:first-child .readMore .comment a {
	color: rgba(255, 255, 255, 0.8) !important;
}

#content.blog-page .blog-card__badge {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 5px 10px;
	border-radius: 6px;
	background: var(--blog-gold);
	color: var(--blog-navy) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Media */
#content.blog-page .blog-card__media,
#content.blog-page #blogCatArticles .imageFeaturedLink {
	display: block !important;
	position: relative;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 16 / 10;
	overflow: hidden !important;
	background: #d9e2ee !important;
	text-decoration: none !important;
}

#content.blog-page #blogCatArticles .imageFeatured,
#content.blog-page .blog-card__media img {
	float: none !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	object-fit: cover !important;
	transition: transform 0.45s ease;
}

#content.blog-page .articleCat:hover .imageFeatured {
	transform: scale(1.06);
}

#content.blog-page .blog-card__media--empty {
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #8ea0b5;
	font-size: 42px;
	aspect-ratio: 16 / 10;
}

#content.blog-page .blog-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 18px 20px 20px !important;
	background: #fff !important;
}

#content.blog-page .articleHeader {
	margin: 0 0 8px !important;
}

#content.blog-page .articleHeader h3,
#content.blog-page #blogCatArticles .articleHeader h3,
#content.blog-page .articleHeader h3 a,
#content.blog-page #blogCatArticles .articleHeader h3 a {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0 0 8px !important;
	padding: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	color: var(--blog-ink) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
	text-align: left !important;
}

#content.blog-page .articleCat:hover .articleHeader h3 a {
	color: var(--blog-blue) !important;
}

#content.blog-page .articleHeader span,
#content.blog-page .articleHeader span a,
#content.blog-page .articleCat .articleHeader span.dinfo {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	height: auto !important;
	margin: 0 0 10px !important;
	color: var(--blog-muted) !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}

#content.blog-page .articleHeader span a {
	color: var(--blog-blue) !important;
	font-style: normal !important;
}

#content.blog-page .articleContent {
	display: flex !important;
	flex-direction: column;
	flex: 1 1 auto;
	overflow: visible !important;
	background: transparent !important;
	padding: 0 !important;
}

#content.blog-page .blog-card__excerpt,
#content.blog-page .articleContent .blockClear {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden !important;
	margin: 0 0 16px !important;
	color: var(--blog-muted) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	text-align: left !important;
}

#content.blog-page .articleContent .readMore {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto !important;
	padding: 0 !important;
	text-align: left !important;
}

#content.blog-page .articleContent .readMore span {
	margin: 0 !important;
	background: none !important;
	display: inline-flex !important;
}

#content.blog-page .articleCat .comment {
	display: inline-flex !important;
}

#content.blog-page .articleContent .readMore .comment a {
	color: var(--blog-muted) !important;
	font-size: 13px !important;
	font-weight: 600;
	text-decoration: none !important;
}

#content.blog-page .articleContent .readMore .more a,
#content.blog-page .articleContent .readMore span.more a,
#content.blog-page .articleContent .readMore span a {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	padding: 9px 14px !important;
	border-radius: 999px !important;
	background: var(--blog-navy) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

#content.blog-page .articleContent .readMore .more a:hover {
	background: var(--blog-blue) !important;
}

/* Pagination */
#content.blog-page .pagination {
	border: 0 !important;
	margin: 4px 0 28px !important;
	padding: 0 !important;
	text-align: center;
}

#content.blog-page .pagination ul,
#content.blog-page ul.pagination {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#content.blog-page .pagination li a,
#content.blog-page .pagination li span,
#content.blog-page ul.pagination > li > a,
#content.blog-page ul.pagination > li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 0 !important;
	border-radius: 12px;
	background: #fff;
	color: var(--blog-navy);
	font-weight: 700;
	box-shadow: 0 6px 16px rgba(14, 39, 68, 0.06);
	text-decoration: none;
}

#content.blog-page .pagination li.active span,
#content.blog-page ul.pagination > .active > span {
	background: var(--blog-navy) !important;
	color: #fff !important;
}

/* ========== Article detail ========== */
#content.blog-article-page #blogArticle {
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(14, 39, 68, 0.08);
}

#content.blog-article-page .blog-article__hero {
	position: relative;
	margin: 0 !important;
	min-height: 280px;
	overflow: hidden;
	background: linear-gradient(135deg, #0b1f38, #1e5fbf);
}

#content.blog-article-page .blog-article__hero img {
	display: block;
	width: 100%;
	height: 420px;
	max-height: none;
	object-fit: cover;
	filter: brightness(0.55);
}

#content.blog-article-page .articleHeader {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	padding: 28px 36px 8px !important;
}

#content.blog-article-page .blog-article__hero .articleHeader {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	margin: 0 !important;
	padding: 48px 36px 32px !important;
	background: linear-gradient(180deg, transparent, rgba(8, 20, 38, 0.9));
}

#content.blog-article-page #blogArticle .articleHeader h1,
#content.blog-article-page #blogArticle .articleHeader h1 a {
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: var(--blog-ink) !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em !important;
	line-height: 1.15 !important;
	text-align: left !important;
}

#content.blog-article-page .blog-article__hero .articleHeader h1,
#content.blog-article-page.blog-article-page--cover #blogArticle .articleHeader h1 {
	color: #fff !important;
	max-width: 860px;
}

#content.blog-article-page .articleHeader span,
#content.blog-article-page .articleHeader span a {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	color: var(--blog-muted);
	font-size: 13px;
	font-weight: 600;
	font-style: normal !important;
}

#content.blog-article-page .blog-article__hero .articleHeader span,
#content.blog-article-page .blog-article__hero .articleHeader span a,
#content.blog-article-page.blog-article-page--cover .articleHeader span,
#content.blog-article-page.blog-article-page--cover .articleHeader span a {
	color: rgba(255, 255, 255, 0.84) !important;
}

#content.blog-article-page .blog-article__kicker {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--blog-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

#content.blog-article-page .articleContent,
#content.blog-article-page #blogArticle .articleContent {
	max-width: 760px;
	margin: 0 auto;
	padding: 32px 36px 28px !important;
	overflow: visible !important;
	background: transparent !important;
	color: #243040 !important;
	font-size: 18px !important;
	line-height: 1.8 !important;
}

#content.blog-article-page .articleContent p,
#content.blog-article-page #blogArticle p {
	margin: 0 0 18px !important;
	line-height: 1.8 !important;
}

#content.blog-article-page .articleContent img {
	max-width: 100%;
	height: auto;
	margin: 10px 0 20px;
	border-radius: 12px;
}

#content.blog-article-page .articleContent h2,
#content.blog-article-page .articleContent h3 {
	margin: 32px 0 12px;
	color: var(--blog-ink);
	font-weight: 700;
}

#content.blog-article-page .articleContent a {
	color: var(--blog-blue);
	font-weight: 600;
}

#content.blog-article-page .tags-update {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	max-width: 760px;
	margin: 0 auto 28px;
	padding: 18px 36px 0;
	border-top: 1px solid var(--blog-line);
	text-align: left;
}

#content.blog-article-page .tags-update .tags {
	float: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

#content.blog-article-page .tags-update .tags a {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--blog-wash);
	color: var(--blog-navy);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
}

#content.blog-article-page .articleBottom {
	margin: 0 36px 32px !important;
	overflow: visible !important;
}

#content.blog-article-page .articleBottom > div {
	overflow: visible !important;
}

#content.blog-article-page .articleBottom h4,
#content.blog-article-page #articleRelated h4,
#content.blog-article-page #productRelated h4 {
	margin: 0 0 16px !important;
	color: var(--blog-ink) !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
}

#content.blog-article-page #articleRelated,
#content.blog-article-page #productRelated {
	margin: 0 0 28px;
	padding: 0 !important;
	background: transparent !important;
}

#content.blog-article-page #articleRelated ul,
#content.blog-article-page .articleBottom ul {
	display: grid !important;
	grid-template-columns: 1fr;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	gap: 12px;
}

@media (min-width: 700px) {
	#content.blog-article-page #articleRelated ul {
		grid-template-columns: 1fr 1fr;
	}
}

#content.blog-article-page .articleBottom li,
#content.blog-article-page #articleRelated li {
	padding: 0 !important;
	background: none !important;
}

#content.blog-article-page #articleRelated a {
	display: block;
	padding: 18px 18px;
	border: 0 !important;
	border-radius: 14px;
	background: var(--blog-wash);
	color: var(--blog-ink) !important;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

#content.blog-article-page #articleRelated a:hover {
	background: #e7eef8;
	color: var(--blog-blue) !important;
	transform: translateY(-2px);
}

#content.blog-article-page #productRelated .box-product {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	width: 100% !important;
	margin: 0 !important;
	overflow: visible !important;
}

@media (min-width: 992px) {
	#content.blog-article-page #productRelated .box-product {
		grid-template-columns: repeat(4, 1fr);
	}
}

#content.blog-article-page #productRelated .relProduct {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 14px !important;
	border-radius: 14px;
	background: var(--blog-wash) !important;
	text-align: center;
}

#content.blog-article-page #articleComments {
	margin: 8px 36px 36px !important;
	padding: 24px !important;
	border: 0 !important;
	border-radius: 16px;
	background: var(--blog-wash) !important;
}

#content.blog-article-page #articleComments h4 {
	margin: 0 0 16px !important;
	font-size: 22px !important;
	font-weight: 700;
}

#content.blog-article-page .commentList li {
	margin-bottom: 12px;
	padding: 16px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: #fff !important;
}

#content.blog-article-page .commentList .even,
#content.blog-article-page .commentList .odd {
	background: #fff !important;
}

#content.blog-article-page .commentList li .reply a {
	border-radius: 8px;
	background: var(--blog-navy) !important;
}

#content.blog-article-page .blog-comment-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

@media (min-width: 768px) {
	#content.blog-article-page .blog-comment-form {
		grid-template-columns: 1fr 1fr;
	}
	#content.blog-article-page .blog-comment-form .blog-field--full {
		grid-column: 1 / -1;
	}
}

#content.blog-article-page #commentRespond table {
	display: none;
}

#content.blog-article-page #commentRespond input[type="text"],
#content.blog-article-page #commentRespond textarea,
#content.blog-article-page .blog-field input,
#content.blog-article-page .blog-field textarea {
	width: 100% !important;
	padding: 12px 14px !important;
	border: 1px solid var(--blog-line) !important;
	border-radius: 12px !important;
	background: #fff !important;
}

#content.blog-article-page #submitComment {
	display: inline-flex;
	padding: 12px 20px;
	border: 0;
	border-radius: 999px;
	background: var(--blog-navy);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

#content.blog-article-page #submitComment:hover {
	background: var(--blog-blue);
}

#content.blog-article-page .blog-field label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 700;
}

#content.blog-article-page .commentEmpty {
	padding: 16px !important;
	border: 0 !important;
	border-radius: 12px;
	background: #fff !important;
}

@media (max-width: 767px) {
	#content.blog-page h1.blog-page__title,
	#content.blog-page .blog-hero h1 {
		font-size: 24px !important;
	}

	#content.blog-page .blog-hero,
	#content.blog-page .blog-card--featured .blog-card__body,
	#content.blog-page #blogCatArticles .articleCat:first-child .blog-card__body {
		padding: 20px !important;
	}

	#content.blog-page .blog-card--featured,
	#content.blog-page #blogCatArticles .articleCat:first-child,
	#content.blog-page .blog-card--featured .blog-card__body,
	#content.blog-page #blogCatArticles .articleCat:first-child .blog-card__body,
	#content.blog-page .blog-card--featured .blog-card__media,
	#content.blog-page #blogCatArticles .articleCat:first-child .blog-card__media {
		min-height: 300px;
	}

	#content.blog-page .blog-card--featured .articleHeader h3 a,
	#content.blog-page #blogCatArticles .articleCat:first-child .articleHeader h3 a {
		font-size: 22px !important;
	}

	#content.blog-article-page #blogArticle .articleHeader h1 {
		font-size: 26px !important;
	}

	#content.blog-article-page .articleHeader,
	#content.blog-article-page.blog-article-page--cover .articleHeader,
	#content.blog-article-page .articleContent,
	#content.blog-article-page .tags-update,
	#content.blog-article-page .articleBottom,
	#content.blog-article-page #articleComments {
		padding-left: 18px !important;
		padding-right: 18px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#content.blog-article-page .blog-article__hero img {
		height: 260px;
	}

	#content.blog-article-page .articleContent,
	#content.blog-article-page #blogArticle .articleContent {
		padding-top: 22px !important;
		font-size: 16px !important;
	}
}
