:root {
	--ddv-cat-blue: #ed1c24;
	--ddv-cat-blue-2: #b5121b;
	--ddv-cat-gold: #ed1c24;
	--ddv-cat-text: #142947;
	--ddv-cat-muted: #5f6e80;
	--ddv-cat-line: #ffffff;
	--ddv-cat-soft: #f5f8fc;
}

.ddv-category-page {
	background: #fff !important;
	color: var(--ddv-cat-text) !important;
}

.ddv-category-container {
	width: min(1180px, calc(100% - 48px)) !important;
	margin: 0 auto !important;
}

.ddv-category-hero {
	position: relative !important;
	min-height: 248px !important;
	background:
		linear-gradient(90deg, rgba(237, 28, 36, 0.96) 0%, rgba(237, 28, 36, 0.78) 48%, rgba(237, 28, 36, 0.22) 100%),
		url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1800&q=80") !important;
	background-size: cover !important;
	background-position: center right !important;
	overflow: hidden !important;
}

.ddv-category-hero__inner {
	position: relative !important;
	z-index: 2 !important;
	display: flex !important;
	min-height: 248px !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: 34px 0 32px !important;
}

.ddv-category-hero h1 {
	margin: 0 0 12px !important;
	color: #fff !important;
	font-size: 43px !important;
	font-weight: 800 !important;
	line-height: 1.18 !important;
	letter-spacing: 0 !important;
	text-wrap: balance;
}

.ddv-category-hero h1::after {
	content: "" !important;
	display: block !important;
	width: 68px !important;
	height: 3px !important;
	margin-top: 12px !important;
	background: var(--ddv-cat-gold) !important;
}

.ddv-category-breadcrumb {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 10px !important;
	margin-bottom: 20px !important;
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

.ddv-category-breadcrumb a,
.ddv-category-breadcrumb strong {
	color: rgba(255, 255, 255, 0.9) !important;
	text-decoration: none !important;
}

.ddv-category-breadcrumb strong {
	color: var(--ddv-cat-gold) !important;
	font-weight: 800 !important;
}

.ddv-category-breadcrumb span {
	width: 6px !important;
	height: 6px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.65) !important;
	border-right: 1px solid rgba(255, 255, 255, 0.65) !important;
	transform: rotate(45deg) !important;
}

.ddv-category-description,
.ddv-category-description p {
	max-width: 650px !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.95) !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
}

.ddv-category-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 320px !important;
	gap: 42px !important;
	align-items: start !important;
	padding-top: 36px !important;
	padding-bottom: 56px !important;
}

.ddv-category-toolbar {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	margin-bottom: 22px !important;
}

.ddv-category-toolbar strong {
	color: var(--ddv-cat-blue) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
}

.ddv-category-sort select {
	min-width: 164px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 36px 0 14px !important;
	border: 1px solid var(--ddv-cat-line) !important;
	border-radius: 4px !important;
	background-color: #f8fafc !important;
	box-shadow: none !important;
	color: var(--ddv-cat-text) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

.ddv-category-list {
	display: grid !important;
	gap: 16px !important;
}

.ddv-category-card {
	display: grid !important;
	grid-template-columns: 270px 1fr !important;
	gap: 24px !important;
	padding: 12px !important;
	border: 1px solid var(--ddv-cat-line) !important;
	border-radius: 7px !important;
	background: #fff !important;
	box-shadow: 0 10px 24px rgba(8, 34, 73, 0.04) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}

.ddv-category-card:hover {
	transform: translateY(-2px) !important;
	border-color: #cfd9e7 !important;
	box-shadow: 0 16px 34px rgba(8, 34, 73, 0.09) !important;
}

.ddv-category-thumb {
	display: block !important;
	width: 100% !important;
	height: 178px !important;
	border-radius: 5px !important;
	background: #e9eef6 !important;
	overflow: hidden !important;
}

.ddv-category-thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.ddv-category-thumb--empty {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: linear-gradient(135deg, var(--ddv-cat-blue), var(--ddv-cat-blue-2)) !important;
	color: var(--ddv-cat-gold) !important;
	font-size: 42px !important;
	text-decoration: none !important;
}

.ddv-category-card__content {
	min-width: 0 !important;
	padding: 6px 6px 6px 0 !important;
}

.ddv-category-card h2 {
	margin: 0 0 10px !important;
	color: var(--ddv-cat-text) !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	text-wrap: balance;
}

.ddv-category-card h2 a {
	color: inherit !important;
	text-decoration: none !important;
}

.ddv-category-card__meta {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
	margin-bottom: 10px !important;
	color: var(--ddv-cat-muted) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

.ddv-category-card__meta span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
}

.ddv-category-card__meta i {
	color: var(--ddv-cat-blue) !important;
}

.ddv-category-card p {
	margin: 0 0 12px !important;
	color: var(--ddv-cat-text) !important;
	font-size: 14px !important;
	line-height: 1.68 !important;
}

.ddv-category-readmore {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	color: var(--ddv-cat-gold) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.ddv-category-pagination {
	margin-top: 26px !important;
}

.ddv-category-pagination ul {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ddv-category-pagination a,
.ddv-category-pagination span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 34px !important;
	height: 34px !important;
	padding: 0 10px !important;
	border: 1px solid var(--ddv-cat-line) !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: var(--ddv-cat-blue) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

.ddv-category-pagination .current,
.ddv-category-pagination a:hover {
	background: var(--ddv-cat-blue) !important;
	border-color: var(--ddv-cat-blue) !important;
	color: #fff !important;
}

.ddv-category-sidebar {
	position: sticky !important;
	top: 92px !important;
	display: grid !important;
	gap: 24px !important;
}

.ddv-category-widget {
	overflow: hidden !important;
	border: 1px solid var(--ddv-cat-line) !important;
	border-radius: 6px !important;
	background: #fff !important;
	box-shadow: 0 10px 24px rgba(8, 34, 73, 0.06) !important;
}

.ddv-category-widget h2 {
	margin: 0 !important;
	padding: 14px 18px !important;
	background: var(--ddv-cat-blue) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	text-transform: none !important;
}

.ddv-category-search {
	border: 0 !important;
	box-shadow: none !important;
}

.ddv-category-search form {
	display: grid !important;
	grid-template-columns: 1fr 50px !important;
	height: 52px !important;
	border: 1px solid var(--ddv-cat-line) !important;
	border-radius: 6px !important;
	background: #fff !important;
	overflow: hidden !important;
}

.ddv-category-search input {
	width: 100% !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--ddv-cat-text) !important;
	font-size: 14px !important;
}

.ddv-category-search button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 50px !important;
	height: 52px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--ddv-cat-blue) !important;
	color: #fff !important;
}

.ddv-category-widget-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ddv-category-widget-list li {
	margin: 0 !important;
	border-bottom: 1px solid var(--ddv-cat-line) !important;
}

.ddv-category-widget-list a {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	padding: 13px 16px !important;
	color: var(--ddv-cat-text) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.ddv-category-widget-list span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px !important;
}

.ddv-category-widget-list i {
	color: var(--ddv-cat-blue) !important;
}

.ddv-category-widget-list em {
	min-width: 28px !important;
	height: 22px !important;
	border-radius: 999px !important;
	background: #eef3f8 !important;
	color: var(--ddv-cat-blue) !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: 22px !important;
	text-align: center !important;
}

.ddv-category-widget-list .is-active a,
.ddv-category-widget-list a:hover {
	background: #f2f5f9 !important;
	color: var(--ddv-cat-blue) !important;
}

.ddv-category-featured-list {
	display: grid !important;
	padding: 12px !important;
}

.ddv-category-featured {
	display: grid !important;
	grid-template-columns: 92px 1fr !important;
	gap: 12px !important;
	padding: 10px 0 !important;
	border-bottom: 1px solid var(--ddv-cat-line) !important;
	text-decoration: none !important;
}

.ddv-category-featured:last-child {
	border-bottom: 0 !important;
}

.ddv-category-featured__thumb {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 92px !important;
	height: 68px !important;
	border-radius: 4px !important;
	background: linear-gradient(135deg, var(--ddv-cat-blue), var(--ddv-cat-blue-2)) !important;
	color: var(--ddv-cat-gold) !important;
	overflow: hidden !important;
}

.ddv-category-featured__thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.ddv-category-featured__text strong {
	display: block !important;
	margin-bottom: 8px !important;
	color: var(--ddv-cat-blue) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

.ddv-category-featured__text small {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	color: var(--ddv-cat-muted) !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
}

.ddv-category-consult {
	padding-bottom: 18px !important;
	background: linear-gradient(135deg, var(--ddv-cat-blue), var(--ddv-cat-blue-2)) !important;
	border-color: transparent !important;
}

.ddv-category-consult h2 {
	background: transparent !important;
	color: var(--ddv-cat-line) !important;
	text-transform: uppercase !important;
}

.ddv-category-consult p {
	margin: 0 18px 16px !important;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
}

.ddv-category-consult ul {
	display: grid !important;
	gap: 10px !important;
	margin: 0 18px 18px !important;
	padding: 0 !important;
	list-style: none !important;
}

c {
	display: grid !important;
	grid-template-columns: 18px 1fr !important;
	gap: 10px !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

.ddv-category-consult i {
	color: var(--ddv-cat-line) !important;
}


.ddv-category-consult a{
	color:#142947 !important;
	font-size: 18px !important;
}
.ddv-category-consult span, .ddv-category-consult ul li a {
	color: #fff !important;
	font-size: 14px !important;
	text-decoration: none !important;
}

.ddv-category-consult__button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 44px !important;
	margin: 0 18px !important;
	border-radius: 4px !important;
	background: var(--ddv-cat-line) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

.ddv-category-empty {
	padding: 34px !important;
	border: 1px solid var(--ddv-cat-line) !important;
	border-radius: 7px !important;
	background: #fff !important;
}

.ddv-category-empty h2 {
	margin: 0 0 8px !important;
	color: var(--ddv-cat-blue) !important;
	font-size: 24px !important;
}

.ddv-category-empty p {
	margin: 0 !important;
	color: var(--ddv-cat-muted) !important;
}

@media (max-width: 1024px) {
	.ddv-category-container {
		width: min(860px, calc(100% - 32px)) !important;
	}

	.ddv-category-grid {
		grid-template-columns: 1fr !important;
		gap: 34px !important;
	}

	.ddv-category-sidebar {
		position: static !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px !important;
	}

	.ddv-category-search,
	.ddv-category-consult {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 849px) {
	.ddv-category-hero,
	.ddv-category-hero__inner {
		min-height: 230px !important;
	}

	.ddv-category-hero h1 {
		font-size: 36px !important;
		line-height: 1.22 !important;
	}

	.ddv-category-toolbar {
		align-items: flex-start !important;
		flex-direction: column !important;
	}

	.ddv-category-sort,
	.ddv-category-sort select {
		width: 100% !important;
	}

	.ddv-category-card {
		grid-template-columns: 220px 1fr !important;
		gap: 18px !important;
	}

	.ddv-category-thumb {
		height: 155px !important;
	}

	.ddv-category-sidebar {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 549px) {
	.ddv-category-container {
		width: calc(100% - 20px) !important;
	}

	.ddv-category-hero,
	.ddv-category-hero__inner {
		min-height: 260px !important;
	}

	.ddv-category-hero {
		background-position: center !important;
	}

	.ddv-category-hero h1 {
		font-size: 30px !important;
		line-height: 1.26 !important;
	}

	.ddv-category-description,
	.ddv-category-description p {
		font-size: 14px !important;
		line-height: 1.68 !important;
	}

	.ddv-category-grid {
		padding-top: 26px !important;
		padding-bottom: 36px !important;
	}

	.ddv-category-card {
		grid-template-columns: 1fr !important;
		padding: 10px !important;
	}

	.ddv-category-thumb {
		height: 190px !important;
	}

	.ddv-category-card__content {
		padding: 2px 2px 4px !important;
	}

	.ddv-category-card h2 {
		font-size: 18px !important;
		line-height: 1.38 !important;
	}

	.ddv-category-card p {
		font-size: 14px !important;
	}

	.ddv-category-featured {
		grid-template-columns: 82px 1fr !important;
	}

	.ddv-category-featured__thumb {
		width: 82px !important;
		height: 62px !important;
	}
}

.ddv-category-card h2 a::first-letter,
.ddv-category-featured__text strong::first-letter {
	text-transform: uppercase !important;
}
