.csp-switcher {
	display: inline-block;
	margin: 0 8px;
}

.csp-switcher-select {
	padding: 6px 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
}

.csp-flag {
	margin-right: 4px;
}

.csp-switcher.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

/* Auto-injected floating widget — no manual shortcode placement needed. */
.csp-floating-switcher {
	position: fixed;
	z-index: 99999;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba( 0, 0, 0, 0.15 );
	padding: 4px;
}

.csp-floating-switcher .csp-switcher {
	margin: 0;
}

.csp-floating-switcher .csp-switcher-select {
	border: none;
}

.csp-position-bottom-right {
	right: 20px;
	bottom: 20px;
}

.csp-position-bottom-left {
	left: 20px;
	bottom: 20px;
}

.csp-position-top-right {
	right: 20px;
	top: 90px;
}

.csp-position-top-left {
	left: 20px;
	top: 90px;
}

@media ( max-width: 600px ) {
	.csp-floating-switcher {
		bottom: 12px;
	}
	.csp-position-bottom-right,
	.csp-position-top-right {
		right: 12px;
	}
	.csp-position-bottom-left,
	.csp-position-top-left {
		left: 12px;
	}
}
