/*!
Theme Name: TradeScale
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tradescale
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TradeScale is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

 */

.prop-topbar {
	padding: 6px 12px;
	background: linear-gradient(
		to right,
		rgba(197, 175, 8, 0.15) 20%,
		/* #C5AF08 @ 15% */ rgba(197, 175, 8, 1) 50%,
		/* #C5AF08 @ 100% */ rgba(197, 175, 8, 0.15) 80% /* #C5AF08 @ 15% */
	);
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

header {
	position: relative !important;
}

.prop-topbar span {
	font-size: 30px;
}

.prop-hero {
	padding: 50px 0 101px 0;
	overflow: hidden;
	position: relative;
	background: url(/wp-content/uploads/2025/10/hero-prop-bg.png) bottom left
		repeat-x;
}

.prop-hero .col-content {
	position: relative;
}

.prop-img {
	position: absolute;
	bottom: 0;
	left: calc(50% - 74px);
	z-index: -10;
}

.prop-hero-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

img.img-glow {
	box-shadow: 0px 2px 21px 0px rgba(243, 152, 31, 0.19);
	border-radius: 100%;
}

.prop-hero h1 {
	font-weight: 600;
	font-size: 70px;
}

.prop-hero .col-2-ts:last-child {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.prop-logos {
	margin-top: -37px;
}

.prop-logos .col-content {
	display: flex;
	gap: 24px;
}

.prop-logos-item {
	width: calc(50% - 12px);
	padding: 20px;
	border-radius: 10px;
	background: rgba(25, 24, 23, 0.6);
	backdrop-filter: blur(7.9px);
	-webkit-backdrop-filter: blur(7.9px);
	border: 1px solid rgba(116, 116, 116, 0.4);
}

.prop-logos-item {
	display: flex;
	align-items: center;
}

.prop-logos-item:first-child > div:nth-child(2) {
	border-left: 1px solid rgba(116, 116, 116, 0.4);
	border-right: 1px solid rgba(116, 116, 116, 0.4);
}

.prop-logos-item:first-child > div {
	text-align: center;
	width: 33.33%;
	padding: 16px 10px;
}

.prop-logos-item:last-child > div {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.prop-logos-item:last-child p {
	border-bottom: 1px solid rgba(116, 116, 116, 0.4);
	width: 100%;
	padding-bottom: 8px;
	text-align: center;
}

.prop-logos-item:last-child div > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px 37px;
}

.prop-lp .swiper-slide.swiper-slide-active .testimonial-card .int-title {
	font-size: 20px;
}

.prop-how .col-content {
	padding: 75px 89px;
	position: relative;
	border-radius: 50px;
	border-width: 1px;
	border-style: solid;
	background:
		linear-gradient(#161514, #161514) padding-box,
		linear-gradient(
				0deg,
				#f3981f 0%,
				rgba(116, 116, 116, 0.2) 49%,
				rgba(255, 255, 255, 0.2) 100%
			)
			border-box;
	border: 1px solid transparent;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.prop-how .col-content:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: linear-gradient(
		180deg,
		rgba(229, 118, 37, 0),
		rgba(229, 118, 37, 0.2)
	);
	border-radius: 0 0 50px 50px;
}

.prop-how .col-content div:last-child {
	position: relative;
	z-index: 10;
}

.prop-how-item {
	position: relative;
	padding-left: 46px;
	border-left: 1px solid rgba(116, 116, 116, 0.4);
	padding-bottom: 50px;
}

.prop-how-item:last-child {
	border-left: none;
	padding-bottom: 0;
}

.prop-how-item img {
	position: absolute;
	top: -8px;
	left: -30px;
}

.prop-table {
	padding-top: 100px;
	border-radius: 50px 50px 0 0;
	background: url(/wp-content/uploads/2025/10/prop-bg.png) top left repeat-x;
}

.table-bottom {
	text-align: center;
}

.prop-pricing-table {
	overflow-x: auto;
}

.prop-pricing-table table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	color: #fff;
	font-family: "Arial", sans-serif;
}

.prop-pricing-table th,
.prop-pricing-table td {
	padding: 19px 16px;
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-family:
		"Figtree",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen-Sans,
		Ubuntu,
		Cantarell,
		"Helvetica Neue",
		sans-serif;
	font-weight: 400;
}

.prop-pricing-table thead th {
	font-weight: 600;
	border: none;
	padding-top: 8px;
	padding-bottom: 16px;
}

.prop-pricing-table table {
	border-collapse: separate;
	border-spacing: 0; /* removes the gaps */
}

.prop-pricing-table thead .logo-col {
	background: rgba(229, 118, 37, 0.1);
	color: #ff9900;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-left: 1px solid #f3981f;
	border-right: 1px solid #f3981f;
	border-top: 1px solid #f3981f;
}

.prop-pricing-table tbody td:first-child {
	text-align: left;
	font-weight: 500;
	padding-left: 32px;
}

.prop-pricing-table tbody td:nth-child(2) {
	border-left: 1px solid #f3981f;
	border-right: 1px solid #f3981f;
	background: rgba(229, 118, 37, 0.1);
	font-weight: 600;
}

.prop-pricing-table table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.prop-pricing-table tbody {
	margin-top: 0;
}

.prop-pricing-table tbody tr:last-child td:nth-child(2) {
	border-bottom: 1px solid #f3981f;
}

.prop-pricing-table tbody tr:first-child td:first-child {
	border-top-left-radius: 24px;
}

.prop-pricing-table tbody tr:first-child td:last-child {
	border-top-right-radius: 24px;
}

.prop-pricing-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 24px;
}

.prop-pricing-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 24px;
}

.prop-faq {
	background: linear-gradient(90deg, rgba(36, 36, 36, 1), rgba(32, 37, 26, 1));
	border-radius: 50px 50px 0 0;
	padding-top: 100px;
}

.accordion {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
}

.prop-acc-item {
	padding: 20px 24px;
	border: 1px solid #8b827c;
	border-radius: 12px;
	background: rgba(25, 24, 23, 0.4);
}

.prop-acc-item button,
.prop-acc-item button:hover {
	position: relative;
	width: 100%;
	font-size: 18px;
	color: #e3e0e0;
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: transparent;
	border-bottom: 1px solid transparent !important;
}

.prop-acc-item button img {
	position: absolute;
	right: 0;
	top: 7px;
	transition: 0.3s;
	transform: rotate(180deg);
}

.prop-acc-item button.active img {
	transform: rotate(0deg);
}

.prop-accordion button.active {
	border-bottom: 1px solid #8b827c !important;
	padding-bottom: 19px;
}

.panel {
	padding: 20px 0;
	display: none;
	font-size: 16px;
	color: #b3afa9;
	overflow: hidden;
}

.prop-prefooter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	padding: 18px 16px;
	border-top: 1px solid #747474 !important;
}

/* responsive */

@media only screen and (max-width: 992px) {
	.prop-topbar {
		font-size: 16px;
	}

	.prop-topbar span {
		font-size: 20px;
	}

	.prop-hero {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.prop-hero h1 {
		font-size: 48px;
	}

	.prop-hero .col-2-ts:last-child {
		padding: 0;
	}

	.prop-logos {
		margin-top: 0;
	}

	.prop-logos .col-1-ts {
		padding: 0;
	}

	.prop-logos .col-content {
		flex-direction: column;
		gap: 0;
	}

	.prop-logos-item {
		width: 100%;
	}

	.prop-logos p {
		font-size: 13px;
	}

	.interviews .row-ts:last-child {
		height: auto;
		margin-bottom: 60px;
	}

	.prop-how .col-1-ts {
		padding: 0;
	}

	.prop-how .col-content {
		padding: 40px 20px 40px 40px;
	}

	.prop-prefooter img {
		max-width: 100%;
	}

	.prop-prefooter {
		text-align: center;
		gap: 10px;
		flex-direction: column;
	}

	.header-cta {
		display: block;
	}

	.headr-cta .cta {
		min-width: 180px;
		font-size: 16px;
	}
}

#faqAccordion {
	padding: 0;
	margin-bottom: 60px;

	@media (width >= 768px) {
		margin-bottom: 100px;
	}

	.collapse:not(.show) {
		display: none !important;
	}

	.accordion-item {
		background: rgba(25, 24, 23, 0.4);
		border: 1px solid #8b827c;
		border-radius: 12px;
		margin-bottom: 16px;
	}

	.accordion-header {
		position: relative;
		z-index: 5;
	}

	.icon-box {
		flex-shrink: 0;
		width: 20px;
		height: 20px;
		position: relative;

		&:before,
		&:after {
			content: "";
			position: absolute;
			background-color: #fff;
			border-radius: 5px;
			transition: transform 0.25s ease-out;
		}

		&::before {
			top: 0;
			left: 50%;
			width: 2px;
			height: 100%;
			transform: translateX(-50%);

			@media (width >= 992px) {
				width: 4px;
			}
		}

		&::after {
			top: 50%;
			left: 0;
			width: 100%;
			height: 2px;
			transform: translateY(-50%);

			@media (width >= 992px) {
				height: 4px;
			}
		}
	}

	.accordion-button {
		position: relative;
		padding: 18px 18px 18px 20px;
		border-radius: 0px !important;
		background: transparent;
		color: #fff;
		font-weight: 400;
		font-size: 1.187rem;
		line-height: 1.3;
		box-shadow: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 25px;

		@media (width >= 768px) {
			gap: 30px;
			padding: 20px 25px;
		}

		@media (width >= 992px) {
			font-size: 1.375rem;
		}

		&::after {
			display: none;
		}

		&:not(.collapsed) {
			.icon-box {
				&::before {
					transform: translateX(-50%) rotate(90deg);
				}
				&::after {
					transform: translateY(-50%) rotate(180deg);
				}
			}
		}
	}

	.accordion-body {
		position: relative;
		padding: 25px 20px 27px;

		@media (width >= 768px) {
			padding-inline: 25px;
		}

		&::before {
			content: "";
			position: absolute;
			left: 20px;
			right: 20px;
			top: 0;
			height: 1px;
			background: #8b827c;
			transition: all 0.3s ease;
		}

		@media (width >= 768px) {
			&::before {
				left: 25px;
				right: 25px;
			}
		}

		p {
			margin: 0 0 10px;
			color: rgba(179, 175, 169, 1);
			font-weight: 400;
			font-size: 1rem;
			line-height: 1.36;
			text-wrap: pretty;

			&:last-of-type {
				margin-bottom: 0;
			}

			@media (width >= 768px) {
				font-size: 1.125rem;
			}
		}
	}
}

.interview-slider-new {
	width: 100%;
	margin-bottom: 80px;

	@media (width >= 640px) {
		margin-bottom: 120px;
	}

	.swiper-slide {
		width: 320px !important;

		@media (width >= 992px) {
			width: 500px !important;
		}

		@media (width >= 992px) {
			width: 700px !important;
		}
	}

	.review-bottom {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		margin-top: 20px;

		@media (width >= 992px) {
			margin-top: 40px;
		}
	}

	.swiper-button-prev,
	.swiper-button-next {
		position: relative;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		margin: 0;
		width: 32px !important;
		height: 32px !important;
		border-radius: 50%;
		background: linear-gradient(90deg, #242424 0%, #201b1a 100%);
		display: flex;
		align-items: center;
		justify-content: center;

		&::after {
			display: none;
		}

		svg {
			display: none;
		}

		img {
			flex-shrink: 0;
			width: 8px;
		}
	}

	.autoplay-progress {
		flex-shrink: 0;
		width: 40px;
		height: 40px;

		svg {
			--progress: 0;
			width: 100%;
			height: 100%;
			stroke-width: 2px;
			stroke: rgba(243, 152, 31, 1);
			fill: none;
			stroke-dashoffset: calc(124.85px * (1 - var(--progress)));
			stroke-dasharray: 124.85;
			transform: rotate(-90deg);
		}
	}

	.box {
		padding: 24px;
		background:
			linear-gradient(
					322.21deg,
					rgba(25, 24, 23, 1) 0%,
					rgba(25, 24, 23, 1) 100%
				)
				padding-box,
			linear-gradient(
					265.73deg,
					rgba(255, 255, 255, 0.2) 3.48%,
					rgba(116, 116, 116, 0.2) 51.41%,
					#f3981f 96.56%
				)
				border-box;
		border: 1px solid transparent;
		border-radius: 12px;
		max-width: 710px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;

		@media (width >= 992px) {
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 29px;
		}
	}

	.user-image {
		display: block;
		width: 100%;
	}

	.box-content {
		p {
			margin: 0 0 16px;
			font-weight: 500;
			font-size: 1.25rem;
			line-height: 1.4;
			color: rgba(227, 224, 224, 1);
		}

		a {
			position: relative;
			text-decoration: none;
			padding: 8px 20px;
			display: flex;
			align-items: center;
			gap: 10px;
			width: fit-content;
			border-radius: 100px;
			font-weight: 500;
			font-size: 1.125rem;
			line-height: 1.22;
			color: #fff;
			border: 1px solid transparent;
			background:
				linear-gradient(90deg, #242424 0%, #201b1a 100%) padding-box,
				linear-gradient(
						269.86deg,
						rgba(116, 116, 116, 0.2) 0.01%,
						rgba(255, 255, 255, 0.2) 99.99%
					)
					border-box;

			&:hover,
			&:focus-visible {
				text-decoration: none;
				color: #fff;
			}
		}
	}
}

.vd-modal {
	background: rgba(20, 19, 19, 0.9) !important;
	width: 100% !important;
	max-width: 100% !important;

	.gradient-text {
		--gradient-color: linear-gradient(90deg, #ffc271 0%, #ff9242 100%);

		color: transparent;
		background: var(--gradient-color);
		background-clip: text;
	}

	.gradient-border-box {
		--gradient-background: rgba(25, 24, 23, 0.4);
		--gradient-border: linear-gradient(92.95deg, #f3981f 0%, #e57625 100%);

		position: relative;
		padding: 8px 13px;
		background: var(--gradient-background);
		border-radius: 12px;
		isolation: isolate;

		@media (width >= 768px) {
			padding: 12px 28px;
		}

		&::before {
			content: "";
			position: absolute;
			inset: 0;
			border-radius: inherit;
			border: 1px solid transparent;
			background: var(--gradient-border) border-box;
			mask:
				linear-gradient(#fff 0 0) content-box,
				linear-gradient(#fff 0 0);
			mask-composite: exclude;
			z-index: -1;
			pointer-events: none;
		}

		&.with-glow {
			--glow: 0px 0px 19px 0px rgba(249, 116, 1, 0.59);

			box-shadow: var(--glow);
		}
	}

	.modal-dialog {
		max-width: 715px;
	}

	.modal-content {
		border: 0;
		background: transparent;
		border-radius: 0;
	}

	.modal-body {
		padding: 0;
	}

	.modal-box {
		--gradient-border: linear-gradient(180deg, #b97843 0%, #8b4b17 100%);
		--gradient-background: linear-gradient(
			to bottom,
			#251b1b 44.4%,
			rgb(21 20 18) 54.27%
		);

		padding: 0;
		border-radius: 10px;
		overflow: hidden;

		@media (width >= 768px) {
			--gradient-background: linear-gradient(
				270deg,
				#251b1b 44.4%,
				#141412 54.27%
			);

			display: grid;
			grid-template-columns: 1fr 1.2fr;
			gap: 20px;
		}

		@media (width >= 992px) {
			gap: 25px;
		}

		&.with-glow {
			--glow: 0px 4px 60px rgba(229, 118, 37, 0.3);
		}
	}

	.text-wrapper {
		padding: 18px 16px 24px;

		@media (width >= 768px) {
			grid-column: 2 / 3;
			grid-row: 1 / -1;

			padding: 50px 25px 35px 0;
		}

		@media (width >= 992px) {
			padding: 55px 28px 35px 0;
		}
	}

	.btn-close {
		display: block;
		margin: 0 0 16px auto;
		padding: 0;
		background: none;
		box-shadow: none;
		opacity: 1;
		border-radius: 0;
		width: auto;
		height: auto;

		@media (width >= 768px) {
			position: absolute;
			top: 18px;
			right: 19px;
			z-index: 5;
		}

		img {
			display: block;
			width: 20px;
		}
	}

	h2 {
		margin-block: 0 15px;
		font-weight: 500;
		font-size: 2rem;
		line-height: 1.2;

		@media (width >= 768px) {
			margin-bottom: 30px;
		}
	}

	h3 {
		margin-block: 0 20px;
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.3;
		color: #fff;

		@media (width >= 768px) {
			margin-bottom: 25px;
		}

		.gradient-text {
			font-weight: 500;
			color: transparent;
			display: block;
		}
	}

	p {
		margin: 0 0 10px;
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.3;
		color: #fff;
		display: flex;
		align-items: start;
		gap: 5px;

		img {
			flex-shrink: 0;
			margin-top: 3px;
		}
	}

	.btn-custom-lp {
		margin: 20px 0 0;
		display: block;
		width: fit-content;
		padding: 18px 23px;
		background: linear-gradient(92.95deg, #f3981f 0%, #e57625 100%);
		border: none;
		border-radius: 12px;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.2;
		color: rgba(20, 19, 19, 1);
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		transition: box-shadow 0.3s ease;

		&:hover,
		&:focus-visible,
		&:active {
			color: rgba(20, 19, 19, 1) !important;
			box-shadow: 0px 0px 15px 0px rgba(243, 152, 31, 0.4);
		}

		@media (width >= 768px) {
			margin-top: 26px;
		}
	}

	.image-wrapper {
		padding: 0 1px 15px;

		@media (width >= 768px) {
			grid-column: 1 / 2;
			grid-row: 1 / -1;
			padding: 12px 0 15px 10px;
		}
	}

	.modal-image {
		display: block;
		width: 100%;
		max-width: 100%;
		flex-shrink: 0;

		@media (width >= 768px) {
			margin-top: 10px;
		}
	}

	&.kv-modal {
		.modal-box {
			display: block;

			.text-wrapper {
				@media (width >= 768px) {
					padding: 50px 25px 35px;
				}

				@media (width >= 992px) {
					padding: 55px 28px 35px;
				}
			}
		}
	}
}

:lang(de) .prop-hero h1,
:lang(es) .prop-hero h1 {
	font-size: 64px;
}

@media only screen and (max-width: 992px) {
	:lang(de) .prop-hero h1,
	:lang(es) .prop-hero h1 {
		font-size: 42px;
	}
}

.site-header .lp-lang-switcher {
	display: flex;
	align-items: center;
	margin-right: 16px;
	position: relative;
	z-index: 102;
}

.site-header .lp-lang-switcher .wpml-ls {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	max-width: none !important;
}

.site-header .lp-lang-switcher .wpml-ls > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header .lp-lang-switcher .wpml-ls-legacy-dropdown,
.site-header .lp-lang-switcher .wpml-ls-legacy-dropdown-click {
	width: auto !important;
	max-width: none !important;
}

.site-header .lp-lang-switcher .wpml-ls-legacy-dropdown > ul > li,
.site-header .lp-lang-switcher .wpml-ls-legacy-dropdown-click > ul > li {
	position: relative;
	list-style: none;
}

.site-header .lp-lang-switcher .wpml-ls-item-toggle,
.site-header .lp-lang-switcher .wpml-ls-legacy-dropdown > ul > li > a,
.site-header .lp-lang-switcher .wpml-ls-legacy-dropdown-click > ul > li > a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 52px;
	height: 36px;
	padding: 0 !important;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	border-radius: 6px !important;
	text-decoration: none !important;
	cursor: pointer;
	transition:
		background 0.15s ease,
		border-color 0.15s ease;
	box-sizing: border-box;
}

.site-header .lp-lang-switcher .wpml-ls-item-toggle::after,
.site-header .lp-lang-switcher .wpml-ls-item-toggle::before {
	content: none !important;
	display: none !important;
	border: 0 !important;
}

.site-header .lp-lang-switcher .wpml-ls-item-toggle:hover,
.site-header .lp-lang-switcher .wpml-ls-item-toggle:focus,
.site-header .lp-lang-switcher .wpml-ls-legacy-dropdown > ul > li > a:hover,
.site-header
	.lp-lang-switcher
	.wpml-ls-legacy-dropdown-click
	> ul
	> li
	> a:hover {
	background: rgba(255, 255, 255, 0.14) !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
	color: #fff !important;
}

.site-header .lp-lang-switcher .wpml-ls-sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: auto;
	width: 52px;
	min-width: 0 !important;
	margin: 0;
	padding: 4px;
	list-style: none;
	background: #1a1a1a !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transform: translateY(-4px);
	transition:
		opacity 0.15s ease,
		transform 0.15s ease,
		visibility 0s linear 0.15s;
	z-index: 103;
	box-sizing: border-box;
}

.site-header .lp-lang-switcher .wpml-ls-item:hover > .wpml-ls-sub-menu,
.site-header .lp-lang-switcher .wpml-ls-item:focus-within > .wpml-ls-sub-menu,
.site-header
	.lp-lang-switcher
	.wpml-ls-item-toggle[aria-expanded="true"]
	+ .wpml-ls-sub-menu {
	visibility: visible !important;
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0s;
}

.site-header .lp-lang-switcher .wpml-ls-sub-menu li {
	list-style: none;
	margin: 0;
}

.site-header .lp-lang-switcher .wpml-ls-sub-menu li + li {
	margin-top: 2px;
}

.site-header .lp-lang-switcher .wpml-ls-sub-menu a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 100%;
	height: 32px;
	padding: 0 !important;
	color: #fff !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 4px !important;
	text-decoration: none !important;
	box-sizing: border-box;
}

.site-header .lp-lang-switcher .wpml-ls-sub-menu a:hover,
.site-header .lp-lang-switcher .wpml-ls-sub-menu a:focus {
	background: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
}

.site-header .lp-lang-switcher .wpml-ls-flag {
	width: 24px !important;
	height: 16px !important;
	display: block;
	object-fit: cover;
	border-radius: 2px;
	margin: 0 !important;
}

@media only screen and (max-width: 768px) {
	.site-header .lp-lang-switcher {
		margin-right: 10px;
	}

	.site-header .lp-lang-switcher .wpml-ls-item-toggle,
	.site-header .lp-lang-switcher .wpml-ls-legacy-dropdown > ul > li > a,
	.site-header .lp-lang-switcher .wpml-ls-legacy-dropdown-click > ul > li > a {
		width: 46px;
		height: 32px;
	}

	.site-header .lp-lang-switcher .wpml-ls-sub-menu {
		width: 46px;
	}

	.site-header .lp-lang-switcher .wpml-ls-sub-menu a {
		height: 28px;
	}
}
