:root {
	--uev-teal: #0f706d;
	--uev-bright: #24bec0;
	--uev-lime: #D5CC2E;
	--uev-ink: #181818;
	--uev-muted: #666;
	--uev-line: #dadada;
	--uev-pale: #dff3f3;
	--uev-grey: #f5f5f5;
	--uev-max: 1300px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.uev-page,
.uev-demo-header,
.uev-demo-footer {
	font-family: Manrope, Arial, sans-serif;
	color: var(--uev-ink);
}

.uev-page {
	font-size: 16px;
	line-height: 1.48;
}

.uev-page a {
	color: #0879cb;
	text-decoration: none;
}

.uev-container {
	width: min(var(--uev-max), calc(100% - 56px));
	margin-inline: auto;
}

.uev-demo-header {
	height: 86px;
	display: flex;
	align-items: center;
	gap: 60px;
	width: min(var(--uev-max), calc(100% - 56px));
	margin: auto;
}

.uev-demo-brand {
	display: flex;
	align-items: center;
	color: #20bcbf;
	text-decoration: none;
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
}

.uev-demo-brand img {
	margin-right: 8px;
}

.uev-demo-brand small,
.uev-footer-brand small {
	display: block;
	font-size: 10px;
}

.uev-demo-header nav {
	margin-left: auto;
	display: flex;
	gap: 50px;
}

.uev-demo-header nav a {
	font-size: 13px;
	font-weight: 700;
	color: #222;
	text-decoration: none;
}

.uev-menu-button {
	display: none;
	background: none;
	border: 0;
}

.uev-breadcrumb {
	font-size: 12px;
	color: #8c8c8c;
	margin-bottom: 32px;
}

.uev-breadcrumb a {
	color: #222;
}

.uev-hero {
	background: #fff;
}

.uev-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	min-height: 625px;
	gap: 38px;
}

.uev-hero-copy {
	padding-top: 25px;
}

.uev-hero h1 {
	font-size: 48px;
	line-height: 1.05;
	margin: 0 0 14px;
	letter-spacing: -1.8px;
	font-weight: 800;
}

.uev-updated {
	color: var(--uev-teal);
	font-weight: 700;
}

.uev-updated span {
	color: var(--uev-lime);
	font-size: 20px;
}

.uev-trust-pill {
	display: flex;
	gap: 10px;
	align-items: center;
	border: 1px solid #eee;
	background: #f6f6f6;
	border-radius: 28px;
	padding: 15px 20px;
	margin: 25px 0;
}

.uev-trust-pill b:last-child {
	color: #17b878;
}

.uev-hero-actions {
	border-top: 1px solid var(--uev-line);
	display: flex;
	align-items: center;
	gap: 35px;
	padding-top: 24px;
}

.uev-whatsapp {
	background: var(--uev-bright);
	color: #001d1d !important;
	font-weight: 800;
	padding: 16px 22px;
	border-radius: 5px;
}

.uev-verified {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	color: #777;
}

.uev-verified img {
	border-radius: 50%;
	object-fit: cover;
}

.uev-verified a {
	color: var(--uev-teal);
	font-weight: 800;
	text-decoration: underline;
}

.uev-hero-visual {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.uev-hero-visual>img {
	width: 350px;
	height: 530px;
	object-fit: cover;
	border: 8px solid #171717;
	border-radius: 55px 55px 0 0;
	background: linear-gradient(#ffdca0, #fff8b7);
}

.uev-phone-note {
	position: absolute;
	top: 250px;
	width: 280px;
	padding: 17px;
	border-radius: 18px;
	background: #fff;
	font-size: 12px;
}

.uev-media-strip {
	border-block: 1px solid var(--uev-line);
	height: 100px;
}

.uev-media-strip .uev-container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	white-space: nowrap;
	overflow: hidden;
}

.uev-media-strip span {
	font-size: 12px;
	color: #777;
}

.uev-media-strip strong {
	font-family: Georgia, serif;
	font-size: 22px;
	color: #444;
}

.uev-media-strip a {
	font-size: 12px;
	font-weight: 800;
	color: var(--uev-teal);
}

.uev-glance {
	background: var(--uev-teal);
	color: #fff;
	padding: 70px 0 76px;
	margin-top: 76px;
}

.uev-kicker {
	color: #27c5c8;
	font-size: 18px;
	font-weight: 800;
	margin: 0;
}

.uev-glance h2 {
	color: #25c2c5;
	font-size: 70px;
	line-height: 1;
	margin: 0 0 48px;
	letter-spacing: -2px;
	font-weight: 800;
}

.uev-glance-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 70px;
}

.uev-glance-grid article {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 15px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.uev-glance-grid h3 {
	font-size: 14px;
	margin: 0;
	position: relative;
	padding-left: 16px;
}

.uev-glance-grid h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border: 2px solid var(--uev-lime);
	border-radius: 50%;
}

.uev-glance-grid p {
	margin: 0;
	font-size: 14px;
}

.uev-glance-grid span {
	display: inline-block;
	color: #0b6562;
	background: #26c2c4;
	border-radius: 4px;
	padding: 4px 10px;
	margin-top: 8px;
	font-size: 14px;
}

.uev-content-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 70px;
	padding-top: 85px;
}

.uev-toc {
	position: sticky;
	top: 20px;
	align-self: start;
}

.uev-toc h2 {
	font-size: 20px;
	text-decoration: underline;
}

.uev-toc a {
	display: block;
	color: #888;
	font-size: 13px;
	margin: 13px 0;
	padding-left: 20px;
}

.uev-toc a:nth-of-type(1),
.uev-toc a:nth-of-type(4),
.uev-toc a:nth-of-type(7),
.uev-toc a:nth-of-type(8),
.uev-toc a:nth-of-type(9),
.uev-toc a:nth-of-type(11) {
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 0;
	color: #777;
}

.uev-byline {
	display: flex;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid var(--uev-line);
	font-size: 11px;
	color: #777;
	padding-bottom: 22px;
}

.uev-byline img {
	border-radius: 50%;
}

.uev-byline span:last-child {
	margin-left: auto;
}

.uev-byline a {
	color: var(--uev-teal);
	font-weight: 800;
	text-decoration: underline;
}

.uev-section:not(:first-of-type) {
	padding-top: 88px;
}

.uev-number {
	display: block;
	color: var(--uev-teal);
	font-weight: 800;
	font-size: 13px;
	margin-bottom: 10px;
}

.uev-section>h2,
.uev-faq>h2 {
	color: var(--uev-teal);
	font-size: 36px;
	line-height: 1.15;
	letter-spacing: -0.8px;
	margin: 0 0 30px;
	font-weight: 700;
}

.uev-section h2 small {
	font-size: 11px;
	background: #f4f4f4;
	padding: 6px 12px;
	border-radius: 14px;
	vertical-align: middle;
	white-space: nowrap;
}

.uev-section h3 {
	font-size: 28px;
	margin: 30px 0 28px;
	font-weight: 700;
}

.uev-section p {
	margin: 0 0 17px;
}

.uev-read-more {
	color: var(--uev-teal) !important;
}

.uev-split-copy {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 35px;
	margin-top: 32px;
}

.uev-split-copy h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
}

.uev-price-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid var(--uev-line);
	margin: 22px 0 24px;
}

.uev-price-grid article {
	position: relative;
	padding: 26px 20px;
	border-right: 1px solid var(--uev-line);
}

.uev-price-grid article:last-child {
	border: 0;
}

.uev-price-grid b {
	color: var(--uev-teal);
	font-size: 11px;
}

.uev-price-grid strong {
	display: block;
	color: var(--uev-teal);
	font-size: 24px;
	margin: 10px 0;
}

.uev-price-grid strong small {
	font-size: 10px;
}

.uev-price-grid h3 {
	font-size: 12px;
	margin: 0 0 18px;
	font-weight: 600;
}

.uev-price-grid ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.uev-price-grid li {
	font-size: 14px;
	padding: 7px 0;
	border-top: 1px solid var(--uev-line);
}

.uev-price-grid li:before {
	content: "-";
	color: var(--uev-lime);
	margin-right: 8px;
}

.uev-price-grid .is-featured {
	background: var(--uev-teal);
	color: #fff;
}

.uev-price-grid .is-featured b {
	color: var(--uev-lime);
}

.uev-price-grid .is-featured strong {
	color: #FFFFFF;
}

.uev-price-grid .is-featured em {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #94f0eb;
	color: #075450;
	border-radius: 12px;
	padding: 4px 8px;
	font-size: 9px;
	font-style: normal;
}

.uev-note {
	border-left: 3px solid var(--uev-teal);
	background: var(--uev-pale);
	padding: 11px 14px;
	margin-top: 25px;
	display: flex;
	gap: 14px;
	font-size: 16px;
}

.uev-note p {
	margin: 0;
}

.uev-icon-copy {
	display: grid;
	grid-template-columns: 190px 1fr;
	align-items: center;
	gap: 35px;
}

.uev-icon-copy img {
	width: 62px;
	height: 62px;
}

.uev-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.uev-steps article {
	min-height: 125px;
	border-top: 1px solid var(--uev-line);
	padding: 16px 30px 20px 0;
	position: relative;
}

.uev-steps article:after {
	content: "+";
	position: absolute;
	right: 14px;
	top: 52px;
	border: 1px solid var(--uev-teal);
	color: var(--uev-teal);
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 16px;
	border-radius: 3px;
}

.uev-steps b {
	font-size: 12px;
	color: var(--uev-teal);
	font-weight: 600;
}

.uev-steps h3 {
	font-size: 20px;
	line-height: 1.15;
	margin: 18px 0;
	font-weight: 700;
}

.uev-fact-list>div,
.uev-detail-list>div {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 35px;
	padding: 18px 0;
	border-bottom: 1px solid var(--uev-line);
}

.uev-fact-list b {
	position: relative;
	padding-left: 22px;
}

.uev-fact-list b:before,
.uev-yellow-list li:before {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--uev-lime);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
}

.uev-fact-list p,
.uev-detail-list p {
	margin: 0;
}

.uev-detail-list h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
}

.uev-detail-list h3:after {
	content: " →";
	display: block;
	color: var(--uev-lime);
	font-size: 20px;
}

.uev-numbered h3:after {
	display: none;
}

.uev-doc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 28px;
}

.uev-doc-grid article {
	padding: 20px;
	border-right: 1px solid var(--uev-lime);
	border-bottom: 1px solid var(--uev-lime);
	min-height: 180px;
}

.uev-doc-grid article:nth-child(3n) {
	border-right: 0;
}

.uev-doc-grid article:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.uev-doc-grid h3 {
	font-size: 22px;
	margin: 0 0 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--uev-line);
	font-weight: 700;
}

.uev-doc-grid h3:first-letter {
	color: var(--uev-bright);
}

.uev-country-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.uev-country-grid span,
.uev-region-table span {
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #fff;
}

.uev-region-table>div {
	display: grid;
	grid-template-columns: 220px repeat(4, 1fr);
}

.uev-region-table b {
	background: #80d2dc;
	padding: 10px;
}

.uev-options article {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 12px 35px;
	margin-bottom: 1rem;
}

.uev-options article>b {
	color: var(--uev-teal);
	text-decoration: underline;
	text-decoration-color: var(--uev-lime);
	text-underline-offset: 8px;
}

.uev-options h3 {
	font-size: 16px;
	margin: 0;
	grid-row: 2;
	font-weight: 600;
}

.uev-options p {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.uev-yellow-list {
	list-style: none;
	padding: 0;
}

.uev-yellow-list li {
	position: relative;
	padding: 14px 0 14px 28px;
	border-bottom: 1px solid var(--uev-line);
}

.uev-yellow-list li:before {
	top: 19px;
}

.uev-compare-visuals,
.uev-compare-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.uev-compare-visuals figure {
	margin: 0;
}

.uev-compare-visuals img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	background: #eff8f8;
}

.uev-compare-visuals figcaption {
	padding: 13px 20px;
	line-height: 2;
}

.uev-compare-cards {
	margin-top: 30px;
}

.uev-compare-cards article {
	border: 1px solid var(--uev-line);
	border-radius: 5px;
	padding: 22px;
}

.uev-compare-cards article:first-child {
	background: var(--uev-teal);
	color: #fff;
}

.uev-compare-cards h3 {
	color: var(--uev-teal);
	font-size: 22px;
	margin: 0 0 20px;
	font-weight: 700;
}

.uev-compare-cards article:first-child h3,
.uev-compare-cards article:first-child b span {
	color: var(--uev-lime);
}

.uev-compare-cards b,
.uev-compare-cards p {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(140, 140, 140, 0.35);
	padding: 12px 0;
}

.uev-payment {
	display: grid;
	grid-template-columns: 1fr 1fr 300px;
	position: relative;
}

.uev-payment>div {
	min-height: 95px;
	padding: 10px;
	border-right: 1px solid var(--uev-line);
	border-bottom: 1px solid var(--uev-line);
	display: flex;
	flex-direction: column;
}

.uev-payment>div b {
	font-size: 27px;
	color: var(--uev-bright);
}

.uev-payment>img {
	grid-column: 3;
	grid-row: 1/3;
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 45px;
	background: var(--uev-lime);
}

.uev-data-table {
	margin: 24px 0;
}

.uev-data-table>div {
	display: grid;
	grid-template-columns: 1.4fr 0.9fr 0.9fr;
}

.uev-data-table b {
	background: #7fd2dc;
}

.uev-data-table span,
.uev-data-table b {
	padding: 11px;
	border: 2px solid #fff;
}

.uev-data-table span {
	background: #f2f2f2;
}

.uev-accordion {
	border-bottom: 1px solid var(--uev-line);
}

.uev-accordion button {
	width: 100%;
	background: none;
	border: 0;
	padding: 19px 0;
	text-align: left;
	font:
		700 16px Manrope,
		Arial,
		sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.uev-accordion button span:after {
	content: "+";
	font-size: 24px;
	font-weight: 400;
}

.uev-accordion.is-open button span:after {
	content: "−";
}

.uev-accordion-panel {
	display: none;
	padding: 0 0 18px;
}

.uev-accordion.is-open .uev-accordion-panel {
	display: block;
}

.uev-reviews {
	background: #f5f5f5;
	border-radius: 45px;
	padding: 60px 30px;
	margin-top: 90px;
	text-align: center;
}

.uev-reviews>p {
	color: var(--uev-teal);
	font-weight: 800;
}

.uev-reviews h2 {
	color: var(--uev-teal);
	font-size: 36px;
	font-weight: 700;
}

.uev-review-group {
	border-top: 1px solid var(--uev-line);
	padding: 25px 30px;
}

.uev-review-group article {
	background: #fff;
	border-radius: 14px;
	padding: 20px;
	text-align: left;
	min-height: 145px;
}

.uev-review-group button {
	margin-top: 20px;
	border: 1px solid var(--uev-lime);
	background: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: 800;
}

.uev-contact {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 340px;
	background: linear-gradient(110deg, #e8f5f5, #fff);
	margin-top: 90px;
}

.uev-contact>div {
	padding: 45px;
}

.uev-contact h2 {
	font-size: 36px;
	color: var(--uev-teal);
	margin: 0;
	font-weight: 700;
}

.uev-contact p {
	font-size: 18px;
	font-weight: 700;
	color: var(--uev-teal);
}

.uev-contact a {
	display: inline-block;
	background: var(--uev-teal);
	color: #fff;
	padding: 14px 20px;
	border-radius: 5px;
	font-weight: 800;
}

.uev-contact img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.uev-faq {
	padding: 70px 0 100px;
}

.uev-faq>h2 {
	text-align: center;
}

.uev-faq .uev-accordion {
	border: 1px solid var(--uev-line);
	border-radius: 8px;
	margin: 14px auto;
	width: 84%;
}

.uev-faq .uev-accordion button,
.uev-faq .uev-accordion-panel {
	padding-left: 28px;
	padding-right: 20px;
}

.uev-faq .uev-accordion.is-open {
	background: #f5f5f5;
}

.uev-demo-footer {
	background: #ddd;
	padding-top: 50px;
}

.uev-footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 60px;
}

.uev-footer-brand {
	display: grid;
	grid-template-columns: 80px 1fr;
}

.uev-footer-brand>img {
	width: 70px;
	height: 70px;
}

.uev-footer-brand h2 {
	font-size: 35px;
	line-height: 0.95;
	margin: 0;
}

.uev-footer-brand p,
.uev-footer-brand .uev-map-placeholder {
	grid-column: 1/3;
}

.uev-map-placeholder {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.uev-footer-grid>div:not(:first-child) a {
	display: block;
	color: #111;
	text-decoration: none;
	margin: 12px 0;
}

.uev-footer-grid h3 {
	border-bottom: 1px solid #999;
	padding-bottom: 8px;
}

.uev-footer-bottom {
	margin-top: 40px;
	background: #29b9bd;
	color: #fff;
	padding: 22px;
	text-align: right;
	font-weight: 600;
}

@media (max-width: 900px) {
	.uev-container {
		width: calc(100% - 28px);
	}

	.uev-demo-header {
		height: 56px;
		width: calc(100% - 28px);
	}

	.uev-demo-header nav {
		display: none;
	}

	.uev-menu-button {
		display: flex;
		margin-left: auto;
		flex-direction: column;
		gap: 3px;
	}

	.uev-menu-button span {
		display: block;
		width: 15px;
		height: 2px;
		background: #222;
	}

	.uev-demo-brand {
		font-size: 13px;
	}

	.uev-demo-brand img {
		width: 25px;
		height: 25px;
	}

	.uev-hero-grid {
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
		min-height: 0;
		width: 100%;
	}

	.uev-hero-visual {
		height: 275px;
		overflow: hidden;
		align-items: flex-start;
		padding-top: 18px;
	}

	.uev-hero-visual>img {
		width: 235px;
		height: 420px;
		border-width: 5px;
		border-radius: 42px;
		background: linear-gradient(#ffdca0, #fff8b7);
	}

	.uev-phone-note {
		top: 165px;
		width: 195px;
		font-size: 8px;
		padding: 12px;
		border-radius: 12px;
	}

	.uev-hero-copy {
		position: relative;
		background: #fff;
		border-radius: 34px 34px 0 0;
		margin-top: -8px;
		padding: 20px 14px 0;
		text-align: center;
	}

	.uev-breadcrumb {
		position: absolute;
		top: -305px;
		left: 14px;
		font-size: 8px;
	}

	.uev-hero h1 {
		font-size: 48px;
		line-height: 1.2;
		letter-spacing: -0.8px;
		font-weight: 800;
	}

	.uev-updated {
		font-size: 11px;
	}

	.uev-trust-pill {
		justify-content: center;
		font-size: 11px;
		padding: 12px;
		margin: 20px 0;
	}

	.uev-hero-actions {
		flex-direction: column;
		padding: 20px 0;
		gap: 20px;
	}

	.uev-whatsapp {
		border-radius: 30px;
		padding: 14px 24px;
	}

	.uev-verified {
		text-align: left;
		font-size: 9px;
	}

	.uev-media-strip {
		height: 70px;
		overflow: hidden;
	}

	.uev-media-strip .uev-container {
		gap: 34px;
		width: max-content;
		padding-inline: 14px;
		animation: uevMarquee 18s linear infinite;
	}

	.uev-media-strip strong {
		font-size: 17px;
	}

	.uev-media-strip a {
		display: none;
	}

	@keyframes uevMarquee {
		to {
			transform: translateX(-45%);
		}
	}

	.uev-glance {
		margin-top: 70px;
		padding: 60px 0;
	}

	.uev-kicker {
		font-size: 20px;
	}

	.uev-glance h2 {
		font-size: 64px;
		margin-bottom: 25px;
	}

	.uev-glance-grid {
		grid-template-columns: 1fr;
	}

	.uev-glance-grid article {
		display: block;
		padding: 21px 0;
	}

	.uev-glance-grid h3 {
		margin-bottom: 16px;
	}

	.uev-glance-grid p {
		font-size: 14px;
	}

	.uev-content-layout {
		display: block;
		padding-top: 0;
	}

	.uev-toc,
	.uev-byline {
		display: none;
	}

	.uev-section {
		padding-top: 78px;
	}

	.uev-section>h2,
	.uev-faq>h2 {
		font-size: 36px;
		margin-bottom: 27px;
		font-weight: 700;
	}

	.uev-section h2 small {
		display: block;
		width: max-content;
		margin-top: 10px;
	}

	.uev-section h3 {
		font-size: 28px;
		font-weight: 700;
	}

	.uev-number {
		font-size: 11px;
	}

	.uev-split-copy,
	.uev-icon-copy {
		display: block;
	}

	.uev-split-copy h3 {
		margin: 36px 0;
		font-weight: 700;
	}

	.uev-price-grid {
		grid-template-columns: 1fr;
	}

	.uev-price-grid article {
		border-right: 0;
		border-bottom: 1px solid var(--uev-line);
		padding: 26px 22px;
	}

	.uev-price-grid article:last-child {
		border-bottom: 0;
	}

	.uev-icon-copy img {
		width: 54px;
		height: 54px;
		margin: 10px 0 22px;
	}

	.uev-steps {
		grid-template-columns: 1fr;
	}

	.uev-steps article {
		min-height: 92px;
	}

	.uev-steps h3 {
		font-size: 22px;
		width: 85%;
		margin-top: 14px;
		font-weight: 700;
	}

	.uev-steps article:after {
		top: 44px;
	}

	.uev-fact-list>div,
	.uev-detail-list>div {
		display: block;
		padding: 20px 0;
	}

	.uev-fact-list b {
		font-size: 14px;
	}

	.uev-fact-list p,
	.uev-detail-list p {
		font-size: 14px;
		margin-top: 14px;
	}

	.uev-detail-list h3 {
		font-size: 28px;
		font-weight: 700;
	}

	.uev-doc-grid {
		grid-template-columns: 1fr 1fr;
	}

	.uev-doc-grid article {
		min-height: 190px;
		padding: 15px;
	}

	.uev-doc-grid article:nth-child(3n) {
		border-right: 1px solid var(--uev-lime);
	}

	.uev-doc-grid article:nth-child(2n) {
		border-right: 0;
	}

	.uev-doc-grid article:nth-last-child(-n + 2) {
		border-bottom: 1px solid var(--uev-lime);
	}

	.uev-doc-grid article:last-child {
		border-bottom: 0;
	}

	.uev-doc-grid h3 {
		font-size: 22px;
		font-weight: 700;
	}

	.uev-country-grid {
		grid-template-columns: 1fr 1fr;
		max-height: 235px;
		overflow: hidden;
	}

	.uev-region-table>div {
		grid-template-columns: 125px 1fr 1fr;
		overflow: hidden;
	}

	.uev-region-table b,
	.uev-region-table span {
		font-size: 11px;
		padding: 9px;
	}

	.uev-options article {
		display: block;
		margin-top: 35px;
	}

	.uev-options h3 {
		font-size: 22px;
		font-weight: 700;
	}

	.uev-options p {
		margin-top: 18px;
	}

	.uev-compare-visuals {
		gap: 14px;
	}

	.uev-compare-visuals img {
		height: 120px;
	}

	.uev-compare-visuals figcaption {
		padding: 8px;
		font-size: 14px;
		line-height: 1.5;
	}

	.uev-compare-cards {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.uev-compare-cards b,
	.uev-compare-cards p {
		font-size: 14px;
	}

	.uev-payment {
		grid-template-columns: 1fr 1fr;
	}

	.uev-payment>img {
		grid-column: 1/3;
		grid-row: auto;
		height: 300px;
		margin-top: 35px;
		border-radius: 55px;
	}

	.uev-data-table {
		overflow: hidden;
	}

	.uev-data-table>div {
		display: block;
		white-space: nowrap;
	}

	.uev-data-table b,
	.uev-data-table span {
		display: block;
		padding: 11px;
		font-size: 11px;
	}

	.uev-data-table>div:first-child b:not(:first-child),
	.uev-data-table>div:not(:first-child) span:not(:first-child) {
		display: none;
	}

	.uev-reviews {
		border-radius: 35px;
		margin-inline: 0;
		padding: 45px 8px;
		overflow: hidden;
	}

	.uev-reviews h2 {
		font-size: 36px;
		font-weight: 700;
	}

	.uev-review-group {
		padding: 25px 0;
	}

	.uev-review-group article {
		width: 185px;
		font-size: 11px;
	}

	.uev-contact {
		display: none;
	}

	.uev-faq {
		padding-top: 80px;
	}

	.uev-faq>h2 {
		text-align: center;
	}

	.uev-faq .uev-accordion {
		width: 100%;
		margin: 12px 0;
	}

	.uev-faq .uev-accordion button,
	.uev-faq .uev-accordion-panel {
		padding-left: 12px;
		padding-right: 12px;
	}

	.uev-demo-footer {
		padding-top: 35px;
	}

	.uev-footer-grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 25px 12px;
	}

	.uev-footer-brand {
		grid-column: 1/4;
		display: grid;
		grid-template-columns: 65px 1fr;
	}

	.uev-footer-brand h2 {
		font-size: 30px;
	}

	.uev-footer-brand p {
		font-size: 8px;
	}

	.uev-map-placeholder {
		height: 175px;
	}

	.uev-footer-grid>div:not(:first-child) h3 {
		font-size: 10px;
	}

	.uev-footer-grid>div:not(:first-child) a {
		font-size: 8px;
		margin: 6px 0;
	}

	.uev-footer-bottom {
		text-align: center;
		font-size: 13px;
	}
}

@media (max-width: 900px) {
	.uev-demo-header nav.is-open {
		display: flex;
		position: absolute;
		z-index: 50;
		top: 52px;
		left: 14px;
		right: 14px;
		flex-direction: column;
		gap: 0;
		background: #fff;
		border: 1px solid var(--uev-line);
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	}

	.uev-demo-header nav.is-open a {
		padding: 12px 16px;
		border-bottom: 1px solid var(--uev-line);
	}
}

/* Heading sizes and weights only. At a Glance retains its original typography. */
.uev-review-group h3 {
	font-size: 28px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.uev-hero h1 {
		font-size: 40px;
	}

	.uev-section>h2,
	.uev-faq>h2,
	.uev-reviews h2,
	.uev-contact h2 {
		font-size: 32px;
	}

	.uev-section h3,
	.uev-split-copy h3,
	.uev-detail-list h3,
	.uev-review-group h3 {
		font-size: 26px;
	}

	.uev-price-grid h3,
	.uev-steps h3,
	.uev-doc-grid h3,
	.uev-options h3,
	.uev-compare-cards h3 {
		font-size: 21px;
	}
}

@media (max-width: 767px) {
	.uev-hero h1 {
		font-size: 32px;
	}

	.uev-section>h2,
	.uev-faq>h2,
	.uev-reviews h2,
	.uev-contact h2 {
		font-size: 28px;
	}

	.uev-section h3,
	.uev-split-copy h3,
	.uev-detail-list h3,
	.uev-review-group h3 {
		font-size: 20px;
	}

	.uev-price-grid h3,
	.uev-steps h3,
	.uev-doc-grid h3,
	.uev-options h3,
	.uev-compare-cards h3 {
		font-size: 20px;
	}

	.uev-detail-list .uev-numbered h4 {
		font-size: 16px;
	}
}

/* Append to the END of the existing uae-express.css. */
.uev-hero-v2 .uev-hero-grid {
	grid-template-columns: minmax(0, 1fr) 360px;
	grid-template-rows: auto 1fr;
	gap: 30px 75px;
	min-height: 615px;
	position: relative;
	overflow: hidden
}

.uev-hero-v2 .uev-breadcrumb {
	grid-column: 1/-1;
	position: static;
	margin: 20px 0 0;
	font-size: 12px;
	text-align: left
}

.uev-hero-v2 .uev-hero-copy {
	grid-column: 1;
	grid-row: 2;
	min-width: 0;
	padding-top: 0;
	padding-bottom: 40px
}

.uev-hero-v2 h1 {
	line-height: 1.15;
	letter-spacing: -.8px;
	margin-bottom: 18px
}

.uev-hero-v2 .uev-updated {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--uev-ink);
	font-weight: 400;
	margin-bottom:10px;
}

.uev-hero-v2 .uev-updated img {
	width: 22px;
	height: 22px;
	flex-shrink: 0
}

.uev-hero-v2 .uev-hero-visual {
	grid-column: 2;
	grid-row: 2;
	position: relative;
	display: block;
	align-self: stretch;
	overflow: hidden;
	margin-top: 1rem;
}

.uev-hero-v2 .uev-hero-visual img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border: 0;
	border-radius: 10px;
	background: none;
	object-fit: contain
}

.uev-hero-v2 .uev-hero-trust {
	border-top: 1px solid var(--uev-line);
	padding-top: 22px;
	margin-top: 22px
}

.uev-hero-v2 .uev-trust-desktop {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	background: #f6f6f6;
	border: 1px solid #eee;
	border-radius: 32px;
	padding: 12px 18px;
	font-size: 16px
}

.uev-hero-v2 .uev-review-brand {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0
}

.uev-hero-v2 .uev-review-brand img {
	object-fit: contain;
	flex-shrink: 0
}

.uev-hero-v2 .uev-trust-mobile {
	display: none
}

.uev-hero-v2 .uev-hero-actions {
	margin-top: 22px;
	padding-top: 22px;
	gap: 0
}

.uev-hero-v2 .uev-verified {
	font-size: 12px;
	text-align: left
}

.uev-hero-v2 .uev-verified>img {
	width: 50px;
	height: 50px;
	flex-shrink: 0
}

.uev-hero-v2 .uev-reviewer-name {
	color: var(--uev-teal);
	font-weight: 700;
	text-decoration: underline
}

.uev-hero-v2 .uev-media-strip {
	height: auto;
	min-height: 90px;
	overflow: visible
}

.uev-hero-v2 .uev-media-strip>.uev-container {
	height: auto;
	min-height: 90px;
	gap: 28px;
	overflow: visible;
	animation: none
}

.uev-hero-v2 .uev-media-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	font-size: 12px
}

.uev-hero-v2 .uev-media-label:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--uev-bright)
}

.uev-hero-v2 .uev-media-logos {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	list-style: none;
	padding: 18px 0;
	margin: 0;
	min-width: 0
}

.uev-hero-v2 .uev-media-logos li {
	display: flex;
	align-items: center;
	flex-shrink: 1;
	min-width: 0
}

.uev-hero-v2 .uev-media-logos img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain
}

@media(max-width:900px) {
	.uev-hero-v2 .uev-hero-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		min-height: 0;
		overflow: hidden
	}

	.uev-hero-v2 .uev-breadcrumb {
		order: 0;
		margin: 14px 20px 18px;
		font-size: 10px
	}

	.uev-hero-v2 .uev-hero-visual {
		order: 1;
		flex: none;
		width: min(100%, 379px);
		height: 350px;
		margin: 0 auto;
		padding: 0;
		align-self: center;
	}

	.uev-hero-v2 .uev-hero-visual picture {
		position: static;
		width: 100%
	}

	.uev-hero-v2 .uev-hero-copy {
		order: 2;
		position: relative;
		z-index: 1;
		width: 100%;
		margin-top: -18px;
		padding: 24px 20px 28px;
		border-radius: 34px 34px 0 0;
		background: #fff;
		text-align: center
	}

	.uev-hero-v2 h1 {
		line-height: 1.35;
		margin-bottom: 12px
	}

	.uev-hero-v2 .uev-updated {
		justify-content: center;
		color: var(--uev-teal);
		font-size: 13px
	}

	.uev-hero-v2 .uev-trust-desktop {
		display: none
	}

	.uev-hero-v2 .uev-trust-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 12px 14px;
		border-radius: 32px;
		background: #f6f6f6;
		font-size: 12px
	}

	.uev-hero-v2 .uev-trust-mobile img {
		flex-shrink: 0;
		object-fit: contain
	}

	.uev-hero-v2 .uev-trust-mobile>span {
		min-width: 0
	}

	.uev-hero-v2 .uev-hero-actions {
		align-items: center;
		justify-content: center
	}

	.uev-hero-v2 .uev-media-strip>.uev-container {
		width: 100%;
		padding: 0 20px;
		gap: 24px;
		min-height: 90px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		animation: none
	}

	.uev-hero-v2 .uev-media-logos {
		flex: 0 0 auto;
		justify-content: flex-start;
		gap: 28px
	}

	.uev-hero-v2 .uev-media-logos li {
		flex-shrink: 0
	}

	.uev-hero-v2 .uev-media-logos li:nth-child(3) {
		order: -2
	}

	.uev-hero-v2 .uev-media-logos li:nth-child(2) {
		order: -1
	}
}

/* Append to your existing uae-express.css. */
.uev-byline.uev-byline-v2 {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 0 0 24px;
	border-bottom: 1px solid var(--uev-line);
	font-size: 12px;
	line-height: 1.5;
	color: #777;
}

.uev-byline-v2 .uev-byline-portraits {
	flex: 0 0 78px;
	width: 78px;
	height: 44px;
	max-width: none;
	border-radius: 0;
	object-fit: contain;
}

.uev-byline-v2 .uev-byline-author {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	min-width: 0;
}

.uev-byline-v2 a {
	color: var(--uev-teal);
	font-weight: 600;
	text-decoration: underline;
}

.uev-byline.uev-byline-v2 span:last-child {
	margin-left: 0;
}

.uev-byline-v2 .uev-reading-time {
	display: inline-block;
	padding: 1px 7px;
	border-radius: 12px;
	background: var(--uev-lime);
	color: var(--uev-teal);
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
}

.uev-byline-v2 .uev-byline-reviewer {
	border-left: 1px solid var(--uev-line);
	padding-left: 20px;
	margin-left: 8px;
	min-width: 0;
}

@media (max-width:767px) {
	.uev-byline.uev-byline-v2 {
		display: grid;
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 10px 12px;
		padding: 20px 0;
	}

	.uev-byline-v2 .uev-byline-portraits {
		grid-column: 1;
		grid-row: 1;
	}

	.uev-byline-v2 .uev-byline-author {
		grid-column: 2;
	}

	.uev-byline.uev-byline-v2 {
		font-size: 14px;
	}

	.uev-byline-v2 .uev-byline-reviewer {
		grid-column: 2;
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}

	.uev-note {
		display: block;
	}

	.uev-data-table b,
	.uev-data-table span {
		font-size: 14px;
	}
}

/* Append after the existing CSS. Refund section only. */
#refund>h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
}

#refund .uev-icon-copy {
	display: grid;
	grid-template-columns: 166px minmax(0, 1fr);
	align-items: start;
	gap: 35px;
}

#refund .uev-icon-copy img {
	display: block;
	width: 54px;
	height: 54px;
	object-fit: contain;
	margin: 3px 0 0;
}

#refund .uev-icon-copy p {
	margin: 0;
}

@media (max-width: 900px) {
	#refund>h2 {
		font-size: 23px;
		margin-bottom: 27px;
	}

	#refund .uev-icon-copy {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}

	#refund .uev-icon-copy img {
		margin: 0;
	}
}

/* Append to the existing uae-express.css. */
.uev-refund-v2 .uev-icon-copy {
	display: grid;
	grid-template-columns: 166px minmax(0, 1fr);
	gap: 35px;
	align-items: start;
}

.uev-refund-v2 .uev-icon-copy img {
	display: block;
	width: 55px;
	height: auto;
	margin: 3px 0 0;
	object-fit: contain;
}

.uev-refund-v2 .uev-icon-copy p {
	margin: 0;
}

@media (max-width:900px) {
	.uev-refund-v2 .uev-icon-copy {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.uev-refund-v2 .uev-icon-copy img {
		margin: 0;
	}
}

/* Append after the existing CSS. Applies only to the steps section. */
#steps>h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 36px;
}

#steps .uev-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px 18px;
}

#steps .uev-steps article {
	position: relative;
	box-sizing: border-box;
	min-width: 0;
	min-height: 109px;
	padding: 16px 36px 0 0;
	border-top: 1px solid var(--uev-line, #dadada);
}

#steps .uev-steps article::after {
	content: none;
	display: none;
}

#steps .uev-steps .uev-step-icon {
	position: absolute;
	top: 49px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	object-fit: contain;
}

@media (max-width: 900px) {
	#steps>h2 {
		font-size: 23px;
		margin-bottom: 27px;
	}

	#steps .uev-steps {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	#steps .uev-steps article {
		min-height: 92px;
		padding: 16px 36px 20px 0;
	}

	#steps .uev-steps h3 {
		margin-top: 14px;
		font-size: 15px;
	}

	#steps .uev-steps .uev-step-icon {
		top: 44px;
	}
}

/* Append after existing CSS. Scoped to processing factors only. */
.uev-processing-factors>h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 32px;
}

.uev-processing-factors .uev-detail-list>div {
	display: grid;
	grid-template-columns: minmax(0, 270px) minmax(0, 1fr);
	gap: 34px;
	padding: 24px 0;
	border-bottom: 1px solid var(--uev-line, #dadada);
}

.uev-processing-factors .uev-detail-list>div:first-child {
	padding-top: 0;
}

.uev-processing-factors .uev-detail-list>div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.uev-processing-factors .uev-detail-list h3::after {
	content: none;
	display: none;
}

.uev-processing-factors .uev-factor-arrow {
	display: block;
	width: 14px;
	height: auto;
	margin: 2px 0 0;
	object-fit: contain;
}

@media (max-width: 900px) {
	.uev-processing-factors>h2 {
		font-size: 23px;
		margin-bottom: 27px;
	}

	.uev-processing-factors .uev-detail-list>div {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		padding: 20px 0;
	}
}

/* Append after existing CSS. Documents section only. */
#documents>h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 32px;
}

#documents>p,
#documents .uev-doc-grid p {
	font-size: 14px;
	line-height: 1.5;
}

#documents .uev-doc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 0;
	margin-top: 22px;
	background:
		linear-gradient(var(--uev-lime, #d8d51e), var(--uev-lime, #d8d51e)) 33.333333% 0 / 1px 100% no-repeat,
		linear-gradient(var(--uev-lime, #d8d51e), var(--uev-lime, #d8d51e)) 66.666667% 0 / 1px 100% no-repeat,
		linear-gradient(var(--uev-lime, #d8d51e), var(--uev-lime, #d8d51e)) 0 50% / 100% 1px no-repeat;
}

#documents .uev-doc-grid article {
	box-sizing: border-box;
	min-width: 0;
	min-height: 178px;
	padding: 18px;
	border: 0;
}

#documents .uev-doc-grid h3 {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 18px;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--uev-line, #dadada);
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
}

#documents .uev-doc-grid h3:first-letter {
	color: inherit;
}

#documents .uev-document-check {
	display: block;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin: 0;
	object-fit: contain;
}

#documents .uev-doc-grid p {
	margin: 0;
}

@media (max-width: 900px) {
	#documents>h2 {
		font-size: 23px;
		margin-bottom: 27px;
	}

	#documents .uev-doc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		background:
			linear-gradient(var(--uev-lime, #d8d51e), var(--uev-lime, #d8d51e)) 50% 0 / 1px 100% no-repeat,
			linear-gradient(var(--uev-lime, #d8d51e), var(--uev-lime, #d8d51e)) 0 33.333333% / 100% 1px no-repeat,
			linear-gradient(var(--uev-lime, #d8d51e), var(--uev-lime, #d8d51e)) 0 66.666667% / 100% 1px no-repeat;
	}

	#documents .uev-doc-grid article {
		min-height: 190px;
		padding: 15px;
	}

	#documents .uev-doc-grid h3 {
		gap: 8px;
		font-size: 12px;
		min-height: 36px;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	#documents .uev-document-check {
		flex-basis: 20px;
		width: 20px;
		height: 20px;
	}

	#documents>p,
	#documents .uev-doc-grid p {
		font-size: 12px;
		line-height: 1.4;
	}
}

/* Append after your existing CSS. Visa-on-arrival section only. */
.uev-visa-on-arrival>h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 32px;
}

.uev-visa-on-arrival>p {
	margin-bottom: 22px;
}

.uev-visa-on-arrival .uev-accordion>button {
	gap: 20px;
	padding: 26px 0;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	color: inherit;
}

.uev-visa-on-arrival .uev-accordion>button>span {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid var(--uev-teal, #0f706d);
	border-radius: 4px;
	color: var(--uev-teal, #0f706d);
}

.uev-visa-on-arrival .uev-accordion>button>span::after {
	content: '+';
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}

.uev-visa-on-arrival .uev-accordion.is-open>button>span::after {
	content: '−';
}

.uev-visa-on-arrival .uev-accordion>button:focus-visible {
	outline: 2px solid var(--uev-teal, #0f706d);
	outline-offset: 3px;
}

.uev-visa-on-arrival .uev-accordion-panel {
	padding: 0 0 26px;
}

.uev-visa-on-arrival .uev-accordion-panel>p {
	margin: 0 0 20px;
}

.uev-visa-on-arrival .uev-accordion:last-child {
	border-bottom: 0;
}

.uev-visa-on-arrival .uev-country-heading {
	background: #8bd3df;
	color: #111;
	padding: 6px 8px;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.uev-visa-on-arrival .uev-country-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px 2px;
	max-height: none;
	overflow: visible;
}

.uev-visa-on-arrival .uev-country-grid>span {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	min-height: 44px;
	box-sizing: border-box;
	padding: 10px 8px;
	border: 0;
	background: #f5f5f5;
	font-size: 14px;
	line-height: 1.4;
}

.uev-visa-on-arrival .uev-country-grid img {
	display: block;
	flex: 0 0 18px;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

@media (max-width: 900px) {
	.uev-visa-on-arrival>h2 {
		font-size: 23px;
		margin-bottom: 27px;
	}

	.uev-visa-on-arrival .uev-accordion>button {
		padding: 20px 0;
		gap: 12px;
		font-size: 14px;
	}

	.uev-visa-on-arrival .uev-country-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.uev-visa-on-arrival .uev-accordion>button>span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	background: url("../../images/dubai-visa-from-italy/express-visa-step-message-icon.webp") center / contain no-repeat;
}

.uev-visa-on-arrival .uev-accordion>button>span::after {
	content: none;
}

/* Append after existing CSS. Prearranged nationals only. */
.uev-prearranged-nationals>h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 32px;
}

.uev-prearranged-nationals .uev-region-table {
	display: grid;
	gap: 7px;
}

.uev-prearranged-nationals .uev-region-table>div {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) repeat(5, minmax(0, 1fr));
	gap: 2px;
	overflow: visible;
}

.uev-prearranged-nationals .uev-region-table b,
.uev-prearranged-nationals .uev-region-table span {
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 44px;
	box-sizing: border-box;
	padding: 7px 8px;
	border: 0;
	font-size: 14px;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.uev-prearranged-nationals .uev-region-table b {
	background: #7bcbd8;
	font-weight: 600;
}

.uev-prearranged-nationals .uev-region-table span {
	gap: 8px;
	background: #f5f5f5;
}

.uev-prearranged-nationals .uev-region-table img {
	display: block;
	flex: 0 0 18px;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

@media (max-width: 900px) {
	.uev-prearranged-nationals>h2 {
		font-size: 23px;
		margin-bottom: 27px;
	}

	.uev-prearranged-nationals .uev-region-table {
		gap: 14px;
	}

	.uev-prearranged-nationals .uev-region-table>div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2px;
	}

	.uev-prearranged-nationals .uev-region-table b {
		grid-column: 1 / -1;
		min-height: 34px;
	}

	.uev-prearranged-nationals .uev-region-table b,
	.uev-prearranged-nationals .uev-region-table span {
		font-size: 12px;
	}
}

/* Append after existing CSS. Comparison section only. */
#compare .uev-compare-visuals {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
}

#compare .uev-compare-visuals figure {
	margin: 0;
	min-width: 0;
}

#compare .uev-compare-visuals img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 463 / 295;
	object-fit: contain;
	border: 0;
	border-radius: 5px;
	background: none;
}

#compare .uev-compare-visuals figcaption b {
	font-weight: 600;
}

#compare .uev-compare-cards article {
	min-width: 0;
}

#compare .uev-compare-cards b,
#compare .uev-compare-cards p {
	gap: 12px;
}

#compare .uev-compare-cards p>span {
	flex-shrink: 0;
	white-space: nowrap;
}

#compare .uev-compare-cards b>span {
	text-align: right;
}

@media (max-width: 900px) {
	#compare .uev-compare-visuals {
		gap: 14px;
	}

	#compare .uev-compare-visuals figcaption b {
		display: inline-block;
		margin-bottom: 5px;
	}
}

/* Append after existing CSS. Payment section only. */
#payment .uev-payment-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 269px;
	gap: 60px;
	align-items: center;
}

#payment .uev-payment-methods {
	min-width: 0;
}

#payment .uev-payment-methods>h3 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 32px;
}

#payment .uev-payment-method-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: 26px 0;
	grid-auto-rows: 1fr;
	position: relative;
}

#payment .uev-payment-method-grid::after {
	content: '';
	position: absolute;
	top: calc(50% - .5px);
	left: 0;
	right: 0;
	height: 1px;
	background: var(--uev-line, #dadada);
}

#payment .uev-payment-method {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.5;
}

#payment .uev-payment-method:nth-child(odd) {
	border-right: 1px solid var(--uev-line, #dadada);
}

#payment .uev-payment-method:nth-child(even) {
	padding: 0 0 0 40px;
}

#payment .uev-payment-icon {
	display: block;
	width: auto;
	height: 38px;
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 4px;
}

#payment .uev-payment-stripe {
	width: 66px;
	height: 29px;
}

#payment .uev-payment-artwork {
	display: block;
	width: 100%;
	max-width: 269px;
	height: auto;
	object-fit: contain;
	justify-self: center;
}

@media (max-width: 900px) {
	#payment>h2 {
		font-size: 23px;
		margin-bottom: 27px;
	}

	#payment .uev-payment-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	#payment .uev-payment-methods>h3 {
		font-size: 16px;
		margin-bottom: 24px;
	}

	#payment .uev-payment-method:nth-child(even) {
		padding-left: 18px;
	}

	#payment .uev-payment-artwork {
		width: min(269px, 100%);
	}
}

/* Section 17 accordion icon patch.
CSS file location: app/css/pages-css/uae-express/uae-express.css */

.uev-accordion button>span:not(.uev-faq-question) {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	margin-left: 16px;
	background: url('../../images/dubai-visa-from-italy/express-visa-step-message-icon.webp') center / 24px 24px no-repeat;
}

.uev-accordion button>span::after {
	content: none !important;
}

.uev-accordion.is-open button>span:not(.uev-accordion.is-open .uev-faq-question) {
	background-image: url('../../images/dubai-visa-from-italy/express-visa-step-message-minus-icon.webp');
}

.uev-data-source {
	margin: 28px 0 18px;
}

.uev-data-source span {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #f4f4f4;
	font-size: 13px;
	line-height: 1.35;
}

.uev-faq {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.uev-faq>h2 {
	margin: 0 0 32px;
	text-align: center;
	font-size: clamp(30px, 3vw, 38px);
	line-height: 1.15;
	font-weight: 700;
	color: #0c6f74;
}

.uev-faq .uev-accordion.is-open {
	background: #f5f5f5;
}

.uev-faq .uev-accordion>button {
	width: 100%;
	min-height: 64px;
	margin: 0;
	padding: 18px 20px 18px 26px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #111;
	font: inherit;
	text-align: left;
	cursor: pointer;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.uev-faq .uev-faq-question {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 700;
}

/* Reset any old global accordion icon/pseudo-element rules. */
.uev-faq .uev-accordion>button>.uev-faq-icon {
	position: static !important;
	inset: auto !important;
	transform: none !important;
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	flex: 0 0 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	background-image: url('../../images/dubai-visa-from-italy/faq-plus-icon.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 24px 24px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.uev-faq .uev-accordion>button>.uev-faq-icon::before,
.uev-faq .uev-accordion>button>.uev-faq-icon::after {
	content: none !important;
	display: none !important;
}

.uev-faq .uev-accordion.is-open>button>.uev-faq-icon {
	background-image: url('../../images/dubai-visa-from-italy/faq-minus-icon.png') !important;
}

.uev-faq .uev-accordion-panel {
	display: none;
	padding: 0 26px 22px;
}

.uev-faq .uev-accordion.is-open>.uev-accordion-panel {
	display: block;
}

.uev-faq .uev-accordion-panel p {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color: #202020;
}

/* Mobile */
@media (max-width: 767px) {
	.uev-faq {
		padding-bottom: 36px;
	}

	.uev-faq>h2 {
		margin-bottom: 24px;
		font-size: 30px;
	}

	.uev-faq .uev-accordion>button {
		min-height: 60px;
		padding: 16px 16px 16px 18px;
		gap: 14px;
	}

	.uev-faq .uev-faq-question {
		font-size: 15px;
	}

	.uev-faq .uev-accordion-panel {
		padding: 0 18px 18px;
	}

	.uev-faq .uev-accordion-panel p {
		font-size: 14px;
	}
}

.press-coverage {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: -80px;
	position: relative;
	z-index: 10;
}

.press-coverage__wrapper {
	width: 100%;
	max-width: 1300px;
	min-height: 96px;
	margin: 0 auto;
	padding: 20px 0;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 38px;

	overflow: hidden;
}

.press-coverage__label {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-width: 112px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);

	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	color: #828282;
	white-space: nowrap;
}

.press-coverage__dot {
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #27bdbE;
}

.press-coverage__logos {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	white-space: nowrap;
}

.press-logo {
	display: block;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	object-fit: contain;
	filter: grayscale(100%);
}

.press-coverage__link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 5px;

	font-family: "Manrope", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	color: #0f6464;
	text-decoration: none;
	white-space: nowrap;
}

.press-coverage__link:hover {
	text-decoration: underline;
}

/* Desktop and laptop: remain on one line */
@media (min-width: 1101px) {

	.press-coverage__wrapper,
	.press-coverage__logos {
		flex-wrap: nowrap;
	}

	.press-coverage__label,
	.press-logo,
	.press-coverage__link {
		flex-shrink: 0;
	}
}

/* Smaller screens: keep one row and allow horizontal scrolling */
@media (max-width: 1100px) {
	.press-coverage {
		overflow: hidden;
	}

	.press-coverage__wrapper {
		min-height: 88px;
		padding: 18px 24px;
		justify-content: flex-start;
		gap: 30px;
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.press-coverage__wrapper::-webkit-scrollbar {
		display: none;
	}

	.press-coverage__logos {
		flex: 0 0 auto;
		justify-content: flex-start;
		gap: 34px;
	}

	.press-coverage__label,
	.press-coverage__link,
	.press-logo {
		flex-shrink: 0;
	}
}

@media (max-width: 600px) {
	.press-coverage {
		overflow: visible;
		margin-top: 0;
	}

	.press-coverage__wrapper {
		min-height: auto;
		padding: 28px 26px 46px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0;
		overflow: visible;
	}

	.press-coverage__label {
		min-width: auto;
		margin-bottom: 27px;
		padding: 9px 14px;
		gap: 11px;
		font-size: 14px;
	}

	.press-coverage__dot {
		width: 16px;
		height: 16px;
	}

	.press-coverage__logos {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: center;
		justify-items: center;
		column-gap: 18px;
		row-gap: 29px;
		white-space: normal;
	}

	.press-logo {
		flex: none;
		max-width: 100%;
		object-fit: contain;
	}

	.press-logo--rak {
		height: 48px;
	}

	.press-logo--gulf-news {
		height: 26px;
	}

	.press-logo--khaleej-times {
		height: 25px;
	}

	.press-logo--time-out {
		height: 46px;
	}

	.press-logo--wikipedia {
		height: 45px;
	}

	.press-logo--nomad {
		height: 45px;
	}

	.press-coverage__link {
		margin-top: 43px;
		font-size: 16px;
		line-height: 120%;
	}
}

@media (max-width: 380px) {
	.press-coverage__wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

	.press-coverage__logos {
		column-gap: 10px;
	}

	.press-logo--rak {
		height: 42px;
	}

	.press-logo--gulf-news,
	.press-logo--khaleej-times {
		height: 22px;
	}

	.press-logo--time-out,
	.press-logo--wikipedia,
	.press-logo--nomad {
		height: 40px;
	}
}

/* ==========================================
TRIPADVISOR REVIEWS
========================================== */

.uev-tripadvisor-reviews {
	position: relative;
	width: 100%;
	padding: 42px 30px 56px;
	background: #f7f7f7;
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
}

/* Heading */
.uev-tripadvisor-reviews .uev-review-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 36px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #252525;
}

.uev-tripadvisor-reviews .uev-ta-dot {
	display: block;
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	border-radius: 50%;
	background: #35d4a4;
}

.uev-tripadvisor-reviews .uev-ta-rating {
	margin-right: 4px;
}

.uev-tripadvisor-reviews .uev-ta-heading-logo {
	display: block;
	width: 114px;
	height: auto;
	margin-left: 1px;
	object-fit: contain;
}

/* Slider */
.uev-tripadvisor-reviews .uev-ta-slider {
	position: relative;
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}

.uev-tripadvisor-reviews .uev-ta-viewport {
	width: 100%;
	overflow: hidden;
}

.uev-tripadvisor-reviews .uev-ta-track {
	display: flex;
	gap: 25px;
	transition: transform 0.42s ease;
	will-change: transform;
}

/* Cards */
.uev-tripadvisor-reviews .uev-ta-card {
	position: relative;
	flex: 0 0 calc((100% - 50px) / 3);
	min-width: 0;
	min-height: 215px;
	padding: 15px 20px 16px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 14px;
}

/* Author */
.uev-tripadvisor-reviews .uev-ta-author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.uev-tripadvisor-reviews .uev-ta-avatar {
	display: block;
	width: 41px;
	height: 41px;
	flex: 0 0 41px;
	border-radius: 50%;
	object-fit: cover;
}

.uev-tripadvisor-reviews .uev-ta-author-info {
	min-width: 0;
}

.uev-tripadvisor-reviews .uev-ta-name {
	display: flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #202020;
}

.uev-tripadvisor-reviews .uev-ta-verified {
	display: block;
	width: 14px;
	height: 13px;
	flex: 0 0 14px;
	object-fit: contain;
}

.uev-tripadvisor-reviews .uev-ta-meta {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 2px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.2;
	color: #929292;
}

.uev-tripadvisor-reviews .uev-ta-meta-logo {
	display: block;
	width: 57px;
	height: 12px;
	object-fit: contain;
}

/* Rating circles */
.uev-tripadvisor-reviews .uev-ta-rating-circles {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-bottom: 8px;
}

.uev-tripadvisor-reviews .uev-ta-rating-circles i {
	display: block;
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	border-radius: 50%;
	background: #36d5a5;
}

/* Review text */
.uev-tripadvisor-reviews .uev-ta-card p {
	margin: 0 0 4px;
	font-size: 13px;
	line-height: 1.18;
	font-weight: 400;
	color: #222;
}

.uev-tripadvisor-reviews .uev-ta-more {
	display: none;
}

.uev-tripadvisor-reviews .uev-ta-card.is-expanded .uev-ta-more {
	display: inline;
}

.uev-tripadvisor-reviews .uev-ta-card.is-expanded .uev-ta-short {
	display: none;
}

/* IMPORTANT:
Strong reset prevents the existing global .uev-review-group button
styles from turning "Read more" into a bordered button. */
.uev-tripadvisor-reviews button.uev-ta-read-more {
	all: unset;
	display: inline !important;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0 !important;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	color: #1769e0 !important;
	text-decoration: none;
	cursor: pointer;
}

.uev-tripadvisor-reviews button.uev-ta-read-more:hover,
.uev-tripadvisor-reviews button.uev-ta-read-more:focus-visible {
	color: #1769e0 !important;
	text-decoration: underline;
}

/* Carousel arrows */
.uev-tripadvisor-reviews button.uev-ta-arrow {
	all: unset;
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	transform: translateY(-50%);
	cursor: pointer;
}

.uev-tripadvisor-reviews button.uev-ta-arrow img {
	display: block;
	width: 30px;
	height: 30px;
}

.uev-tripadvisor-reviews .uev-ta-prev {
	left: -44px;
}

.uev-tripadvisor-reviews .uev-ta-prev img {
	transform: rotate(180deg);
}

.uev-tripadvisor-reviews .uev-ta-next {
	right: -44px;
}

/* Pagination */
.uev-tripadvisor-reviews .uev-ta-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 19px;
}

.uev-tripadvisor-reviews .uev-ta-pagination button {
	all: unset;
	display: block;
	width: 8px !important;
	height: 8px !important;
	min-width: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #dedede !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.uev-tripadvisor-reviews .uev-ta-pagination button.is-active {
	background: #39c9cb !important;
}

/* View all */
.uev-reviews .uev-ta-view-all {
	width: fit-content;
	min-width: 118px;
	height: 39px;
	margin: 32px auto 0;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
	border: 1px solid #d9c500;
	border-radius: 6px;
	background: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #161616;
	text-decoration: none;
}

.uev-reviews .uev-ta-view-all:hover {
	color: #161616;
	text-decoration: none;
}

.uev-reviews .uev-ta-view-all img {
	display: block;
	width: 18px;
	height: 17px;
	object-fit: contain;
}


/* ==========================================
TRIPADVISOR CAROUSEL ARROWS — FIX
========================================== */

.uev-tripadvisor-reviews .uev-ta-slider {
	position: relative !important;
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}

.uev-tripadvisor-reviews .uev-ta-viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
}


/* Reset old/global button styles */
.uev-tripadvisor-reviews button.uev-ta-arrow {
	position: absolute !important;
	z-index: 20 !important;

	top: 50% !important;

	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;

	margin: 0 !important;
	padding: 0 !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	border: 0 !important;
	border-radius: 50% !important;

	background: transparent !important;
	box-shadow: none !important;

	font-size: 0 !important;
	line-height: 0 !important;

	transform: translateY(-50%) !important;

	cursor: pointer !important;
}


/* Arrow image */
.uev-tripadvisor-reviews button.uev-ta-arrow img {
	display: block !important;

	width: 30px !important;
	height: 30px !important;

	max-width: none !important;

	margin: 0 !important;

	object-fit: contain;
}


/* Previous */
.uev-tripadvisor-reviews button.uev-ta-prev {
	left: -45px;
	right: auto !important;
}

.uev-tripadvisor-reviews button.uev-ta-prev img {
	transform: rotate(180deg) !important;
}


/* Next */
.uev-tripadvisor-reviews button.uev-ta-next {
	right: -45px;
	left: auto !important;
}

.uev-tripadvisor-reviews button.uev-ta-next img {
	transform: none !important;
}

/* =========================================================
UAE EXPRESS VISA - TABLE OF CONTENTS
Replace the old .uev-toc rules and nth-of-type TOC rules
with this block.
========================================================= */

.uev-toc {
	position: sticky;
	top: 20px;
	align-self: start;
	width: 230px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	padding: 0 0 18px;
	scrollbar-width: thin;
	scrollbar-color: #d7d7d7 transparent;
}

.uev-toc::-webkit-scrollbar {
	width: 4px;
}

.uev-toc::-webkit-scrollbar-track {
	background: transparent;
}

.uev-toc::-webkit-scrollbar-thumb {
	background: #d7d7d7;
	border-radius: 10px;
}

/* Title */
.uev-toc h2 {
	margin: 0 0 16px;
	padding: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	color: #1b1b1b;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

/* Group */
.uev-toc-group {
	margin: 0 0 9px;
	padding: 0;
}

/* Group heading */
.uev-toc .uev-toc-toggle {
	width: 100%;
	margin: 0;
	padding: 3px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;

	display: flex;
	align-items: center;
	gap: 10px;

	font-family: Manrope, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 500;
	text-align: left;
	color: #777;

	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

/* +/- icon */
.uev-toc-toggle-icon {
	width: 12px;
	height: 12px;
	flex: 0 0 12px;

	background-image: url('../../images/dubai-visa-from-italy/uev-toc-plus.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

.uev-toc-group.is-open>.uev-toc-toggle .uev-toc-toggle-icon {
	background-image: url('../../images/dubai-visa-from-italy/uev-toc-minus.webp');
}

/* Child list */
.uev-toc-links {
	display: grid;
	grid-template-rows: 1fr;
	overflow: hidden;
}

.uev-toc-group:not(.is-open)>.uev-toc-links {
	display: none;
}

/* IMPORTANT: overrides your existing .uev-toc a rules */
.uev-toc .uev-toc-links a {
	display: block;
	margin: 0 !important;
	padding: 6px 0 6px 35px !important;

	font-family: Manrope, Arial, sans-serif;
	font-size: 13px !important;
	line-height: 1.3;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #8a8a8a !important;

	text-decoration: none;
	transition: color .18s ease;
}

.uev-toc .uev-toc-links a:hover,
.uev-toc .uev-toc-links a:focus-visible {
	color: #333 !important;
}

/* Active section link */
.uev-toc .uev-toc-links a.is-active {
	color: #222 !important;
	font-weight: 600 !important;
}

/* Keyboard focus */
.uev-toc .uev-toc-toggle:focus-visible {
	outline: 2px solid rgba(15, 112, 109, .25);
	outline-offset: 2px;
}

/* Keep the current mobile behaviour from your page:
the TOC is hidden below 900px. */
@media (max-width: 900px) {
	.uev-toc {
		display: none;
	}
}

/* Tablet */
@media (max-width: 940px) {
	.uev-tripadvisor-reviews .uev-ta-slider {
		max-width: calc(100% - 52px);
	}

	.uev-tripadvisor-reviews .uev-ta-track {
		gap: 16px;
	}

	.uev-tripadvisor-reviews .uev-ta-card {
		flex-basis: calc((100% - 16px) / 2);
		padding-left: 15px;
		padding-right: 15px;
	}

	.uev-tripadvisor-reviews .uev-ta-prev {
		left: -40px;
	}

	.uev-tripadvisor-reviews .uev-ta-next {
		right: -40px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.uev-tripadvisor-reviews {
		padding: 34px 18px 42px;
	}

	.uev-tripadvisor-reviews .uev-review-heading {
		gap: 6px;
		margin-bottom: 26px;
		font-size: 14px;
		text-align: center;
	}

	.uev-tripadvisor-reviews .uev-ta-heading-logo {
		width: 100px;
	}

	.uev-tripadvisor-reviews .uev-ta-slider {
		max-width: calc(100% - 24px);
	}

	.uev-tripadvisor-reviews .uev-ta-track {
		gap: 14px;
	}

	.uev-tripadvisor-reviews .uev-ta-card {
		flex-basis: 100%;
		min-height: 220px;
	}

	.uev-tripadvisor-reviews .uev-ta-name {
		font-size: 15px;
	}

	.uev-tripadvisor-reviews button.uev-ta-prev {
		left: -24px;
	}

	.uev-tripadvisor-reviews button.uev-ta-next {
		right: -24px;
	}

	.uev-tripadvisor-reviews .uev-ta-view-all {
		margin-top: 28px;
	}
}

/* Dubai Visa from Italy: semantic table markup, preserving existing table UI. */
.uev-semantic-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.uev-semantic-table th,
.uev-semantic-table td {
	padding: 11px;
	border: 2px solid #fff;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}

.uev-semantic-table thead th {
	background: #7fd2dc;
	font-weight: 700;
}

.uev-semantic-table tbody th,
.uev-semantic-table tbody td {
	background: #f2f2f2;
}

.uev-semantic-table tbody th {
	font-weight: 600;
}

.uev-semantic-table th:first-child,
.uev-semantic-table td:first-child {
	width: 42%;
}

/* Add breathing room between nationality grid and qualifying-document paragraph. */
#other-nationals .uev-country-grid+p {
	margin-top: 20px;
}

@media (max-width: 900px) {
	.uev-semantic-table {
		table-layout: auto;
	}

	.uev-semantic-table th,
	.uev-semantic-table td {
		font-size: 14px;
	}
}