.lht-legal-consultation-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	min-height: 295px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.lht-legal-consultation-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(13, 26, 45, 0.18) 0%, rgba(13, 26, 45, 0.52) 100%);
}

.lht-legal-consultation-banner__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 32px 15px;
}

.lht-legal-consultation-banner__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	text-align: center;
}

.lht-legal-consultation-banner__title {
	margin: 0;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.lht-legal-consultation-banner__search {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 692px;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(13, 26, 45, 0.12);
}

.lht-legal-consultation-banner__search .lht-legal-consultation-banner__search-input,
.lht-legal-consultation-banner__search input[type="search"].lht-legal-consultation-banner__search-input {
	flex: 1;
	display: block;
	min-width: 0;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #0d1a2d;
	appearance: none;
	-webkit-appearance: none;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.lht-legal-consultation-banner__search .lht-legal-consultation-banner__search-input::placeholder,
.lht-legal-consultation-banner__search input[type="search"].lht-legal-consultation-banner__search-input::placeholder {
	color: #6b7280;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	opacity: 1;
}

.lht-legal-consultation-banner__search .lht-legal-consultation-banner__search-input:focus,
.lht-legal-consultation-banner__search input[type="search"].lht-legal-consultation-banner__search-input:focus {
	border: 0;
	outline: 0;
	box-shadow: none;
}

.lht-legal-consultation-banner__search .lht-legal-consultation-banner__search-button,
.lht-legal-consultation-banner__search button.lht-legal-consultation-banner__search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	min-height: 24px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.lht-legal-consultation-banner__search .lht-legal-consultation-banner__search-button:hover,
.lht-legal-consultation-banner__search .lht-legal-consultation-banner__search-button:focus,
.lht-legal-consultation-banner__search button.lht-legal-consultation-banner__search-button:hover,
.lht-legal-consultation-banner__search button.lht-legal-consultation-banner__search-button:focus {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	opacity: 0.8;
}

.lht-legal-consultation-banner__search .lht-legal-consultation-banner__search-button svg {
	display: block;
	width: 24px;
	height: 24px;
}

.lht-legal-consultation-banner__search input[type="search"]::-webkit-search-decoration,
.lht-legal-consultation-banner__search input[type="search"]::-webkit-search-cancel-button,
.lht-legal-consultation-banner__search input[type="search"]::-webkit-search-results-button,
.lht-legal-consultation-banner__search input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.lht-legal-consultation-banner__breadcrumbs,
.lht-legal-consultation-banner__breadcrumbs a,
.lht-legal-consultation-banner__breadcrumbs span {
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

.lht-legal-consultation-banner__breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.lht-legal-consultation-banner__breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width: 849px) {
	.lht-legal-consultation-banner {
		min-height: 240px;
	}

	.lht-legal-consultation-banner__title {
		font-size: 30px;
	}

	.lht-legal-consultation-banner__search {
		gap: 10px;
		padding: 10px 12px;
	}
}

.lht-legal-consultation-content .lht-blog-content__inner--single {
	padding-top: 56px;
	padding-bottom: 80px;
}

.lht-legal-consultation-content .lht-single-post-card--legal-consultation {
	background: #F9FAFB;
}

.lht-legal-consultation-content .lht-single-post-card--legal-consultation .lht-single-post-card__content {
	color: #0d1a2d;
}

.lht-legal-consultation-content .lht-single-post-card--legal-consultation .lht-single-post-card__content > *:first-child {
	margin-top: 0;
}

.lht-legal-consultation-content .lht-single-post-card--legal-consultation .lht-single-post-card__content > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 849px) {
	.lht-legal-consultation-content .lht-blog-content__inner--single {
		padding-top: 32px;
		padding-bottom: 48px;
	}
}
