/* min width 736px */

#country-selector-banner {
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
#country-selector-banner.show {
	display: block;
}

@media (min-width: 736px) {
	#country-selector-banner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

#country-selector-banner .cell {
	text-align: left;
	display: block;
	/* justify-content: center;
	align-items: center; */
	width: 100%;
	/* flex-basis: 100%; */
	position: relative;
}

@media (min-width: 736px) {
	#country-selector-banner .cell {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		flex-basis: 100%;
		position: relative;
	}
}

#country-selector-wrapper {
	display: block;
}

@media (min-width: 736px) {
	#country-selector-wrapper {
		display: inline;
	}
}

#country-selector-notice {
}

@media (min-width: 736px) {
	#country-selector-notice {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
#country-selector-banner-text {
	color: #282525;
	leading-trim: both;
	text-edge: cap;
	font-family: Manrope;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 13px;
	display: block;
	max-width: 260px;
}

@media (min-width: 736px) {
	#country-selector-banner-text {
		font-size: 12px;
		margin-bottom: 0;
		display: inline;
		max-width: none;
	}
}

#country-select {
	/* width: 48px; */
	width: unset;
	border-radius: 3px;
	background: #ebebeb;
	padding-left: 10px;
	padding-right: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0;

	color: #282525;
	leading-trim: both;
	text-edge: cap;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="3" viewBox="0 0 8 3" fill="none"><path d="M4 3L0.102886 -7.34099e-07L7.89711 -5.27059e-08L4 3Z" fill="%23EDA231"/></svg>');
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 8px 3px;
	border: 2px solid transparent;
}

@media (min-width: 736px) {
	#country-select {
		margin-left: 12px;
	}
}

#country-redirect-btn {
	display: inline;
	padding: 6px 14px;
	border: 2px solid #5e656e;
	border-radius: 90px;
	background: #5e656e;
	color: white;
	margin-left: 12px;
	font-size: 12px;
}
#country-redirect-btn:hover {
	background: white;
	color: #5e656e;
	border: 2px solid #5e656e;
}
#dismiss-country-selector {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border: none;
	background-color: white;
}

@media (min-width: 736px) {
	#dismiss-country-selector {
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

#dismiss-country-selector:hover svg {
	fill: #5e656e;
}
#dismiss-country-selector:hover svg .dismiss-country-selector-x {
	stroke: white;
}
