/* Theme-proof interaction states for the country selector. */
.vmth-weather .vmth-tabs .vmth-tab.is-active,
.vmth-weather .vmth-tabs .vmth-tab[aria-selected="true"],
.vmth-weather .vmth-tabs .vmth-tab.is-active:hover,
.vmth-weather .vmth-tabs .vmth-tab.is-active:focus,
.vmth-weather .vmth-tabs .vmth-tab.is-active:focus-visible,
.vmth-weather .vmth-tabs .vmth-tab[aria-selected="true"]:hover,
.vmth-weather .vmth-tabs .vmth-tab[aria-selected="true"]:focus,
.vmth-weather .vmth-tabs .vmth-tab[aria-selected="true"]:focus-visible {
	background: #14532d !important;
	background-color: #14532d !important;
	background-image: none !important;
	border-color: #14532d !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: 0 8px 18px rgba(20, 83, 45, 0.2) !important;
}

.vmth-weather .vmth-tabs .vmth-tab.is-active::before,
.vmth-weather .vmth-tabs .vmth-tab.is-active::after,
.vmth-weather .vmth-tabs .vmth-tab[aria-selected="true"]::before,
.vmth-weather .vmth-tabs .vmth-tab[aria-selected="true"]::after {
	display: none !important;
	content: none !important;
}
