.wd-nav-tabs {
	--nav-gap: 30px;
	align-items: center;
}

.wd-nav-tabs>li>a {
	font-size: 16px;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
}

.wd-nav-tabs[class*="wd-style-underline"] {
	--nav-color: rgba(var(--wd-navigation-color), .7);
	--nav-color-hover: rgba(var(--wd-navigation-color), 1);
}

.wd-nav-tabs a {
	gap: 10px;
}

.wd-nav-tabs.wd-icon-pos-left a {
	flex-direction: row;
}