
.wd-tabs:not(.wd-inited) .wd-nav-tabs.wd-style-underline>li:first-child>a .nav-link-text:after {
	width: 100%;
}

.wd-nav-tabs {
	align-items: center;
	--nav-gap: 0px;
}

.wd-nav-tabs>li>a {
	padding: 10px 0;
	vertical-align: bottom;
	text-transform: none;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
}

.wd-nav-tabs>li:not(:last-child) {
	margin-inline-end: 30px;
}

.wd-nav-tabs-wrapper {
	margin-bottom: 15px;
}

.wd-tabs:not(.wd-inited) .wd-nav-tabs>li:first-child>a {
	color: var(--nav-color-active);
}

.color-scheme-light .wd-nav-tabs.wd-style-default {
	--nav-color-hover: var(--wd-primary-color);
	--nav-color-active: var(--wd-primary-color);
}

.wd-tabs:not(.wd-inited) .wd-tab-content:first-child {
	display: block;
	opacity: 1;
	transform: none;
}

.wd-tabs .wd-tab-content {
	display: none;
	opacity: 0;
	transition: all .3s ease;
	transform: translateY(30px);
}

.wd-tabs .wd-tab-content.wd-active {
	display: block;
}

.wd-tabs .wd-tab-content.wd-in {
	opacity: 1;
	transform: none;
}

.wd-nav-tabs.wd-icon-pos-top {
	align-items: flex-end;
}

.wd-nav-tabs.wd-icon-pos-top a {
	flex-direction: column;
}

.wd-nav-tabs.wd-icon-pos-top .img-wrapper {
	margin-bottom: 10px;
}

.wd-nav-tabs.wd-icon-pos-left a {
	flex-direction: row;
}

.wd-nav-tabs.wd-icon-pos-left .img-wrapper {
	margin-right: 10px;
}

.wd-nav-tabs.wd-icon-pos-right a {
	flex-direction: row-reverse;
}

.wd-nav-tabs.wd-icon-pos-right .img-wrapper {
	margin-left: 10px;
}
