/**
 * Новости v2 — список и статья.
 * Scope: body.tbk-news-v2
 * Токены как на карточке товара: #003B49 / #F3C300 / #E3E7EA / #F5F7F8
 */

body.tbk-news-v2 {
	--tbk-dark: #003B49;
	--tbk-yellow: #F3C300;
	--tbk-border: #E3E7EA;
	--tbk-gray: #F5F7F8;
	--tbk-muted: #6e6e6e;
}

body.tbk-news-v2 #main {
	background: var(--tbk-gray);
	overflow-x: clip;
}

body.tbk-news-v2 #main > .container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

body.tbk-news-v2 #primary {
	width: 100%;
	float: none;
	padding: 0;
}

body.tbk-news-v2 #secondary,
body.tbk-news-v2 h1.page-title,
body.tbk-news-v2 .page-title {
	display: none !important;
}

body.tbk-news-v2 .tbk-news-pagehead h1,
body.tbk-news-v2 .tbk-news-hero h1 {
	display: block !important;
}

body.tbk-news-v2 .tbk-news {
	font-family: Inter, system-ui, sans-serif;
	color: #111;
	line-height: 1.5;
	padding: 8px 0 0;
}

body.tbk-news-v2 .tbk-news-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

body.tbk-news-v2 .tbk-news img {
	max-width: 100%;
	height: auto;
	display: block;
}

body.tbk-news-v2 .tbk-news a:not(.tbk-news-btn) {
	color: inherit;
}

/* Page head / hero */
body.tbk-news-v2 .tbk-news-pagehead,
body.tbk-news-v2 .tbk-news-hero {
	padding: 8px 0 16px;
}

body.tbk-news-v2 .tbk-news-pagehead__label,
body.tbk-news-v2 .tbk-news-sectionhead__label,
body.tbk-news-v2 .tbk-news-box__label {
	display: none;
}

body.tbk-news-v2 .tbk-news-pagehead h1,
body.tbk-news-v2 .tbk-news-hero h1 {
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 700;
	color: var(--tbk-dark);
	line-height: 1.25;
	margin: 0 0 8px;
	text-transform: none;
}

body.tbk-news-v2 .tbk-news-pagehead__desc,
body.tbk-news-v2 .tbk-news-pagehead__desc p {
	max-width: 640px;
	margin: 0;
	font-size: 15px;
	color: var(--tbk-muted);
}

body.tbk-news-v2 .tbk-news-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--tbk-muted);
}

body.tbk-news-v2 .tbk-news-hero__meta a {
	color: var(--tbk-dark);
	text-decoration: none;
	border-bottom: 1px solid var(--tbk-border);
}

/* Cards */
body.tbk-news-v2 .tbk-news-card {
	background: #fff;
	border: 1px solid var(--tbk-border);
	border-radius: 18px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.tbk-news-v2 .tbk-news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body.tbk-news-v2 .tbk-news-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #e8eef0;
	overflow: hidden;
	text-decoration: none;
}

body.tbk-news-v2 .tbk-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.tbk-news-v2 .tbk-news-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: var(--tbk-dark);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 13px;
}

body.tbk-news-v2 .tbk-news-card__body {
	padding: 18px 20px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

body.tbk-news-v2 .tbk-news-card__meta {
	display: flex;
	gap: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #b38f00;
	margin-bottom: 8px;
}

body.tbk-news-v2 .tbk-news-card__title {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 10px;
	color: var(--tbk-dark);
	text-transform: none;
}

body.tbk-news-v2 .tbk-news-card__title a {
	text-decoration: none;
}

body.tbk-news-v2 .tbk-news-card__excerpt {
	margin: 0 0 16px;
	color: var(--tbk-muted);
	font-size: 15px;
}

body.tbk-news-v2 .tbk-news-card__more {
	margin-top: auto;
	align-self: flex-start;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: var(--tbk-dark);
	border-bottom: 1px solid var(--tbk-border);
	padding-bottom: 2px;
}

body.tbk-news-v2 .tbk-news-card--featured {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	margin-bottom: 24px;
	height: auto;
}

body.tbk-news-v2 .tbk-news-card--featured .tbk-news-card__media {
	aspect-ratio: auto;
	min-height: 220px;
	max-height: 260px;
	height: 100%;
}

body.tbk-news-v2 .tbk-news-card--featured .tbk-news-card__body {
	padding: 20px 24px;
	justify-content: center;
}

body.tbk-news-v2 .tbk-news-card--featured .tbk-news-card__title {
	font-size: clamp(18px, 2vw, 24px);
}

body.tbk-news-v2 .tbk-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

body.tbk-news-v2 .tbk-news-empty {
	padding: 48px 0;
	color: var(--tbk-muted);
}

/* Pagination */
body.tbk-news-v2 .tbk-news-pager {
	padding: 40px 0 16px;
}

body.tbk-news-v2 .tbk-news-pager .nav-links,
body.tbk-news-v2 .tbk-news-pager .pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

body.tbk-news-v2 .tbk-news-pager a,
body.tbk-news-v2 .tbk-news-pager span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--tbk-border);
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	color: var(--tbk-dark);
}

body.tbk-news-v2 .tbk-news-pager .current {
	background: var(--tbk-dark);
	border-color: var(--tbk-dark);
	color: #fff;
}

/* Single layout */
body.tbk-news-v2 .tbk-news-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 28px;
	align-items: start;
	padding-bottom: 40px;
}

body.tbk-news-v2 .tbk-news-cover {
	margin: 0 0 16px;
	border-radius: 14px;
	overflow: hidden;
	background: #e8eef0;
	max-height: 400px;
}

body.tbk-news-v2 .tbk-news-cover img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

body.tbk-news-v2 .tbk-news-content {
	font-size: 18px;
	line-height: 1.7;
	color: #222;
}

body.tbk-news-v2 .tbk-news-content > *:first-child {
	margin-top: 0;
}

body.tbk-news-v2 .tbk-news-content p {
	margin: 0 0 1.1em;
}

body.tbk-news-v2 .tbk-news-content h2,
body.tbk-news-v2 .tbk-news-content h3 {
	color: var(--tbk-dark);
	font-weight: 700;
	line-height: 1.3;
	text-transform: none;
}

body.tbk-news-v2 .tbk-news-content h2,
body.tbk-news-v2 .tbk-news-content h2.elementor-heading-title,
body.tbk-news-v2 .tbk-news-article .elementor-widget-heading h2 {
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	margin: 1.25em 0 0.4em !important;
	color: var(--tbk-dark) !important;
}

body.tbk-news-v2 .tbk-news-content h3,
body.tbk-news-v2 .tbk-news-content h3.elementor-heading-title,
body.tbk-news-v2 .tbk-news-article .elementor-widget-heading h3 {
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	margin: 1.1em 0 0.35em !important;
	color: var(--tbk-dark) !important;
}

body.tbk-news-v2 .tbk-news-content a:not(.tbk-news-btn) {
	color: #0a6b7c;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

body.tbk-news-v2 .tbk-news-content a:not(.tbk-news-btn):hover {
	color: var(--tbk-dark);
}

body.tbk-news-v2 .tbk-news-content iframe,
body.tbk-news-v2 .tbk-news-content video,
body.tbk-news-v2 .tbk-news-content .wp-block-embed iframe,
body.tbk-news-v2 .tbk-news-content .elementor-widget-video iframe {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	border-radius: 18px;
	margin: 8px 0 24px;
	background: #000;
}

body.tbk-news-v2 .tbk-news-content .wp-block-embed,
body.tbk-news-v2 .tbk-news-content .fluid-width-video-wrapper {
	margin: 8px 0 24px;
}

body.tbk-news-v2 .tbk-news-content img:not(.emoji) {
	border-radius: 12px;
}

body.tbk-news-v2 .tbk-news-content ul,
body.tbk-news-v2 .tbk-news-content ol {
	padding-left: 1.2em;
	margin: 0 0 1.2em;
}

/* Sidebar */
body.tbk-news-v2 .tbk-news-sidebar__sticky {
	position: sticky;
	top: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.tbk-news-v2 .tbk-news-box {
	background: #fff;
	border: 1px solid var(--tbk-border);
	border-radius: 14px;
	padding: 18px 20px;
}

body.tbk-news-v2 .tbk-news-box h3 {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	color: var(--tbk-dark);
	line-height: 1.25;
}

body.tbk-news-v2 .tbk-news-box p {
	margin: 0 0 16px;
	color: var(--tbk-muted);
	font-size: 15px;
}

body.tbk-news-v2 .tbk-news-box__list {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: #333;
}

body.tbk-news-v2 .tbk-news-box__list li {
	padding: 6px 0 6px 22px;
	position: relative;
}

body.tbk-news-v2 .tbk-news-box__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--tbk-dark);
	font-weight: 700;
}

body.tbk-news-v2 .tbk-news-box--lease {
	background: var(--tbk-dark);
	border-color: var(--tbk-dark);
	color: #fff;
}

body.tbk-news-v2 .tbk-news-box--lease h3 {
	color: #fff;
}

body.tbk-news-v2 .tbk-news-box--lease p {
	color: rgba(255, 255, 255, 0.82);
}

/* Buttons */
body.tbk-news-v2 .tbk-news-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0 18px;
	border: 0;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease;
	font-family: inherit;
	box-sizing: border-box;
}

body.tbk-news-v2 .tbk-news-btn + .tbk-news-btn {
	margin-top: 10px;
	text-align: center;
}

body.tbk-news-v2 .tbk-news-btn:hover {
	transform: translateY(-2px);
}

body.tbk-news-v2 a.tbk-news-btn--primary,
body.tbk-news-v2 .tbk-news-btn--primary {
	background: var(--tbk-dark);
	color: #fff;
}

body.tbk-news-v2 a.tbk-news-btn--yellow,
body.tbk-news-v2 .tbk-news-btn--yellow {
	background: var(--tbk-yellow);
	color: #111;
}

body.tbk-news-v2 a.tbk-news-btn--ghost,
body.tbk-news-v2 .tbk-news-btn--ghost {
	background: #fff;
	color: var(--tbk-dark);
	border: 1px solid var(--tbk-dark);
}

body.tbk-news-v2 a.tbk-news-btn--dark,
body.tbk-news-v2 .tbk-news-btn--dark {
	background: #fff;
	color: var(--tbk-dark);
}

body.tbk-news-v2 .tbk-news-cta a.tbk-news-btn--dark,
body.tbk-news-v2 .tbk-news-cta .tbk-news-btn--dark {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}

/* Section heads */
body.tbk-news-v2 .tbk-news-sectionhead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	margin-bottom: 20px;
}

body.tbk-news-v2 .tbk-news-sectionhead h2 {
	flex: 1;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: var(--tbk-dark);
	line-height: 1.25;
	text-transform: none;
}

body.tbk-news-v2 .tbk-news-seeall {
	font-size: 14px;
	font-weight: 600;
	color: var(--tbk-muted);
	text-decoration: none;
	border-bottom: 1px solid var(--tbk-border);
	padding-bottom: 2px;
	white-space: nowrap;
}

body.tbk-news-v2 .tbk-news-seeall:hover {
	color: var(--tbk-dark);
}

/* Products / related / catalog / CTA — фон на всю ширину экрана */
body.tbk-news-v2 .tbk-news-products,
body.tbk-news-v2 .tbk-news-related,
body.tbk-news-v2 .tbk-news-cats,
body.tbk-news-v2 .tbk-news-cta {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	box-sizing: border-box;
	padding: 40px 0;
}

body.tbk-news-v2 .tbk-news-products,
body.tbk-news-v2 .tbk-news-cats {
	background: #fff;
}

body.tbk-news-v2 .tbk-news-products .tbk-news-container,
body.tbk-news-v2 .tbk-news-related .tbk-news-container,
body.tbk-news-v2 .tbk-news-cats .tbk-news-container,
body.tbk-news-v2 .tbk-news-cta .tbk-news-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

body.tbk-news-v2 .tbk-news-products__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

body.tbk-news-v2 .tbk-news-prod {
	background: #fff;
	border: 1px solid var(--tbk-border);
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.tbk-news-v2 .tbk-news-prod:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body.tbk-news-v2 .tbk-news-prod__img {
	aspect-ratio: 16 / 10;
	background: var(--tbk-gray);
	overflow: hidden;
}

body.tbk-news-v2 .tbk-news-prod__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.tbk-news-v2 .tbk-news-prod__body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

body.tbk-news-v2 .tbk-news-prod__cat {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #b38f00;
	margin-bottom: 6px;
}

body.tbk-news-v2 .tbk-news-prod__title {
	font-size: 16px;
	font-weight: 700;
	color: var(--tbk-dark);
	line-height: 1.25;
	margin-bottom: 8px;
}

body.tbk-news-v2 .tbk-news-prod__spec {
	font-size: 13px;
	color: var(--tbk-muted);
	margin-bottom: 12px;
}

body.tbk-news-v2 .tbk-news-prod__footer {
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #eef2f4;
	text-align: center;
}

body.tbk-news-v2 .tbk-news-prod__btn {
	display: inline-block;
	min-width: 120px;
	padding: 8px 16px;
	border-radius: 10px;
	background: var(--tbk-yellow);
	font-weight: 700;
	font-size: 14px;
}

/* Catalog chips */
body.tbk-news-v2 .tbk-news-cats {
	background: #fff;
}

body.tbk-news-v2 .tbk-news-cats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

body.tbk-news-v2 .tbk-news-cat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 20px;
	background: var(--tbk-gray);
	border-radius: 14px;
	text-decoration: none;
	border: 1px solid transparent;
	transition: border-color 0.2s ease, background 0.2s ease;
}

body.tbk-news-v2 .tbk-news-cat:hover {
	background: #fff;
	border-color: var(--tbk-border);
}

body.tbk-news-v2 .tbk-news-cat__name {
	font-weight: 700;
	color: var(--tbk-dark);
}

body.tbk-news-v2 .tbk-news-cat__count {
	font-size: 13px;
	color: var(--tbk-muted);
}

/* CTA */
body.tbk-news-v2 .tbk-news-cta {
	background: var(--tbk-dark);
	color: #fff;
	padding: 40px 0;
}

body.tbk-news-v2 .tbk-news-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

body.tbk-news-v2 .tbk-news-cta h2 {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: none;
}

body.tbk-news-v2 .tbk-news-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	max-width: 560px;
}

body.tbk-news-v2 .tbk-news-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 280px;
}

body.tbk-news-v2 .tbk-news-cta .tbk-news-btn + .tbk-news-btn {
	margin-top: 0;
}

@media (max-width: 1100px) {
	body.tbk-news-v2 .tbk-news-layout {
		grid-template-columns: 1fr;
	}

	body.tbk-news-v2 .tbk-news-sidebar__sticky {
		position: static;
	}

	body.tbk-news-v2 .tbk-news-products__grid,
	body.tbk-news-v2 .tbk-news-grid,
	body.tbk-news-v2 .tbk-news-cats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	body.tbk-news-v2 .tbk-news-card--featured {
		grid-template-columns: 1fr;
	}

	body.tbk-news-v2 .tbk-news-card--featured .tbk-news-card__media {
		min-height: 220px;
	}

	body.tbk-news-v2 .tbk-news-cta__inner {
		flex-direction: column;
		align-items: stretch;
	}

	body.tbk-news-v2 .tbk-news-cta__actions {
		min-width: 0;
	}
}

@media (max-width: 720px) {
	body.tbk-news-v2 .tbk-news-grid,
	body.tbk-news-v2 .tbk-news-products__grid,
	body.tbk-news-v2 .tbk-news-cats__grid {
		grid-template-columns: 1fr;
	}

	body.tbk-news-v2 .tbk-news-card--featured .tbk-news-card__body {
		padding: 20px;
	}

	body.tbk-news-v2 .tbk-news-cover {
		max-height: 400px;
	}

	body.tbk-news-v2 .tbk-news-cover img {
		height: 400px;
	}

	body.tbk-news-v2 .tbk-news-hero,
	body.tbk-news-v2 .tbk-news-pagehead {
		padding-top: 4px;
		padding-bottom: 12px;
	}
}

/* =========================
   Homepage compact news
========================= */

.tbk-home-news {
	--tbk-dark: #003B49;
	--tbk-yellow: #F3C300;
	--tbk-border: #E3E7EA;
	--tbk-muted: #6e6e6e;
	font-family: Inter, system-ui, sans-serif;
	padding: 4px 0 8px;
}

.tbk-home-news__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.tbk-home-news__head h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--tbk-dark);
	text-transform: none;
}

.tbk-home-news__all {
	font-size: 14px;
	font-weight: 700;
	color: var(--tbk-dark);
	text-decoration: none;
	border-bottom: 1px solid var(--tbk-border);
	padding-bottom: 2px;
	white-space: nowrap;
}

.tbk-home-news__all:hover {
	border-bottom-color: var(--tbk-yellow);
}

.tbk-home-news__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.tbk-home-news .tbk-news-card {
	background: #fff;
	border: 1px solid var(--tbk-border);
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tbk-home-news .tbk-news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.tbk-home-news .tbk-news-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #e8eef0;
	overflow: hidden;
	text-decoration: none;
}

.tbk-home-news .tbk-news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tbk-home-news .tbk-news-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: var(--tbk-dark);
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.tbk-home-news .tbk-news-card__body {
	padding: 12px 14px 14px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.tbk-home-news .tbk-news-card__meta {
	display: flex;
	gap: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #b38f00;
	margin-bottom: 6px;
}

.tbk-home-news .tbk-news-card__title {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 6px;
	color: var(--tbk-dark);
	text-transform: none;
}

.tbk-home-news .tbk-news-card__title a {
	text-decoration: none;
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tbk-home-news .tbk-news-card__excerpt {
	margin: 0 0 10px;
	color: var(--tbk-muted);
	font-size: 13px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tbk-home-news .tbk-news-card__more {
	margin-top: auto;
	align-self: flex-start;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	color: var(--tbk-dark);
	border-bottom: 1px solid var(--tbk-border);
	padding-bottom: 1px;
}

body.home .elementor-element-4dc5840,
body.home .elementor-element-f7f7cdf,
body.home .elementor-element-85d3b74 {
	display: none !important;
}

body.home .elementor-widget-wdt-blog-posts .wdt-post-list-carousel-container,
body.home .elementor-widget-wdt-blog-posts .swiper-button-next,
body.home .elementor-widget-wdt-blog-posts .swiper-button-prev,
body.home .elementor-widget-wdt-blog-posts .swiper-pagination {
	display: none !important;
}

@media (max-width: 1024px) {
	.tbk-home-news__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tbk-home-news__head h2 {
		font-size: 22px;
	}
}

@media (max-width: 640px) {
	.tbk-home-news__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.tbk-home-news__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		margin-bottom: 12px;
	}

	.tbk-home-news__head h2 {
		font-size: 20px;
	}

	.tbk-home-news .tbk-news-card__media {
		aspect-ratio: 16 / 9;
	}

	.tbk-home-news .tbk-news-card__body {
		padding: 12px 14px 14px;
	}
}
