/* GS Global Market – region selector: flat button (border, transparent background) */
.gs-market-selector {
	display: inline-block;
}

.gs-market-selector__label {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.gs-market-selector__select {
	appearance: none;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 4px;
	color: inherit;
	cursor: pointer;
	font-size: 14px;
	font-family: inherit;
	padding: 6px 28px 6px 10px;
	min-width: 90px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12' fill='currentColor'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 8px center;
	transition: border-color 0.15s ease, opacity 0.15s ease;
}

.gs-market-selector__select:hover {
	opacity: 0.85;
}

.gs-market-selector__select:focus {
	outline: none;
	box-shadow: 0 0 0 1px currentColor;
}
