/* [ustaim_auth_tabs] */
.ustaim-cw-auth-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
	border-bottom: 2px solid #e9eced;
	padding-bottom: 12px;
}

.ustaim-cw-auth-tabs__tab {
	display: inline-block;
	padding: 10px 16px;
	font-weight: 600;
	font-size: 14px;
	color: #15133f;
	text-decoration: none;
	border-radius: 100px;
	border: 1px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ustaim-cw-auth-tabs__tab:hover {
	color: #ff5532;
	border-color: #e9eced;
}

.ustaim-cw-auth-tabs__tab.is-active {
	background: #ff5532;
	color: #fff;
	border-color: #ff5532;
}

.ustaim-cw-auth-tabs__panel {
	min-height: 120px;
}

.ustaim-cw-auth-tabs .create-account {
	display: none !important;
}

.ustaim-cw-auth-tabs__notice {
	padding: 12px 16px;
	border-radius: 8px;
	margin-bottom: 16px;
}

.ustaim-cw-auth-tabs__notice--error {
	background: #fdecea;
	color: #8c1d18;
}

.ustaim-cw-auth-tabs__notice--success {
	background: #e8f5e9;
	color: #1b5e20;
}

.ustaim-cw-klient-reg__hint {
	color: #3d4549;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.ustaim-cw-auth-tabs--logged-in {
	padding: 16px;
	background: #f5f5f2;
	border-radius: 10px;
}
