.gcd-country-menu {
	position: relative;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	
}

.gcd-country-menu__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: currentColor;
	cursor: pointer;
	
}

.gcd-country-menu__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
	
}

.gcd-country-menu__icon {
	width: 26px;
	height: 26px;
	fill: currentColor;

}

.gcd-country-menu__panel {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 9999;
	min-width: 150px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	box-shadow: 0 12px 30px rgba(17, 24, 39, 0.18);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	white-space: nowrap;
	
}

.gcd-country-menu__panel::before {
	position: absolute;
	top: -5px;
	right: 16px;
	width: 10px;
	height: 10px;
	background: #ffffff;
	box-shadow: -2px -2px 5px rgba(17, 24, 39, 0.04);
	content: "";
	transform: rotate(45deg);
}

/* Keep country popup above the homepage banner */
.gcd-country-menu {
	position: relative;
	z-index: 999999 !important;
}

.gcd-country-menu__panel {
	z-index: 9999999 !important;
}

/* Prevent Elementor header containers from clipping the popup */
.elementor-location-header,
.elementor-location-header .e-con,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget-nav-menu,
.elementor-location-header .elementor-nav-menu--main,
.elementor-location-header .elementor-nav-menu,
.elementor-location-header .menu-item {
	overflow: visible !important;
}

.elementor-location-header {
	position: relative;
	z-index: 99999 !important;
}