.avi-lang-switcher {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 4px 10px;
	background: rgba(10, 15, 29, 0.08);
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.flag-icon {
	width: 22px;
	height: 16px;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.10);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.flag-icon:hover {
	transform: scale(1.15);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.flag-icon.active,
.flag-icon[aria-current="true"] {
	border-color: #4285f4;
	box-shadow: 0 0 0 1px rgba(66, 133, 244, 0.25), 0 0 8px rgba(66, 133, 244, 0.35);
}

.flag-fr {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Crect x='0' y='0' width='9.333' height='20' fill='%230055A4'/%3E%3Crect x='9.333' y='0' width='9.333' height='20' fill='%23FFFFFF'/%3E%3Crect x='18.666' y='0' width='9.334' height='20' fill='%23EF4135'/%3E%3C/svg%3E");
}

.flag-es {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Crect x='0' y='0' width='28' height='5' fill='%23AA151B'/%3E%3Crect x='0' y='5' width='28' height='10' fill='%23F1BF00'/%3E%3Crect x='0' y='15' width='28' height='5' fill='%23AA151B'/%3E%3C/svg%3E");
}

.flag-us-uk {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Crect x='0' y='0' width='14' height='20' fill='%23FFFFFF'/%3E%3Cg fill='%23B22234'%3E%3Crect x='0' y='0' width='14' height='1.66'/%3E%3Crect x='0' y='3.32' width='14' height='1.66'/%3E%3Crect x='0' y='6.64' width='14' height='1.66'/%3E%3Crect x='0' y='9.96' width='14' height='1.66'/%3E%3Crect x='0' y='13.28' width='14' height='1.66'/%3E%3Crect x='0' y='16.6' width='14' height='1.66'/%3E%3Crect x='0' y='19.92' width='14' height='1.66'/%3E%3C/g%3E%3Crect x='0' y='0' width='6.5' height='9.2' fill='%233C3B6E'/%3E%3Cg fill='%23FFFFFF'%3E%3Ccircle cx='1.2' cy='1.2' r='0.3'/%3E%3Ccircle cx='2.8' cy='1.2' r='0.3'/%3E%3Ccircle cx='4.4' cy='1.2' r='0.3'/%3E%3Ccircle cx='6.0' cy='1.2' r='0.3'/%3E%3Ccircle cx='2.0' cy='2.8' r='0.3'/%3E%3Ccircle cx='3.6' cy='2.8' r='0.3'/%3E%3Ccircle cx='5.2' cy='2.8' r='0.3'/%3E%3Ccircle cx='1.2' cy='4.4' r='0.3'/%3E%3Ccircle cx='2.8' cy='4.4' r='0.3'/%3E%3Ccircle cx='4.4' cy='4.4' r='0.3'/%3E%3Ccircle cx='6.0' cy='4.4' r='0.3'/%3E%3C/g%3E%3Crect x='14' y='0' width='14' height='20' fill='%23012169'/%3E%3Cg stroke='%23FFFFFF' stroke-width='2'%3E%3Cline x1='14' y1='0' x2='28' y2='20'/%3E%3Cline x1='28' y1='0' x2='14' y2='20'/%3E%3C/g%3E%3Cg stroke='%23C8102E' stroke-width='1'%3E%3Cline x1='14' y1='0' x2='28' y2='20'/%3E%3Cline x1='28' y1='0' x2='14' y2='20'/%3E%3C/g%3E%3Crect x='14' y='8' width='14' height='4' fill='%23FFFFFF'/%3E%3Crect x='19' y='0' width='4' height='20' fill='%23FFFFFF'/%3E%3Crect x='14' y='8.5' width='14' height='3' fill='%23C8102E'/%3E%3Crect x='19.5' y='0' width='3' height='20' fill='%23C8102E'/%3E%3C/svg%3E");
}

@media (max-width: 640px) {
	.avi-lang-switcher {
		padding: 4px 8px;
		gap: 8px;
	}
}

.avi-universal-footer {
	background: #0f172a !important;
	color: #cbd5e1 !important;
	border-top: 1px solid rgba(148, 163, 184, 0.25) !important;
	padding: 18px 16px !important;
}

.avi-universal-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px 24px;
	text-align: left;
}

.avi-universal-footer-logo-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.avi-universal-footer-logo {
	width: 32px !important;
	height: 32px !important;
	object-fit: contain;
	opacity: 0.7;
}

.avi-universal-footer-col {
	display: flex;
	align-items: center;
	gap: 12px;
}

.avi-universal-footer-col--left {
	justify-content: flex-start;
}

.avi-universal-footer-col--center {
	justify-content: center;
}

.avi-universal-footer-col--right {
	justify-content: flex-end;
	flex-wrap: wrap;
}

.avi-universal-footer-links {
	display: inline-flex;
	align-items: center;
	gap: 16px;
}

.avi-universal-footer-links a {
	color: #cbd5e1;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}

.avi-universal-footer-links a:hover {
	color: #ffffff;
}

.avi-universal-footer .avi-lang-switcher {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(148, 163, 184, 0.4);
}

.avi-universal-footer .flag-icon {
	border-color: rgba(255, 255, 255, 0.35);
}

.avi-universal-footer-legal {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
	color: #cbd5e1;
}

@media (max-width: 900px) {
	.avi-universal-footer-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.avi-universal-footer-col--left,
	.avi-universal-footer-col--center,
	.avi-universal-footer-col--right {
		justify-content: center;
	}
}
