body.tpa-footer-preview .tpa-footer-preview-root {
	--tpa-footer-navy: #17324d;
	--tpa-footer-navy-dark: #102a42;
	--tpa-footer-red: #b5122b;
	--tpa-footer-red-hover: #951024;
	--tpa-footer-whatsapp: #25d366;
	--tpa-footer-whatsapp-hover: #1fbd5a;
	--tpa-footer-whatsapp-ink: #102a42;
	--tpa-footer-mist: #edf3f7;
	--tpa-footer-border: #d7e0e7;
	--tpa-footer-text: #242424;
	--tpa-footer-muted: #5f6872;
	position: relative;
	direction: rtl;
	margin-top: 40px;
	background: var(--tpa-footer-navy);
	color: #fff;
	font-family: Estedad, sans-serif;
}

body.tpa-footer-preview .tpa-footer-preview-root *,
body.tpa-footer-preview .tpa-footer-preview-root *::before,
body.tpa-footer-preview .tpa-footer-preview-root *::after {
	box-sizing: border-box;
}

body.tpa-footer-preview .tpa-footer-preview-root a {
	text-decoration: none;
}

body.tpa-footer-preview .tpa-footer-main {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(270px, .9fr) minmax(300px, 1fr);
	grid-template-areas: "brand contact trust";
	direction: ltr;
	gap: 38px;
	width: min(calc(100% - 48px), 1172px);
	margin-inline: auto;
	padding-block: 28px 26px;
}

body.tpa-footer-preview .tpa-footer-brand,
body.tpa-footer-preview .tpa-footer-contact,
body.tpa-footer-preview .tpa-footer-trust {
	direction: rtl;
}

body.tpa-footer-preview .tpa-footer-brand {
	grid-area: brand;
}

body.tpa-footer-preview .tpa-footer-contact {
	grid-area: contact;
}

body.tpa-footer-preview .tpa-footer-trust {
	grid-area: trust;
}

body.tpa-footer-preview .tpa-footer-main h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.8;
}

body.tpa-footer-preview .tpa-footer-main p {
	margin: 0;
	color: #dce7ef;
	font-size: 13px;
	line-height: 1.9;
}

body.tpa-footer-preview .tpa-footer-logo {
	display: inline-flex;
	width: 168px;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	margin-bottom: 13px;
	padding: 9px 12px;
	border-radius: 12px;
	background: #fff;
}

body.tpa-footer-preview .tpa-footer-logo img {
	display: block;
	width: 144px;
	height: auto;
}

body.tpa-footer-preview .tpa-footer-map {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	margin-top: 9px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

body.tpa-footer-preview .tpa-footer-address {
	margin: 0;
	color: #dce7ef;
	font-size: 12px;
	font-style: normal;
	line-height: 2;
}

body.tpa-footer-preview .tpa-footer-address strong,
body.tpa-footer-preview .tpa-footer-address span {
	display: block;
}

body.tpa-footer-preview .tpa-footer-address strong {
	margin-bottom: 2px;
	color: #fff;
	font-weight: 600;
}

body.tpa-footer-preview .tpa-footer-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

body.tpa-footer-preview .tpa-footer-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.tpa-footer-preview .tpa-footer-contact {
	padding-top: 4px;
}

body.tpa-footer-preview .tpa-footer-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 12px;
}

body.tpa-footer-preview .tpa-footer-action {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-inline: 13px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

body.tpa-footer-preview .tpa-footer-action--call .tpa-footer-icon {
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
}

body.tpa-footer-preview .tpa-footer-action-copy {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	flex-direction: column;
	line-height: 1.35;
}

body.tpa-footer-preview .tpa-footer-action-copy small,
body.tpa-footer-preview .tpa-footer-action-copy bdi {
	display: block;
}

body.tpa-footer-preview .tpa-footer-action-copy small {
	color: rgba(255, 255, 255, .78);
	font-size: 10px;
	font-weight: 500;
}

body.tpa-footer-preview .tpa-footer-action-copy bdi {
	direction: ltr;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .2px;
	unicode-bidi: isolate;
	white-space: nowrap;
}

body.tpa-footer-preview .tpa-footer-action--primary {
	background: var(--tpa-footer-red);
	color: #fff;
}

body.tpa-footer-preview .tpa-footer-action--primary:hover,
body.tpa-footer-preview .tpa-footer-action--primary:focus-visible {
	background: var(--tpa-footer-red-hover);
	color: #fff;
}

body.tpa-footer-preview .tpa-footer-action--whatsapp {
	border-color: var(--tpa-footer-whatsapp);
	background: var(--tpa-footer-whatsapp);
	color: var(--tpa-footer-whatsapp-ink);
}

body.tpa-footer-preview .tpa-footer-action--whatsapp:hover,
	body.tpa-footer-preview .tpa-footer-action--whatsapp:focus-visible {
	border-color: var(--tpa-footer-whatsapp-hover);
	background: var(--tpa-footer-whatsapp-hover);
	color: var(--tpa-footer-navy-dark);
}

body.tpa-footer-preview .tpa-footer-action--whatsapp .tpa-footer-icon svg {
	fill: currentColor;
	stroke: none;
}

body.tpa-footer-preview .tpa-footer-trust {
	align-self: start;
	padding: 10px;
	border-radius: 12px;
	background: var(--tpa-footer-mist);
	color: var(--tpa-footer-text);
}

body.tpa-footer-preview .tpa-footer-enamad {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr);
	min-height: 108px;
	align-items: center;
	gap: 10px;
	padding: 6px 10px;
	border: 1px solid var(--tpa-footer-border);
	border-radius: 10px;
	background: #fff;
	color: var(--tpa-footer-navy);
	transition: border-color .18s ease, background-color .18s ease;
}

body.tpa-footer-preview .tpa-footer-enamad-mark {
	position: relative;
	display: grid;
	width: 88px;
	height: 96px;
	place-items: center;
}

body.tpa-footer-preview .tpa-footer-enamad-mark img {
	display: block;
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
}

body.tpa-footer-preview .tpa-footer-enamad-fallback {
	display: block;
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1;
}

body.tpa-footer-preview .tpa-footer-enamad.is-image-ready .tpa-footer-enamad-mark img {
	opacity: 1;
}

body.tpa-footer-preview .tpa-footer-enamad.is-image-ready .tpa-footer-enamad-fallback {
	display: none;
}

body.tpa-footer-preview .tpa-footer-enamad-copy,
body.tpa-footer-preview .tpa-footer-enamad-copy strong,
body.tpa-footer-preview .tpa-footer-enamad-copy small,
body.tpa-footer-preview .tpa-footer-enamad-eyebrow {
	display: block;
}

body.tpa-footer-preview .tpa-footer-enamad-eyebrow {
	margin-bottom: 1px;
	color: var(--tpa-footer-muted);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.7;
}

body.tpa-footer-preview .tpa-footer-enamad strong {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
}

body.tpa-footer-preview .tpa-footer-enamad small {
	margin-top: 2px;
	color: var(--tpa-footer-muted);
	font-size: 11px;
}

body.tpa-footer-preview .tpa-footer-enamad:hover,
body.tpa-footer-preview .tpa-footer-enamad:focus-visible {
	border-color: #aabac6;
	background: #fbfdfe;
}

body.tpa-footer-preview .tpa-footer-enamad:focus-visible {
	outline-color: var(--tpa-footer-red);
}

body.tpa-footer-preview .tpa-footer-licenses {
	margin-top: 6px;
	border-top: 1px solid var(--tpa-footer-border);
}

body.tpa-footer-preview .tpa-footer-licenses summary {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
	list-style: none;
	color: var(--tpa-footer-navy);
	font-size: 12px;
	font-weight: 600;
}

body.tpa-footer-preview .tpa-footer-licenses summary::-webkit-details-marker {
	display: none;
}

body.tpa-footer-preview .tpa-footer-licenses summary::after {
	content: '+';
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 7px;
	background: var(--tpa-footer-navy);
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}

body.tpa-footer-preview .tpa-footer-licenses[open] summary::after {
	content: '−';
}

body.tpa-footer-preview .tpa-footer-license-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
}

body.tpa-footer-preview .tpa-footer-license-grid img {
	display: block;
	width: 100%;
	height: 58px;
	object-fit: contain;
}

body.tpa-footer-preview .tpa-footer-license-note {
	margin-top: 7px !important;
	color: var(--tpa-footer-muted) !important;
	font-size: 10px !important;
	line-height: 1.7 !important;
}

body.tpa-footer-preview .tpa-footer-links {
	display: flex;
	width: min(calc(100% - 48px), 1172px);
	min-height: 52px;
	align-items: center;
	gap: 24px;
	margin-inline: auto;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

body.tpa-footer-preview .tpa-footer-links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: #dce7ef;
	font-size: 12px;
	font-weight: 500;
}

body.tpa-footer-preview .tpa-footer-links a:hover,
body.tpa-footer-preview .tpa-footer-links a:focus-visible,
body.tpa-footer-preview .tpa-footer-map:hover,
body.tpa-footer-preview .tpa-footer-map:focus-visible {
	color: #fff;
}

body.tpa-footer-preview .tpa-footer-bottom {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-inline: max(24px, calc((100% - 1172px) / 2));
	background: var(--tpa-footer-navy-dark);
	color: #dce7ef;
	font-size: 11px;
}

body.tpa-footer-preview .tpa-footer-preview-root a:focus-visible,
body.tpa-footer-preview .tpa-footer-preview-root summary:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

body.tpa-footer-preview .tpa-footer-licenses summary:focus-visible {
	outline-color: var(--tpa-footer-red);
}

@media (max-width: 1024px) {
	body.tpa-footer-preview .tpa-footer-main {
		grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr);
		grid-template-areas:
			"contact trust"
			"brand brand";
	}
}

@media (max-width: 767px) {
	body.tpa-footer-preview .tpa-footer-preview-root {
		margin-top: 24px;
		margin-bottom: 0;
	}

	body.tpa-footer-preview .tpa-footer-main {
		display: flex;
		width: min(calc(100% - 32px), 430px);
		flex-direction: column;
		direction: rtl;
		gap: 18px;
		padding-block: 20px 18px;
	}

	body.tpa-footer-preview .tpa-footer-main h2 {
		font-size: 16px;
	}

	body.tpa-footer-preview .tpa-footer-trust {
		align-self: stretch;
		padding: 8px;
	}

	body.tpa-footer-preview .tpa-footer-enamad {
		grid-template-columns: 94px minmax(0, 1fr);
		min-height: 112px;
		padding: 6px 10px;
		border-color: var(--tpa-footer-border);
		box-shadow: none;
	}

	body.tpa-footer-preview .tpa-footer-enamad-mark {
		width: 92px;
		height: 100px;
	}

	body.tpa-footer-preview .tpa-footer-license-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.tpa-footer-preview .tpa-footer-license-grid img {
		height: 64px;
	}

	body.tpa-footer-preview .tpa-footer-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.tpa-footer-preview .tpa-footer-action {
		gap: 6px;
		padding-inline: 9px;
		font-size: 12px;
	}

	body.tpa-footer-preview .tpa-footer-logo {
		width: 152px;
		min-height: 52px;
	}

	body.tpa-footer-preview .tpa-footer-logo img {
		width: 132px;
	}

	body.tpa-footer-preview .tpa-footer-address {
		display: none;
	}

	body.tpa-footer-preview .tpa-footer-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(calc(100% - 32px), 430px);
		gap: 0 16px;
		padding-block: 8px;
	}

	body.tpa-footer-preview .tpa-footer-links a {
		justify-content: flex-start;
	}

	body.tpa-footer-preview .tpa-footer-bottom {
		min-height: 56px;
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 2px;
		padding: 10px 16px;
	}
}

@media (max-width: 340px) {
	body.tpa-footer-preview .tpa-footer-actions {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.tpa-footer-preview .tpa-footer-action,
	body.tpa-footer-preview .tpa-footer-enamad {
		transition: none;
	}
}
