/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.dot-auth-settings-container table {
	width: 90%;
}

.dot-auth-container {
	order: 6;
	margin-block-start: 2rem;
	margin-inline: auto;
}

[name^="dot_auth_fields"] {
	width: 100%;
}

#setting-error-dot_auth_fields_notice {
	margin-left: 0;
	margin-bottom: 10px;
}

.dot-auth-container .button {
	color: var(--wb-text-muted);
	text-decoration: none;
	border: none;
	background: transparent;
	transition: color var(--wb-duration) var(--wb-ease);
}

.dot-auth-container .button:hover {
	color: var(--wb-wakker);
	background: transparent;
	border-color: transparent;
}

.dot-auth-container .button:focus,
.dot-auth-container .button:focus-visible,
.dot-auth-container .button:active {
	color: var(--wb-wakker);
	text-decoration: none;
	border: none;
	background: transparent;
	box-shadow: none;
}
