#adminmenu li.wp-menu-separator {
	height: 0px;
	margin: 0;
}

#adminmenu div.separator {
	background-color: #fff;
}

a {
	outline: 0;
	text-decoration: none;
}

.login h1 a {
    all: unset;
}

#login {
	width: 490px;
}

.wp-login-logo {
    display: none;
}

span.dashicons.green {
	color: #46b450;
}

span.dashicons.red {
	color: #dc3232;
}

/* Spalten in der Benutzerübersicht formatieren */
.column-user_id {
	width: 50px;
	text-align: right;
}

.column-user_aktiv {
	width: 65px;
	text-align: center;
}

.column-user_registered {
	width: 110px;
}

.column-user_logged {
	width: 125px;
}

/* Spalten in der Beitrags- & Seitenübersicht formatieren */
.column-post_id {
	width: 50px;
	text-align: right;
}

.column-order_pages {
	width: 55px;
	text-align: right;
}

.column-post_published,
.column-post_modified {
	width: 120px;
}

.column-ready_comments {
	width: 50px;
}

.column-counter {
	width: 140px;
}

.fixed .column-author,
.fixed .column-categories,
.fixed .column-tags,
.fixed .column-date {
	width: unset;
}

/* Farbänderung der Sortierpfeile */
th.sorted.asc a:focus .sorting-indicator.asc:before,
th.sorted.asc:hover .sorting-indicator.asc:before,
th.sorted.desc a:focus .sorting-indicator.desc:before,
th.sorted.desc:hover .sorting-indicator.desc:before {
	color: #e1e1e1;
}

.sorting-indicator:before {
	color: #e1e1e1;
}

.hs-active-filter {
	background: #2271b1 !important;
	color: #fff !important;
	border-color: #0a4b78 !important;
}

/* Spaltenformatierung in der 404-Redirects */
/*
.column-old_url,
.column-new_url {
	width: 200px;
}
*/
.column-hits {
	width: 60px;
}

.column-last_access {
	width: 140px;
}

.column-actions {
	width: 483px;
}

.hs-actions {
	display: flex;
	gap: 6px;
	min-width: 220px;
}
.hs-actions form {
	display: flex;
	gap: 5px;
}
