.lht-services-page {
	background: #f9fafb;
}

.lht-single-legal-service-page {
	background: #f9fafb;
}

.lht-services-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 352px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.lht-services-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(13, 26, 45, 0.45), rgba(13, 26, 45, 0.45));
}

.lht-services-banner__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 15px;
}

.lht-services-banner__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
}

.lht-services-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: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.lht-services-banner__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.lht-services-banner__breadcrumbs a,
.lht-services-banner__breadcrumbs span {
	color: #fff;
	text-decoration: none;
}

.lht-services-intro {
	padding: 100px 15px 44px;
	background: #f9fafb;
}

.lht-services-intro__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	max-width: 1470px;
	margin: 0 auto;
}

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

.lht-services-intro__description {
	margin: 0;
	color: #6b7280;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.lht-services-page__content {
	background: #f9fafb;
	padding: 0 15px;
}

.lht-services-page__content-inner {
	max-width: 1470px;
	margin: 0 auto;
}

.lht-single-legal-service-content {
	background: #f9fafb;
	padding: 0 15px 80px;
}

.lht-single-legal-service-content__inner {
	max-width: 1470px;
	margin: 0 auto;
}

.lht-legal-service-layout {
	background: #f9fafb;
}

.lht-legal-service-layout__inner {
	display: grid;
	grid-template-columns: 380px minmax(0, 1fr);
	gap: 29px;
	max-width: 1470px;
	margin: 0 auto;
	padding: 80px 15px;
}

.lht-legal-service-layout__sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.lht-legal-price-box {
	padding: 25px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #f9fafb;
}

.lht-legal-price-box__group {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.lht-legal-price-box__title {
	position: relative;
	margin: 0;
	padding-bottom: 18px;
	color: #0d1a2d;
	text-align: justify;
	font-family: "Times New Roman", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}

.lht-legal-price-box__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #c5a059;
}

.lht-legal-price-box__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lht-legal-price-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #fff;
}

.lht-legal-price-item__main {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	flex: 1;
}

.lht-legal-price-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #f6f2eb;
}

.lht-legal-price-item__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.lht-legal-price-item__name {
	color: #0d1a2d;
	font-family: "Times New Roman", serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}

.lht-legal-price-item__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	border: 1px solid #c5a059;
	border-radius: 4px;
	background: #fff;
	color: #c5a059;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lht-legal-price-item__download svg {
	display: block;
	width: 16px;
	height: 16px;
}

.lht-legal-price-item__download:hover {
	background: #c5a059;
	color: #fff;
}

.lht-legal-faq-cta {
	min-height: 304px;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.lht-legal-faq-cta__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 300px;
	padding: 28px;
}

.lht-legal-faq-cta__title {
	margin: 0;
	color: #c5a059;
	font-family: "Times New Roman", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.lht-legal-faq-cta__description {
	margin: 0;
	color: #9ca3af;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.lht-legal-faq-cta__button {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 10px;
	padding: 10px 24px;
	border: 1px solid #c5a059;
	border-radius: 4px;
	background: #c5a059;
	color: #fff;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.lht-legal-faq-cta__button:hover {
	border-color: #fff;
	color: #fff;
}

.lht-legal-faq-cta__button-text {
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.18px;
	text-transform: uppercase;
}

.lht-legal-faq-cta__button-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

.lht-legal-faq-cta__button-arrow svg {
	display: block;
	width: 18px;
	height: 18px;
}

.lht-legal-service-layout__main {
	min-width: 0;
}

.lht-legal-service-card {
	padding: 42px 30px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	background: #fff;
}

.lht-legal-service-card__title {
	margin: 0 0 24px;
	color: #0d1a2d;
	font-family: "Times New Roman", serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.lht-legal-service-card__label {
	color: #c5a059;
}

.lht-legal-service-card__content {
	color: #0d1a2d;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.lht-legal-service-card__content>*:first-child {
	margin-top: 0;
}

.lht-legal-service-card__content>*:last-child {
	margin-bottom: 0;
}

.lht-legal-service-card__content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.lht-legal-price-tabs-shortcode {
	padding: 0px 15px;
}

.lht-legal-price-tabs-shortcode__inner {
	max-width: 1470px;
	margin: 0 auto;
}

.lht-legal-price-tabs-shortcode__layout {
	display: grid;
	grid-template-columns: 380px minmax(0, 1fr);
	gap: 29px;
	align-items: start;
}

.lht-legal-price-tabs-shortcode__main {
	min-width: 0;
}

.lht-legal-price-tabs-shortcode__card {
	padding: 42px 30px 32px 30px;
	border-radius: 8px;
	border: 1px solid #E5E7EB;
	background: #F9FAFB;
}

.lht-legal-price-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 40px;
}

.lht-legal-price-tabs-nav__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	color: #6b7280;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lht-legal-price-tabs-nav__button:hover,
.lht-legal-price-tabs-nav__button:focus {
	outline: none;
	border-color: #c5a059;
	color: #c5a059;
}

.lht-legal-price-tabs-nav__button.is-active {
	border-color: #c5a059;
	background: #c5a059;
	color: #fff;
}

.lht-legal-price-tabs-panel__title {
	margin: 0 0 24px;
	color: #c5a059;
	font-family: "Times New Roman", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	text-align: justify;
	text-transform: uppercase;
}

.lht-legal-price-tabs-panel__title-main {
	color: #0d1a2d;
}

.lht-legal-price-tabs-panel__title-label {
	color: #c5a059;
}

.lht-legal-price-tabs-panel__content {
	color: #0d1a2d;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.lht-legal-price-tabs-panel__content>*:first-child {
	margin-top: 0;
}

.lht-legal-price-tabs-panel__content>*:last-child {
	margin-bottom: 0;
}

.lht-legal-price-tabs-panel__content table {
	width: 100%;
	margin-bottom: 24px;
	border-collapse: collapse;
	background: #fff;
}

.lht-legal-price-tabs-panel__content th,
.lht-legal-price-tabs-panel__content td {
	padding: 16px 18px;
	border: 1px solid #e5e7eb;
	vertical-align: top;
}

.lht-legal-price-tabs-panel__content th {
	color: #0d1a2d;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	background: #f9fafb;
}

.lht-legal-price-tabs-panel__content td {
	color: #374151;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.lht-legal-price-tabs-panel__content ul,
.lht-legal-price-tabs-panel__content ol {
	margin-left: 22px;
}

.lht-legal-price-tabs-panel__content li+li {
	margin-top: 6px;
}

.lht-services-grid-section {
	padding: 0 15px 80px;
	background: #f9fafb;
}

.lht-services-grid-section__inner {
	max-width: 1470px;
	margin: 0 auto;
}

.lht-services-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.lht-service-card {
	height: 100%;
}

.lht-service-card__link {
	display: block;
	height: 100%;
	text-decoration: none;
}

.lht-service-card__content {
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: 100%;
	padding: 24px;
	border-radius: 8px;
	border: 1px solid #F3F4F6;
	background: #FFF;
}

.lht-service-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: #f6f2eb;
}

.lht-service-card__icon img,
.lht-service-card__icon svg {
	display: block;
	object-fit: contain;
}

.lht-service-card__title {
	margin: 0;
	color: #0d1a2d;
	font-family: "Times New Roman", serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -0.4px;
}

.lht-service-card__description {
	display: -webkit-box;
	overflow: hidden;
	color: #6b7280;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lht-service-card__cta {
	margin-top: auto;
	color: #c5a059;
	text-align: left;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.5px;
}

.lht-service-card__link:hover .lht-service-card__title,
.lht-service-card__link:hover .lht-service-card__cta {
	color: var(--fs-color-primary);
}

.lht-services-grid__empty {
	color: #6b7280;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.lht-legal-consultation {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lht-legal-consultation__inner {
	max-width: 1470px;
	margin: 0 auto;
	padding: 80px 15px;
}

.lht-legal-consultation__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
	align-items: center;
	gap: 48px;
}

.lht-legal-consultation__intro {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.lht-legal-consultation__intro-group {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

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

.lht-legal-consultation__description {
	margin: 0;
	color: #fff;
	text-align: justify;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.lht-legal-consultation__hotline {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 24px;
	border: 1px solid #c5a059;
	border-radius: 4px;
	background: #c5a059;
	color: #fff;
	text-decoration: none;
	width: auto;
	max-width: 100%;
	flex: 0 0 auto;
}

.lht-legal-consultation__hotline:hover {
	border-color: #fff;
	color: #fff;
}

.lht-legal-consultation__hotline-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	line-height: 0;
}

.lht-legal-consultation__hotline-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.lht-legal-consultation__hotline-text {
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.18px;
}

.lht-legal-consultation__form-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-radius: 8px;
	border: 1px solid #2a384b;
	background: #192638;
	overflow: hidden;
}

.lht-legal-consultation__form-wrap {
	display: flex;
	align-items: center;
	padding: 24px;
}

.lht-legal-consultation__image-wrap {
	min-height: 100%;
}

.lht-legal-consultation__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lht-legal-consultation .hte-contact-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.lht-legal-consultation .hte-form-row {
	margin: 0;
}

.lht-legal-consultation .hte-form-row--half {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.lht-legal-consultation .hte-form-col {
	min-width: 0;
}

.lht-legal-consultation .hte-input,
.lht-legal-consultation .hte-select,
.lht-legal-consultation .hte-textarea {
	width: 100%;
	margin: 0;
	padding: 0 14px;
	border-radius: 4px;
	border: 1px solid #2a384b;
	background: rgba(255, 255, 255, 0.05);
	color: #9ca3af;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	box-shadow: none;
}

.lht-legal-consultation .hte-input,
.lht-legal-consultation .hte-select {
	height: 36px;
}

.lht-legal-consultation .hte-textarea {
	height: 82px;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: none;
}

.lht-legal-consultation .hte-input::placeholder,
.lht-legal-consultation .hte-textarea::placeholder {
	color: #9ca3af;
}

.lht-legal-consultation .hte-input:focus,
.lht-legal-consultation .hte-select:focus,
.lht-legal-consultation .hte-textarea:focus {
	border-color: #c5a059;
	background: rgba(255, 255, 255, 0.05) !important;
	color: #fff;
	outline: none;
	box-shadow: none;
}

.lht-legal-consultation .hte-input:not(:placeholder-shown),
.lht-legal-consultation .hte-textarea:not(:placeholder-shown) {
	color: #fff;
}

.lht-legal-consultation .hte-input:active,
.lht-legal-consultation .hte-select:active,
.lht-legal-consultation .hte-textarea:active {
	background: rgba(255, 255, 255, 0.05) !important;
	color: #fff;
}

.lht-legal-consultation .hte-input:-webkit-autofill,
.lht-legal-consultation .hte-input:-webkit-autofill:hover,
.lht-legal-consultation .hte-input:-webkit-autofill:focus,
.lht-legal-consultation .hte-select:-webkit-autofill,
.lht-legal-consultation .hte-select:-webkit-autofill:hover,
.lht-legal-consultation .hte-select:-webkit-autofill:focus,
.lht-legal-consultation .hte-textarea:-webkit-autofill,
.lht-legal-consultation .hte-textarea:-webkit-autofill:hover,
.lht-legal-consultation .hte-textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.05) inset;
	transition: background-color 9999s ease-out 0s;
}

.lht-legal-consultation .hte-select option {
	color: #0d1a2d;
}

.lht-legal-consultation .hte-form-row--submit {
	display: flex;
}

.lht-legal-consultation .hte-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 10px 52px 10px 24px;
	border: 1px solid #c5a059;
	border-radius: 4px;
	background: #c5a059;
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 9H15M10.5 13.5L15 9L10.5 4.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 24px center;
	cursor: pointer;
	box-shadow: none;
}

.lht-legal-consultation .hte-btn-submit:hover,
.lht-legal-consultation .hte-btn-submit:focus {
	border-color: #fff;
	color: #fff;
	outline: none;
}

.lht-legal-consultation .wpcf7-spinner,
.lht-legal-consultation .wpcf7-response-output,
.lht-legal-consultation .wpcf7-not-valid-tip {
	color: #fff;
}

.lht-legal-consultation .wpcf7 form .wpcf7-not-valid {
	border-color: #c98b7a !important;
}

.lht-legal-consultation .wpcf7-not-valid-tip {
	display: block;
	margin-top: 8px;
	padding: 10px 12px;
	border: 1px solid rgba(201, 139, 122, 0.45);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.96);
	color: #b4492f;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	box-shadow: 0 8px 24px rgba(13, 26, 45, 0.18);
}

.lht-legal-consultation .wpcf7 form .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 14px 16px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	background: rgba(25, 38, 56, 0.92);
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.lht-legal-consultation .wpcf7 form.invalid .wpcf7-response-output,
.lht-legal-consultation .wpcf7 form.unaccepted .wpcf7-response-output,
.lht-legal-consultation .wpcf7 form.failed .wpcf7-response-output {
	border-color: #c5a059;
}

.lht-legal-consultation .wpcf7 form.sent .wpcf7-response-output {
	border-color: #7ec7a2;
}

.lht-legal-service-carousel-section {
	padding: 80px 15px;
	background: #f9fafb;
}

.lht-legal-service-carousel-section__inner {
	max-width: 1470px;
	margin: 0 auto;
}

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

.lht-legal-service-carousel-section--bare {
	padding: 0;
	background: transparent;
}

.lht-legal-service-carousel-section--bare .lht-legal-service-carousel-section__inner {
	max-width: none;
}

.lht-legal-service-carousel-section--bare .lht-legal-service-carousel-section__title {
	display: none;
}

.lht-legal-service-carousel {
	position: relative;
}

.lht-legal-service-carousel__viewport {
	overflow: hidden;
}

.lht-legal-service-carousel__track {
	display: flex;
	gap: 24px;
	align-items: stretch;
}

.lht-service-card--carousel {
	display: flex;
	flex: 0 0 calc((100% - 96px) / 5);
	min-width: 0;
	height: auto;
}

.lht-service-card--carousel .lht-service-card__link {
	display: flex;
	width: 100%;
}

.lht-service-card--carousel .lht-service-card__content {
	width: 100%;
	height: 100%;
}

.lht-service-card--carousel .lht-service-card__description {
	-webkit-line-clamp: 5;
}

.lht-legal-service-carousel__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #f0e8d8;
	border-radius: 999px;
	background: #fffdfa;
	color: #c5a059;
	transform: translateY(-50%);
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.lht-legal-service-carousel__nav--prev {
	left: -18px;
	margin: 0;
}

.lht-legal-service-carousel__nav--next {
	right: -18px;
	margin: 0;
}

.lht-legal-service-carousel__nav svg {
	display: block;
	width: 20px;
	height: 20px;
}

.lht-legal-service-carousel__nav:hover:not(:disabled) {
	background: #c5a059;
	border-color: #c5a059;
	color: #fff;
}

.lht-legal-service-carousel__nav:disabled {
	opacity: 0.45;
	cursor: default;
}

@media only screen and (max-width: 1366px) and (min-width: 850px) {
	.lht-services-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lht-legal-price-tabs-shortcode__layout {
		grid-template-columns: 300px minmax(0, 1fr);
	}

	.lht-legal-price-tabs-panel__title {
		font-size: 28px;
	}

	.lht-legal-service-layout__inner {
		grid-template-columns: 300px minmax(0, 1fr);
	}

	.lht-legal-service-card {
		padding: 34px 24px;
	}

	.lht-legal-service-card__title {
		font-size: 26px;
		line-height: 34px;
	}

	.lht-legal-faq-cta__content {
		padding: 24px;
	}

	.lht-legal-consultation__inner {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.lht-legal-consultation__grid {
		grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
		gap: 20px;
	}

	.lht-legal-consultation__intro {
		gap: 24px;
	}

	.lht-legal-consultation__title {
		font-size: 32px;
		line-height: 32px;
	}

	.lht-legal-consultation__description {
		font-size: 15px;
		line-height: 23px;
	}

	.lht-legal-consultation__form-card {
		grid-template-columns: minmax(340px, 1.2fr) minmax(240px, 0.8fr);
	}

	.lht-legal-consultation__form-wrap {
		padding: 22px;
	}

	.lht-legal-consultation__image-wrap {
		min-height: 436px;
	}

	.lht-legal-consultation .hte-input,
	.lht-legal-consultation .hte-select {
		height: 38px;
		font-size: 15px;
	}

	.lht-legal-consultation .hte-textarea {
		height: 128px;
		font-size: 15px;
	}

	.lht-legal-consultation .hte-btn-submit {
		height: 46px;
		padding: 10px 52px 10px 22px;
		font-size: 16px;
		background-position: right 22px center;
	}

	.lht-service-card--carousel {
		flex-basis: calc((100% - 48px) / 3);
	}
}

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

	.lht-legal-price-tabs-shortcode {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.lht-legal-price-tabs-shortcode__layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.lht-services-banner__title,
	.lht-services-intro__title {
		font-size: 30px;
		line-height: 30px;
	}

	.lht-legal-service-layout__inner {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.lht-legal-service-layout__main {
		order: 1;
	}

	.lht-legal-service-layout__sidebar {
		order: 2;
	}

	.lht-legal-faq-cta__content {
		max-width: 100%;
	}

	.lht-services-intro {
		padding-top: 72px;
	}

	.lht-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lht-legal-consultation__inner {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.lht-legal-consultation__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.lht-legal-consultation__form-card {
		grid-template-columns: 1fr;
	}

	.lht-legal-consultation__image-wrap {
		height: 280px;
	}

	.lht-legal-service-carousel-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.lht-legal-service-carousel-section__title {
		font-size: 30px;
		line-height: 30px;
	}

	.lht-service-card--carousel {
		flex-basis: calc((100% - 24px) / 2);
	}

	.lht-legal-service-carousel__nav--prev {
		left: -10px;
	}

	.lht-legal-service-carousel__nav--next {
		right: -22px;
	}
}

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

	.lht-legal-price-tabs-shortcode {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.lht-legal-price-tabs-shortcode__card {
		padding: 20px 14px 24px;
	}

	.lht-legal-price-tabs-nav {
		gap: 6px;
		margin-bottom: 18px;
	}

	.lht-legal-price-tabs-nav__button {
		padding: 8px 12px;
		font-size: 15px;
	}

	.lht-legal-price-tabs-panel__title {
		margin-bottom: 18px;
		font-size: 22px;
		line-height: 28px;
	}

	.lht-legal-price-tabs-panel__content {
		font-size: 15px;
		line-height: 26px;
	}

	.lht-legal-price-tabs-panel__content th,
	.lht-legal-price-tabs-panel__content td {
		padding: 12px;
		font-size: 14px;
		line-height: 22px;
	}

	.lht-services-banner__title,
	.lht-services-intro__title {
		font-size: 24px;
		line-height: 28px;
	}

	.lht-legal-service-layout__inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.lht-legal-price-box,
	.lht-legal-service-card {
		padding: 20px;
	}

	.lht-legal-faq-cta__content {
		padding: 20px;
	}

	.lht-legal-faq-cta__title {
		font-size: 22px;
		line-height: 28px;
	}

	.lht-legal-faq-cta__button {
		width: 100%;
		justify-content: center;
	}

	.lht-legal-service-card__title {
		font-size: 22px;
		line-height: 30px;
	}

	.lht-services-banner__breadcrumbs {
		font-size: 13px;
		line-height: 20px;
	}

	.lht-services-intro__description {
		font-size: 15px;
		line-height: 22px;
	}

	.lht-services-intro {
		padding-top: 56px;
	}

	.lht-services-grid-section {
		padding-bottom: 56px;
	}

	.lht-services-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.lht-service-card__content {
		padding: 20px;
	}

	.lht-service-card__title {
		font-size: 20px;
		line-height: 24px;
	}

	.lht-legal-consultation__inner {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.lht-legal-consultation__title {
		font-size: 28px;
		line-height: 30px;
	}

	.lht-legal-consultation__form-wrap {
		padding: 18px;
	}

	.lht-legal-consultation .hte-form-row--half {
		grid-template-columns: 1fr;
	}

	.lht-legal-consultation .hte-btn-submit {
		width: 100%;
	}

	.lht-legal-service-carousel-section {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.lht-legal-service-carousel-section__title {
		margin-bottom: 28px;
		font-size: 24px;
		line-height: 28px;
	}

	.lht-service-card--carousel {
		flex-basis: 100%;
	}

	.lht-legal-service-carousel__nav {
		width: 32px;
		height: 32px;
	}

	.lht-legal-service-carousel__nav--prev {
		left: -4px;
	}

	.lht-legal-service-carousel__nav--next {
		right: -4px;
	}
}
