.wc-czk-eur-switcher,
.cdwp-currency-switcher {
	display: flex;
	gap: 0.5rem;
}

.wc-czk-eur-switcher .switcher-link,
.cdwp-currency-switcher .switcher-link {
	padding: 0.35rem 0.75rem;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 600;
	color: #333;
}

.wc-czk-eur-switcher .switcher-link.is-active,
.cdwp-currency-switcher .switcher-link.is-active {
	background-color: #007cba;
	border-color: #007cba;
	color: #fff;
}
