/** BHB Multi User Roles admin styles. */
:root {
	--bhb-mur-bg: #f6f6f7;
	--bhb-mur-surface: #fff;
	--bhb-mur-text: #202223;
	--bhb-mur-muted: #6d7175;
	--bhb-mur-border: #dfe3e8;
	--bhb-mur-soft-border: #f1f2f3;
	--bhb-mur-green: #008060;
	--bhb-mur-green-dark: #006e52;
	--bhb-mur-ink: #202223;
	--bhb-mur-ink-2: #2c2f31;
	--bhb-mur-radius: 8px;
	--bhb-mur-shadow: 0 1px 2px rgba(0, 0, 0, .04);
	--bhb-mur-shadow-float: 0 12px 32px rgba(32, 34, 35, .14);
}

body.profile-php tr.user-role-wrap,
body.user-edit-php tr.user-role-wrap {
	display: none !important;
}

body.bhb-mur-admin-shell {
	background: #f6f6f7;
	color: #202223;
}

body.bhb-mur-admin-shell #wpcontent,
body.bhb-mur-admin-shell #wpbody {
	background: #f6f6f7;
}

body.bhb-mur-admin-shell #wpadminbar {
	background: #202223;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}

body.bhb-mur-admin-shell #wpadminbar .ab-item,
body.bhb-mur-admin-shell #wpadminbar a.ab-item,
body.bhb-mur-admin-shell #wpadminbar > #wp-toolbar span.ab-label,
body.bhb-mur-admin-shell #wpadminbar > #wp-toolbar span.noticon {
	color: #f6f6f7;
}

body.bhb-mur-admin-shell #adminmenuback,
body.bhb-mur-admin-shell #adminmenuwrap,
body.bhb-mur-admin-shell #adminmenu {
	background: #202223;
}

body.bhb-mur-admin-shell #adminmenuwrap {
	box-shadow: 1px 0 0 rgba(255, 255, 255, .06), 8px 0 24px rgba(32, 34, 35, .08);
}

body.bhb-mur-admin-shell #adminmenu {
	padding: 10px 8px;
	box-sizing: border-box;
}

body.bhb-mur-admin-shell #adminmenu .bhb-mur-menu-heading {
	margin: 18px 8px 6px;
	color: #8c9196;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.bhb-mur-admin-shell #adminmenu li.menu-top {
	margin: 2px 0;
	border-radius: 8px;
	overflow: hidden;
}

body.bhb-mur-admin-shell #adminmenu a.menu-top,
body.bhb-mur-admin-shell #adminmenu .wp-submenu a {
	color: #d2d5d8;
}

body.bhb-mur-admin-shell #adminmenu div.wp-menu-image::before {
	color: #aeb4b9;
}

body.bhb-mur-admin-shell #adminmenu li.menu-top:hover,
body.bhb-mur-admin-shell #adminmenu li.opensub > a.menu-top,
body.bhb-mur-admin-shell #adminmenu li > a.menu-top:focus {
	background: #2c2f31;
}

body.bhb-mur-admin-shell #adminmenu li.menu-top:hover div.wp-menu-image::before,
body.bhb-mur-admin-shell #adminmenu li.opensub div.wp-menu-image::before,
body.bhb-mur-admin-shell #adminmenu li > a.menu-top:focus + div.wp-menu-image::before {
	color: #fff;
}

body.bhb-mur-admin-shell #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
body.bhb-mur-admin-shell #adminmenu li.current a.menu-top,
body.bhb-mur-admin-shell #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
	background: #008060;
	color: #fff;
	border-radius: 8px;
}

body.bhb-mur-admin-shell #adminmenu li.wp-has-current-submenu div.wp-menu-image::before,
body.bhb-mur-admin-shell #adminmenu li.current div.wp-menu-image::before {
	color: #fff;
}

body.bhb-mur-admin-shell #adminmenu .wp-submenu {
	background: #2c2f31;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

body.bhb-mur-admin-shell #adminmenu .wp-submenu a:hover,
body.bhb-mur-admin-shell #adminmenu .wp-submenu a:focus,
body.bhb-mur-admin-shell #adminmenu .wp-submenu li.current a {
	color: #fff;
	background: rgba(255, 255, 255, .08);
}

body.bhb-mur-admin-shell #collapse-button {
	color: #d2d5d8;
}

body.bhb-mur-admin-shell #wpbody-content > .wrap {
	max-width: 1280px;
	margin: 22px 28px 60px;
}

.bhb-mur-shell-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 18px;
}

.bhb-mur-shell-heading h1 {
	margin: 2px 0 5px;
	padding: 0;
	color: #202223;
	font-size: 24px;
	font-weight: 650;
	line-height: 1.25;
}

.bhb-mur-shell-heading p {
	margin: 0;
	max-width: 760px;
	color: #6d7175;
	font-size: 13px;
	line-height: 1.5;
}

body.bhb-mur-admin-shell .postbox,
body.bhb-mur-admin-shell .welcome-panel,
body.bhb-mur-admin-shell .card,
body.bhb-mur-admin-shell .health-check-accordion,
body.bhb-mur-admin-shell .stuffbox {
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

body.bhb-mur-admin-shell .postbox .hndle,
body.bhb-mur-admin-shell .postbox h2.hndle,
body.bhb-mur-admin-shell .postbox .handlediv + h2,
body.bhb-mur-admin-shell .welcome-panel h2 {
	color: #202223;
	font-size: 15px;
	font-weight: 650;
}

body.bhb-mur-admin-shell .postbox-header {
	border-bottom-color: #f1f2f3;
}

body.bhb-mur-admin-shell #dashboard-widgets .postbox-container {
	padding-right: 14px;
	box-sizing: border-box;
}

body.bhb-mur-admin-shell #dashboard-widgets-wrap {
	margin-top: 8px;
}

body.bhb-mur-admin-shell .welcome-panel {
	padding: 18px 20px;
}

body.bhb-mur-admin-shell .welcome-panel-content {
	margin-left: 0;
	max-width: none;
}

body.bhb-mur-admin-shell .notice,
body.bhb-mur-admin-shell div.updated,
body.bhb-mur-admin-shell div.error {
	border-radius: 8px;
	border-left-width: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

body.bhb-mur-admin-shell .wp-list-table {
	margin: 0;
	border: 0;
	box-shadow: none;
}

body.bhb-mur-admin-shell .bhb-mur-table-scroll {
	width: 100%;
	margin: 12px 0;
	overflow-x: auto;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
	scrollbar-width: thin;
}

body.bhb-mur-admin-shell .wp-list-table thead th,
body.bhb-mur-admin-shell .wp-list-table thead td,
body.bhb-mur-admin-shell .wp-list-table tfoot th,
body.bhb-mur-admin-shell .wp-list-table tfoot td {
	background: #f7f8f8;
	color: #202223;
	font-weight: 650;
}

body.bhb-mur-admin-shell .wp-list-table tbody tr {
	background: #fff;
	transition: background .12s ease;
}

body.bhb-mur-admin-shell .wp-list-table tbody tr:hover {
	background: #f7f8f8;
}

body.bhb-mur-admin-shell .wp-list-table tbody td,
body.bhb-mur-admin-shell .wp-list-table tbody th {
	border-top-color: #f1f2f3;
}

body.bhb-mur-admin-shell .bhb-mur-table-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

body.bhb-mur-admin-shell .bhb-mur-table-toolbar .actions,
body.bhb-mur-admin-shell .bhb-mur-table-toolbar .tablenav-pages {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}

body.bhb-mur-admin-shell .bhb-mur-search-ui {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 10px;
	padding: 8px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

body.bhb-mur-admin-shell .bhb-mur-search-ui input[type="search"],
body.bhb-mur-admin-shell .bhb-mur-search-ui input[type="text"] {
	min-width: min(360px, 100%);
}

body.bhb-mur-admin-shell .subsubsub {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0 12px;
}

body.bhb-mur-admin-shell .subsubsub li {
	margin: 0;
}

body.bhb-mur-admin-shell .subsubsub a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 999px;
	color: #3f4347;
	text-decoration: none;
}

body.bhb-mur-admin-shell .subsubsub a.current {
	background: #e7f5ef;
	border-color: #a8d9c6;
	color: #006e52;
	font-weight: 650;
}

body.bhb-mur-admin-shell .button,
body.bhb-mur-admin-shell .page-title-action {
	border-radius: 6px;
	box-shadow: none;
}

body.bhb-mur-admin-shell .page-title-action {
	border-color: #c9cccf;
	background: #fff;
	color: #202223;
}

body.bhb-mur-admin-shell .button-primary {
	background: #008060;
	border-color: #006e52;
	box-shadow: none;
}

body.bhb-mur-admin-shell .button-primary:hover,
body.bhb-mur-admin-shell .button-primary:focus {
	background: #006e52;
	border-color: #005e46;
}

body.bhb-mur-admin-shell input[type="text"],
body.bhb-mur-admin-shell input[type="email"],
body.bhb-mur-admin-shell input[type="url"],
body.bhb-mur-admin-shell input[type="password"],
body.bhb-mur-admin-shell input[type="search"],
body.bhb-mur-admin-shell select,
body.bhb-mur-admin-shell textarea {
	border-color: #c9cccf;
	border-radius: 6px;
	box-shadow: none;
}

body.bhb-mur-admin-shell input[type="text"]:focus,
body.bhb-mur-admin-shell input[type="email"]:focus,
body.bhb-mur-admin-shell input[type="url"]:focus,
body.bhb-mur-admin-shell input[type="password"]:focus,
body.bhb-mur-admin-shell input[type="search"]:focus,
body.bhb-mur-admin-shell select:focus,
body.bhb-mur-admin-shell textarea:focus {
	border-color: #008060;
	box-shadow: 0 0 0 1px #008060;
}

body.bhb-mur-pro-ui .nav-tab-wrapper,
body.bhb-mur-pro-ui .wrap h2.nav-tab-wrapper,
body.bhb-mur-pro-ui h1.nav-tab-wrapper {
	border-bottom: 1px solid #dfe3e8;
	margin-bottom: 18px;
}

body.bhb-mur-pro-ui .nav-tab {
	margin-left: 0;
	margin-right: 6px;
	padding: 9px 13px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	color: #3f4347;
	font-weight: 600;
}

body.bhb-mur-pro-ui .nav-tab-active,
body.bhb-mur-pro-ui .nav-tab-active:focus,
body.bhb-mur-pro-ui .nav-tab-active:hover {
	background: #008060;
	border-color: #008060;
	color: #fff;
}

body.bhb-mur-pro-ui .subsubsub {
	margin: 8px 0 14px;
	color: #6d7175;
}

body.bhb-mur-pro-ui .subsubsub a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	color: #3f4347;
	text-decoration: none;
}

body.bhb-mur-pro-ui .subsubsub a.current {
	background: #e7f5ef;
	color: #006e52;
	font-weight: 650;
}

body.bhb-mur-pro-ui .tablenav {
	margin: 12px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

body.bhb-mur-pro-ui .bulkactions,
body.bhb-mur-pro-ui .alignleft.actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

body.bhb-mur-admin-shell #wpadminbar .bhb-mur-command-bar-item .ab-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	height: 32px;
	padding: 0 10px;
	border: 0;
	background: transparent;
	color: #f6f6f7;
	cursor: pointer;
}

body.bhb-mur-admin-shell #wpadminbar .bhb-mur-command-bar-item .ab-icon::before {
	content: "\f179";
	top: 2px;
	color: #f6f6f7;
}

.bhb-mur-command-shortcut {
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 0 6px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 6px;
	color: #f6f6f7;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.bhb-mur-command-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 72px 18px 24px;
	background: rgba(32, 34, 35, .34);
	backdrop-filter: blur(3px);
}

.bhb-mur-command-overlay.is-hidden {
	display: none;
}

.bhb-mur-command-modal {
	width: min(680px, 100%);
	overflow: hidden;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(32, 34, 35, .28);
}

.bhb-mur-command-input-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px;
	border-bottom: 1px solid #f1f2f3;
}

.bhb-mur-command-input-wrap > span::before {
	content: "\f179";
	display: inline-block;
	color: #6d7175;
	font-family: dashicons;
	font-size: 20px;
	line-height: 1;
}

.bhb-mur-command-input-wrap input[type="search"] {
	flex: 1 1 auto;
	min-height: 42px;
	border: 0;
	box-shadow: none;
	font-size: 16px;
}

.bhb-mur-command-input-wrap input[type="search"]:focus {
	box-shadow: none;
	outline: none;
}

.bhb-mur-command-input-wrap kbd {
	padding: 4px 7px;
	background: #f7f8f8;
	border: 1px solid #dfe3e8;
	border-radius: 6px;
	color: #6d7175;
	font-size: 11px;
	font-weight: 700;
}

.bhb-mur-command-results {
	max-height: min(60vh, 520px);
	overflow-y: auto;
	padding: 8px;
}

.bhb-mur-command-result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 12px;
	border-radius: 8px;
	color: #202223;
	text-decoration: none;
}

.bhb-mur-command-result:hover,
.bhb-mur-command-result:focus,
.bhb-mur-command-result.is-active {
	background: #f1f8f5;
	color: #202223;
	box-shadow: none;
	outline: none;
}

.bhb-mur-command-result span {
	display: grid;
	gap: 2px;
}

.bhb-mur-command-result strong {
	font-size: 14px;
}

.bhb-mur-command-result small,
.bhb-mur-command-result em,
.bhb-mur-command-empty {
	color: #6d7175;
	font-size: 12px;
	font-style: normal;
}

.bhb-mur-command-result em {
	white-space: nowrap;
}

.bhb-mur-command-empty {
	margin: 10px;
}

body.bhb-mur-pro-ui .bhb-mur-settings-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 18px;
	padding: 10px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

body.bhb-mur-pro-ui .bhb-mur-settings-section {
	margin: 0 0 16px;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

body.bhb-mur-pro-ui .bhb-mur-settings-section > h2 {
	margin: 0 0 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f1f2f3;
	color: #202223;
	font-size: 16px;
	font-weight: 650;
}

body.bhb-mur-pro-ui .bhb-mur-settings-section .form-table {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.bhb-mur-pro-ui .search-box input[name="s"],
body.bhb-mur-pro-ui .tablenav .actions select {
	min-height: 34px;
}

body.bhb-mur-pro-ui .plugin-card,
body.bhb-mur-pro-ui .theme,
body.bhb-mur-pro-ui .theme-browser .theme,
body.bhb-mur-pro-ui .plugin-install-php .plugin-card {
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
	overflow: hidden;
}

body.bhb-mur-pro-ui .plugin-card-top,
body.bhb-mur-pro-ui .plugin-card-bottom,
body.bhb-mur-pro-ui .theme .theme-actions {
	background: #fff;
	border-color: #f1f2f3;
}

body.bhb-mur-pro-ui .theme-browser .theme.active .theme-name,
body.bhb-mur-pro-ui .theme-browser .theme.add-new-theme a:hover::after {
	background: #008060;
}

body.bhb-mur-pro-ui .media-frame,
body.bhb-mur-pro-ui .media-modal-content {
	border-radius: 8px;
}

body.bhb-mur-pro-ui .media-frame-content,
body.bhb-mur-pro-ui .attachments-browser,
body.bhb-mur-pro-ui .media-sidebar {
	background: #f6f6f7;
}

body.bhb-mur-pro-ui .attachment {
	border-radius: 8px;
}

body.bhb-mur-pro-ui .attachment .thumbnail {
	border-radius: 8px;
	overflow: hidden;
}

body.bhb-mur-pro-ui .metabox-holder .postbox,
body.bhb-mur-pro-ui #poststuff .postbox,
body.bhb-mur-pro-ui .edit-post-layout__metaboxes .postbox {
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

body.bhb-mur-pro-ui #poststuff h2,
body.bhb-mur-pro-ui #poststuff h3.hndle,
body.bhb-mur-pro-ui .metabox-holder h2.hndle {
	font-weight: 650;
}

body.bhb-mur-pro-ui .form-table {
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

body.bhb-mur-pro-ui .form-table th,
body.bhb-mur-pro-ui .form-table td {
	border-bottom: 1px solid #f1f2f3;
}

body.bhb-mur-pro-ui .form-table tr:last-child th,
body.bhb-mur-pro-ui .form-table tr:last-child td {
	border-bottom: 0;
}

body.bhb-mur-enhanced-user-page .bhb-mur-native-section .form-table {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.bhb-mur-commerce-admin .woocommerce-layout__header,
body.bhb-mur-commerce-admin .woocommerce-layout__activity-panel,
body.bhb-mur-commerce-admin .woocommerce-card,
body.bhb-mur-commerce-admin .woocommerce-section,
body.bhb-mur-commerce-admin .woocommerce-table,
body.bhb-mur-commerce-admin .components-card {
	border-color: #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

body.bhb-mur-commerce-admin .woocommerce-layout__header {
	background: #fff;
}

body.bhb-mur-commerce-admin .woocommerce-layout__header-heading {
	color: #202223;
	font-weight: 650;
}

body.bhb-mur-commerce-admin .components-button.is-primary {
	background: #008060;
	box-shadow: inset 0 0 0 1px #006e52;
}

body.bhb-mur-pro-ui .components-button.is-primary:hover,
body.bhb-mur-pro-ui .components-button.is-primary:focus {
	background: #006e52;
}

body.bhb-mur-pro-ui .components-panel,
body.bhb-mur-pro-ui .components-panel__body,
body.bhb-mur-pro-ui .components-popover__content {
	border-color: #dfe3e8;
	border-radius: 8px;
}

body.bhb-mur-pro-ui .update-message,
body.bhb-mur-pro-ui .plugin-update-tr .update-message,
body.bhb-mur-pro-ui .theme-update-message {
	background: #fff8e5;
	border-left-color: #b7791f;
}

body.bhb-mur-pro-ui .awaiting-mod,
body.bhb-mur-pro-ui .update-plugins,
body.bhb-mur-pro-ui .plugin-count,
body.bhb-mur-pro-ui .theme-count {
	background: #008060;
	color: #fff;
	border-radius: 999px;
}

body.login {
	background: #f6f6f7;
}

body.login::before {
	content: "";
	position: fixed;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 128, 96, .08), rgba(32, 34, 35, .04));
	pointer-events: none;
}

body.login #login {
	position: relative;
	width: 380px;
	max-width: calc(100% - 32px);
	padding-top: 7vh;
}

body.login h1 a {
	width: 84px;
	height: 84px;
	background-size: contain;
	filter: drop-shadow(0 6px 18px rgba(32, 34, 35, .16));
}

body.login form {
	margin-top: 18px;
	padding: 24px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(32, 34, 35, .12);
}

body.login label {
	color: #202223;
	font-weight: 650;
}

body.login input[type="text"],
body.login input[type="password"],
body.login input[type="email"] {
	min-height: 42px;
	border-color: #c9cccf;
	border-radius: 6px;
	box-shadow: none;
}

body.login input[type="text"]:focus,
body.login input[type="password"]:focus,
body.login input[type="email"]:focus {
	border-color: #008060;
	box-shadow: 0 0 0 1px #008060;
}

body.login .button-primary {
	min-height: 38px;
	background: #008060;
	border-color: #006e52;
	border-radius: 6px;
	box-shadow: none;
}

body.login .button-primary:hover,
body.login .button-primary:focus {
	background: #006e52;
	border-color: #005e46;
}

body.login #nav,
body.login #backtoblog,
body.login .privacy-policy-page-link {
	text-align: center;
}

body.login #nav a,
body.login #backtoblog a,
body.login .privacy-policy-page-link a {
	color: #006e52;
}

body.folded.bhb-mur-admin-shell #adminmenu .bhb-mur-menu-heading,
body.auto-fold.bhb-mur-admin-shell #adminmenu .bhb-mur-menu-heading {
	display: none;
}

body.folded.bhb-mur-admin-shell #adminmenu,
body.auto-fold.bhb-mur-admin-shell #adminmenu {
	padding-left: 0;
	padding-right: 0;
}

@media (prefers-reduced-motion: reduce) {
	body.bhb-mur-admin-shell *,
	body.bhb-mur-admin-shell *::before,
	body.bhb-mur-admin-shell *::after,
	body.login *,
	body.login *::before,
	body.login *::after {
		transition-duration: .001ms !important;
		animation-duration: .001ms !important;
		scroll-behavior: auto !important;
	}
}

body.bhb-mur-enhanced-user-page {
	background: #f6f6f7;
}

body.bhb-mur-enhanced-user-page #wpcontent {
	background: #f6f6f7;
}

body.bhb-mur-enhanced-user-page #wpbody-content > .wrap {
	max-width: 1240px;
	margin: 22px 26px 60px;
}

body.bhb-mur-enhanced-user-page #wpbody-content > .wrap > .page-title-action {
	display: none;
}

.bhb-mur-page-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 18px;
}

.bhb-mur-page-heading h1 {
	margin: 2px 0 5px;
	padding: 0;
	color: #202223;
	font-size: 24px;
	font-weight: 650;
	line-height: 1.25;
}

.bhb-mur-page-heading p {
	margin: 0;
	max-width: 720px;
	color: #6d7175;
	font-size: 13px;
	line-height: 1.5;
}

.bhb-mur-page-eyebrow {
	display: inline-block;
	color: #008060;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bhb-mur-page-heading-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	min-width: 320px;
}

.bhb-mur-page-heading-actions .page-title-action,
.bhb-mur-page-heading-actions .button {
	top: auto;
	margin: 0;
	min-height: 34px;
	display: inline-flex;
	align-items: center;
}

.bhb-mur-enhanced-user-page .button-primary {
	background: #008060;
	border-color: #006e52;
	box-shadow: none;
}

.bhb-mur-enhanced-user-page .button-primary:hover,
.bhb-mur-enhanced-user-page .button-primary:focus {
	background: #006e52;
	border-color: #005e46;
}

.bhb-mur-action-strip {
	position: sticky;
	top: 32px;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	padding: 10px 12px;
	background: #202223;
	border: 1px solid #202223;
	border-radius: 8px;
	color: #fff;
	box-shadow: 0 2px 8px rgba(32, 34, 35, .14);
}

.bhb-mur-action-strip span {
	font-size: 13px;
	font-weight: 600;
}

.bhb-mur-native-section,
.bhb-mur-enhanced-user-page .application-passwords {
	max-width: 1120px;
	margin: 0 0 16px;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.bhb-mur-native-section[data-bhb-mur-section-title="personal options"] {
	border-top: 3px solid #008060;
}

.bhb-mur-native-section > h2,
.bhb-mur-enhanced-user-page .application-passwords > h2 {
	margin: 0 0 14px;
	padding: 0 0 12px;
	border-bottom: 1px solid #f1f2f3;
	color: #202223;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.35;
}

.bhb-mur-enhanced-user-page .form-table {
	margin: 0;
}

.bhb-mur-enhanced-user-page .form-table th {
	width: 210px;
	padding: 14px 18px 14px 0;
	color: #202223;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
}

.bhb-mur-enhanced-user-page .form-table td {
	padding: 12px 0;
	color: #3f4347;
}

.bhb-mur-enhanced-user-page .form-table tr {
	border-bottom: 1px solid #f1f2f3;
}

.bhb-mur-enhanced-user-page .form-table tr:last-child {
	border-bottom: 0;
}

.bhb-mur-enhanced-user-page input[type="text"],
.bhb-mur-enhanced-user-page input[type="email"],
.bhb-mur-enhanced-user-page input[type="url"],
.bhb-mur-enhanced-user-page input[type="password"],
.bhb-mur-enhanced-user-page input[type="search"],
.bhb-mur-enhanced-user-page select,
.bhb-mur-enhanced-user-page textarea {
	min-height: 36px;
	border-color: #c9cccf;
	border-radius: 6px;
	box-shadow: none;
}

.bhb-mur-enhanced-user-page input[type="text"]:focus,
.bhb-mur-enhanced-user-page input[type="email"]:focus,
.bhb-mur-enhanced-user-page input[type="url"]:focus,
.bhb-mur-enhanced-user-page input[type="password"]:focus,
.bhb-mur-enhanced-user-page input[type="search"]:focus,
.bhb-mur-enhanced-user-page select:focus,
.bhb-mur-enhanced-user-page textarea:focus {
	border-color: #008060;
	box-shadow: 0 0 0 1px #008060;
}

.bhb-mur-enhanced-user-page .description,
.bhb-mur-enhanced-user-page .form-table p {
	color: #6d7175;
	font-size: 13px;
	line-height: 1.45;
}

.bhb-mur-enhanced-user-page .user-rich-editing-wrap,
.bhb-mur-enhanced-user-page .user-comment-shortcuts-wrap,
.bhb-mur-enhanced-user-page .user-admin-bar-front-wrap,
.bhb-mur-enhanced-user-page .user-language-wrap {
	border-bottom: 1px solid #f1f2f3;
}

.bhb-mur-enhanced-user-page .color-option {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	width: 178px;
	min-height: 104px;
	margin: 0 12px 12px 0;
	padding: 12px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .03);
	vertical-align: top;
	transition: border-color .12s ease, box-shadow .12s ease, transform .12s ease;
}

.bhb-mur-enhanced-user-page .color-option:hover {
	border-color: #8c9196;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
	transform: translateY(-1px);
}

.bhb-mur-enhanced-user-page .color-option.selected,
.bhb-mur-enhanced-user-page .color-option:has(input:checked) {
	background: #f1f8f5;
	border-color: #008060;
	box-shadow: inset 0 0 0 1px #008060;
}

.bhb-mur-enhanced-user-page .color-option input[type="radio"] {
	margin: 0 8px 0 0;
	border-color: #8c9196;
}

.bhb-mur-enhanced-user-page .color-option input[type="radio"]:checked::before {
	background-color: #008060;
}

.bhb-mur-enhanced-user-page .color-option label,
.bhb-mur-enhanced-user-page .color-option .color-option-label {
	color: #202223;
	font-weight: 650;
}

.bhb-mur-enhanced-user-page .color-option .color-palette {
	width: 100%;
	margin-top: 10px;
	border-radius: 6px;
	overflow: hidden;
}

.bhb-mur-enhanced-user-page .color-option .color-palette td {
	height: 28px;
}

.bhb-mur-enhanced-user-page .bhb-mur-choice-row td label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 8px 10px;
	background: #f7f8f8;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

.bhb-mur-enhanced-user-page .bhb-mur-choice-row input[type="checkbox"] {
	margin: 0;
	border-radius: 4px;
}

.bhb-mur-enhanced-user-page .bhb-mur-choice-row input[type="checkbox"]:checked {
	background: #008060;
	border-color: #008060;
}

.bhb-mur-bottom-submit {
	max-width: 1120px;
	margin: 0 0 24px;
	padding: 14px 0 0;
	text-align: right;
}

.bhb-mur-panel {
	box-sizing: border-box;
	max-width: 1120px;
	margin: 24px 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.bhb-mur-panel * {
	box-sizing: border-box;
}

.bhb-mur-panel-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f0f0f1;
}

.bhb-mur-panel-header h2 {
	margin: 2px 0 6px;
	padding: 0;
	font-size: 20px;
	line-height: 1.3;
}

.bhb-mur-panel-header p {
	margin: 0;
	color: #50575e;
	max-width: 760px;
}

.bhb-mur-eyebrow {
	display: inline-block;
	color: #008060;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bhb-mur-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 220px;
}

.bhb-mur-selected-count {
	white-space: nowrap;
	background: #f0f6fc;
	border: 1px solid #c5d9ed;
	color: #1d2327;
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
}

.bhb-mur-save-top {
	min-height: 32px;
}

.bhb-mur-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 16px;
}

.bhb-mur-search-wrap {
	flex: 1 1 280px;
	max-width: 420px;
}

.bhb-mur-search {
	width: 100%;
	min-height: 36px;
}

.bhb-mur-quick-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.bhb-mur-alerts {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
}

.bhb-mur-alert {
	padding: 10px 12px;
	border-radius: 6px;
	border-left: 4px solid #72aee6;
	background: #f0f6fc;
}

.bhb-mur-alert-danger {
	border-left-color: #d63638;
	background: #fcf0f1;
}

.bhb-mur-alert-warning {
	border-left-color: #dba617;
	background: #fcf9e8;
}

.bhb-mur-alert-info {
	border-left-color: #2271b1;
	background: #f0f6fc;
}

.bhb-mur-role-groups {
	display: grid;
	gap: 14px;
}

.bhb-mur-role-group {
	padding: 14px;
	background: #f7f8f8;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

.bhb-mur-role-group-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.bhb-mur-role-group-header h3 {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #1d2327;
}

.bhb-mur-role-group-header span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	min-height: 22px;
	padding: 0 7px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #dcdcde;
	color: #50575e;
	font-size: 11px;
	font-weight: 700;
}

.bhb-mur-role-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
	gap: 10px;
}

.bhb-mur-role-card {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-height: 82px;
	padding: 12px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color .12s ease, background .12s ease, box-shadow .12s ease;
}

.bhb-mur-role-card:hover {
	border-color: #8c8f94;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.bhb-mur-role-card.is-selected {
	background: #f1f8f5;
	border-color: #008060;
	box-shadow: inset 0 0 0 1px #008060;
}

.bhb-mur-role-card input[type="checkbox"] {
	margin-top: 2px;
}

.bhb-mur-role-main {
	min-width: 0;
	display: block;
	flex: 1 1 auto;
}

.bhb-mur-role-title {
	display: block;
	font-weight: 700;
	color: #1d2327;
	margin-bottom: 2px;
}

.bhb-mur-role-slug,
.bhb-mur-role-note {
	display: block;
	color: #646970;
	font-size: 12px;
	line-height: 1.35;
	word-break: break-word;
}

.bhb-mur-card-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 4px;
	max-width: 95px;
}

.bhb-mur-badge,
.bhb-mur-role-pill,
.bhb-mur-destination-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 7px;
	border-radius: 999px;
	border: 1px solid #dcdcde;
	background: #fff;
	color: #1d2327;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.bhb-mur-badge-woo,
.bhb-mur-role-pill-woo {
	background: #f6f0ff;
	border-color: #d8c7ff;
}

.bhb-mur-badge-admin,
.bhb-mur-role-pill-admin {
	background: #fcf0f1;
	border-color: #facfd2;
	color: #8a2424;
}

.bhb-mur-destination-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
}

.bhb-mur-destination-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	transition: border-color .12s ease, background .12s ease, box-shadow .12s ease;
}

.bhb-mur-destination-card:hover {
	background: #fff;
	border-color: #8c8f94;
}

.bhb-mur-destination-card.is-selected {
	background: #f1f8f5;
	border-color: #008060;
	box-shadow: inset 0 0 0 1px #008060;
}

.bhb-mur-custom-url-wrap {
	margin-top: 14px;
	padding: 12px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 8px;
}

.bhb-mur-custom-url-wrap label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.bhb-mur-custom-url-wrap input {
	max-width: 560px;
	width: 100%;
}

.bhb-mur-role-pill-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	max-width: 460px;
}

.bhb-mur-role-pill small {
	font-size: 10px;
	opacity: .82;
	font-weight: 700;
}

.bhb-mur-destination-pill {
	background: #f0f6fc;
	border-color: #c5d9ed;
}

.bhb-mur-restrictions-panel {
	border-color: #d8d2c7;
	background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.bhb-mur-restriction-presets {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
}

.bhb-mur-restriction-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 10px;
	margin-bottom: 14px;
}

.bhb-mur-restriction-card {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-height: 96px;
	padding: 12px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .025);
	transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.bhb-mur-restriction-card:hover {
	border-color: #8c8f94;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.bhb-mur-restriction-card.is-selected {
	background: #f1f8f5;
	border-color: #008060;
	box-shadow: inset 0 0 0 1px #008060;
}

.bhb-mur-restriction-card.is-disabled {
	cursor: not-allowed;
	opacity: .68;
}

.bhb-mur-restriction-card input[type="checkbox"] {
	margin-top: 3px;
}

.bhb-mur-restriction-main {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.bhb-mur-restriction-title {
	color: #202223;
	font-weight: 650;
	line-height: 1.25;
}

.bhb-mur-restriction-description {
	color: #646970;
	font-size: 12px;
	line-height: 1.35;
}

.bhb-mur-restriction-pill {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 7px;
	border-radius: 999px;
	border: 1px solid #efd2a4;
	background: #fff8e8;
	color: #5f4700;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.2;
}

.bhb-mur-restriction-pill-empty {
	border-color: #dcdcde;
	background: #f6f7f7;
	color: #646970;
}

@media screen and (max-width: 782px) {
	body.bhb-mur-admin-shell #wpadminbar .bhb-mur-command-bar-item .ab-label,
	body.bhb-mur-admin-shell #wpadminbar .bhb-mur-command-bar-item .bhb-mur-command-shortcut {
		display: none;
	}

	body.bhb-mur-admin-shell #wpadminbar .bhb-mur-command-bar-item .ab-item {
		width: 46px;
		justify-content: center;
		padding: 0;
	}

	.bhb-mur-command-overlay {
		padding-top: 58px;
	}

	.bhb-mur-command-input-wrap {
		padding: 10px;
	}

	body.bhb-mur-admin-shell #wpbody-content > .wrap {
		margin: 14px 12px 40px;
	}

	body.bhb-mur-admin-shell #adminmenu {
		padding: 0;
	}

	body.bhb-mur-admin-shell #adminmenu li.menu-top,
	body.bhb-mur-admin-shell #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
	body.bhb-mur-admin-shell #adminmenu li.current a.menu-top {
		border-radius: 0;
	}

	body.bhb-mur-pro-ui .tablenav {
		padding: 8px;
	}

	body.bhb-mur-pro-ui .nav-tab {
		margin-bottom: 4px;
		border-radius: 8px;
		border: 1px solid #dfe3e8;
	}

	body.login #login {
		padding-top: 24px;
	}

	.bhb-mur-shell-heading {
		display: block;
	}

	body.bhb-mur-enhanced-user-page #wpbody-content > .wrap {
		margin: 14px 12px 40px;
	}

	.bhb-mur-page-heading {
		display: block;
	}

	.bhb-mur-page-heading-actions {
		justify-content: flex-start;
		margin-top: 12px;
		min-width: 0;
	}

	.bhb-mur-action-strip {
		top: 46px;
		align-items: stretch;
		flex-direction: column;
	}

	.bhb-mur-native-section {
		padding: 14px;
	}

	.bhb-mur-enhanced-user-page .form-table th,
	.bhb-mur-enhanced-user-page .form-table td {
		display: block;
		width: 100%;
		padding: 8px 0;
	}

	.bhb-mur-enhanced-user-page .color-option {
		width: 100%;
		margin-right: 0;
	}

	.bhb-mur-panel {
		padding: 14px;
	}

	.bhb-mur-panel-header {
		display: block;
	}

	.bhb-mur-header-actions {
		justify-content: flex-start;
		margin-top: 12px;
		min-width: 0;
	}

	.bhb-mur-toolbar {
		display: block;
	}

	.bhb-mur-search-wrap {
		display: block;
		max-width: none;
		margin-bottom: 10px;
	}

	.bhb-mur-quick-actions {
		justify-content: flex-start;
		margin-top: 8px;
	}

	.bhb-mur-role-group {
		padding: 12px;
	}

	.bhb-mur-role-grid,
	.bhb-mur-destination-grid {
		grid-template-columns: 1fr;
	}
}

/* BHB Dashify-style replica layer. This intentionally overrides the darker shell above. */
@media screen and (min-width: 783px) {
	body.bhb-mur-admin-shell:not(.folded) #adminmenuback,
	body.bhb-mur-admin-shell:not(.folded) #adminmenuwrap {
		width: 240px;
	}

	body.bhb-mur-admin-shell:not(.folded) #wpcontent,
	body.bhb-mur-admin-shell:not(.folded) #wpfooter {
		margin-left: 240px;
	}
}

body.bhb-mur-admin-shell {
	background: #f1f1f1;
	color: #303030;
	font-size: 14px;
}

body.bhb-mur-admin-shell #wpcontent,
body.bhb-mur-admin-shell #wpbody {
	background: #f1f1f1;
}

body.bhb-mur-admin-shell #wpadminbar {
	background: #1d2327;
	box-shadow: none;
}

body.bhb-mur-admin-shell #adminmenuback,
body.bhb-mur-admin-shell #adminmenuwrap,
body.bhb-mur-admin-shell #adminmenu {
	background: #ebebeb;
}

body.bhb-mur-admin-shell #adminmenuwrap {
	box-shadow: none;
}

body.bhb-mur-admin-shell #adminmenu {
	padding: 14px 12px;
}

body.bhb-mur-admin-shell #adminmenu .bhb-mur-menu-heading {
	margin: 28px 6px 10px;
	color: #555;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}

body.bhb-mur-admin-shell #adminmenu li.menu-top {
	margin: 2px 0;
	border-radius: 8px;
	overflow: visible;
}

body.bhb-mur-admin-shell #adminmenu a.menu-top {
	min-height: 40px;
	color: #303030;
	font-size: 14px;
	font-weight: 650;
}

body.bhb-mur-admin-shell #adminmenu .wp-menu-name {
	padding: 10px 8px 10px 38px;
}

body.bhb-mur-admin-shell #adminmenu div.wp-menu-image {
	width: 38px;
	height: 40px;
}

body.bhb-mur-admin-shell #adminmenu div.wp-menu-image::before {
	padding: 9px 0;
	color: #111;
	font-size: 20px;
}

body.bhb-mur-admin-shell #adminmenu li.menu-top:hover,
body.bhb-mur-admin-shell #adminmenu li.opensub > a.menu-top,
body.bhb-mur-admin-shell #adminmenu li > a.menu-top:focus {
	background: #f7f7f7;
}

body.bhb-mur-admin-shell #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
body.bhb-mur-admin-shell #adminmenu li.current a.menu-top,
body.bhb-mur-admin-shell #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
	background: #fff;
	color: #303030;
	border-radius: 8px;
	box-shadow: none;
}

body.bhb-mur-admin-shell #adminmenu li.wp-has-current-submenu div.wp-menu-image::before,
body.bhb-mur-admin-shell #adminmenu li.current div.wp-menu-image::before,
body.bhb-mur-admin-shell #adminmenu li.menu-top:hover div.wp-menu-image::before,
body.bhb-mur-admin-shell #adminmenu li.opensub div.wp-menu-image::before {
	color: #000;
}

body.bhb-mur-admin-shell #adminmenu .wp-submenu {
	background: #f7f7f7;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
}

body.bhb-mur-admin-shell #adminmenu .wp-submenu a {
	color: #303030;
	font-weight: 500;
}

body.bhb-mur-admin-shell #adminmenu .wp-submenu a:hover,
body.bhb-mur-admin-shell #adminmenu .wp-submenu a:focus,
body.bhb-mur-admin-shell #adminmenu .wp-submenu li.current a {
	background: rgba(0, 0, 0, .05);
	color: #111;
}

body.bhb-mur-admin-shell #wpbody-content > .wrap {
	max-width: none;
	margin: 28px 32px 64px;
}

body.bhb-mur-admin-shell .bhb-mur-shell-heading {
	align-items: center;
	margin: 0 0 24px;
}

body.bhb-mur-admin-shell .bhb-mur-shell-heading h1,
body.bhb-mur-admin-shell .wp-heading-inline,
body.bhb-mur-admin-shell .wrap > h1 {
	color: #303030;
	font-size: 26px;
	font-weight: 750;
	letter-spacing: 0;
}

body.bhb-mur-admin-shell .page-title-action {
	min-height: 34px !important;
	padding: 7px 14px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0)), #303030 !important;
	border: 0 !important;
	border-radius: 10px !important;
	color: #fff !important;
	font-weight: 650 !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -1px 0 rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .18) !important;
}

body.bhb-mur-admin-shell .button-primary,
body.bhb-mur-admin-shell .components-button.is-primary {
	background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0)), #303030 !important;
	border-color: #1a1a1a !important;
	color: #fff !important;
	border-radius: 10px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -1px 0 rgba(0, 0, 0, .5) !important;
}

body.bhb-mur-admin-shell .button,
body.bhb-mur-admin-shell select,
body.bhb-mur-admin-shell input[type="text"],
body.bhb-mur-admin-shell input[type="search"],
body.bhb-mur-admin-shell input[type="email"],
body.bhb-mur-admin-shell input[type="url"],
body.bhb-mur-admin-shell input[type="password"],
body.bhb-mur-admin-shell textarea {
	border-color: #cfcfcf;
	border-radius: 10px;
}

body.bhb-mur-admin-shell .postbox,
body.bhb-mur-admin-shell .welcome-panel,
body.bhb-mur-admin-shell .card,
body.bhb-mur-admin-shell .health-check-accordion,
body.bhb-mur-admin-shell .stuffbox,
body.bhb-mur-admin-shell .bhb-mur-table-scroll,
body.bhb-mur-pro-ui .plugin-card,
body.bhb-mur-pro-ui .theme,
body.bhb-mur-pro-ui .theme-browser .theme,
body.bhb-mur-pro-ui .bhb-mur-settings-section {
	border: 1px solid #d6d6d6;
	border-radius: 14px;
	box-shadow: none;
}

body.bhb-mur-admin-shell .subsubsub {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 14px 12px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}

body.bhb-mur-admin-shell .subsubsub a {
	min-height: 32px;
	padding: 0 12px;
	background: transparent;
	border: 0;
	border-radius: 10px;
	color: #555;
	font-size: 14px;
	font-weight: 650;
}

body.bhb-mur-admin-shell .subsubsub a.current {
	background: #ebebeb;
	border: 0;
	color: #303030;
}

body.bhb-mur-admin-shell .bhb-mur-table-scroll {
	margin-top: 0;
	background: #fff;
	overflow: hidden;
}

body.bhb-mur-admin-shell .wp-list-table thead th,
body.bhb-mur-admin-shell .wp-list-table thead td,
body.bhb-mur-admin-shell .wp-list-table tfoot th,
body.bhb-mur-admin-shell .wp-list-table tfoot td {
	background: #f7f7f7;
	color: #616161;
	font-size: 13px;
	font-weight: 650;
}

body.bhb-mur-admin-shell .wp-list-table tbody td,
body.bhb-mur-admin-shell .wp-list-table tbody th {
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #e3e3e3;
	color: #555;
	font-size: 14px;
}

body.bhb-mur-admin-shell .wp-list-table tbody tr:hover {
	background: #fafafa;
}

body.bhb-mur-admin-shell .bhb-mur-table-toolbar {
	margin: 0;
	padding: 10px 12px;
	border: 0;
	border-top: 1px solid #e3e3e3;
	border-radius: 0 0 14px 14px;
	background: #f7f7f7;
	box-shadow: none;
}

body.bhb-mur-admin-shell .bhb-mur-search-ui {
	margin: 0 0 12px auto;
	padding: 7px;
	width: fit-content;
	border-color: #cfcfcf;
	border-radius: 12px;
	box-shadow: none;
}

body.bhb-mur-admin-shell .bhb-mur-search-ui input[type="search"],
body.bhb-mur-admin-shell .bhb-mur-search-ui input[type="text"] {
	min-width: 220px;
}

.bhb-mur-commerce-metrics {
	display: grid;
	grid-template-columns: 170px repeat(3, 1fr);
	width: min(870px, 100%);
	margin: 0 auto 24px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 16px;
	box-shadow: none;
}

.bhb-mur-metric-period,
.bhb-mur-metric {
	min-height: 104px;
	padding: 22px 28px;
	border-left: 1px solid #ebebeb;
}

.bhb-mur-metric-period {
	display: flex;
	align-items: center;
	gap: 14px;
	border-left: 0;
}

.bhb-mur-metric-period span::before {
	content: "\f508";
	font-family: dashicons;
	font-size: 24px;
	color: #111;
}

.bhb-mur-metric-period strong,
.bhb-mur-metric strong {
	color: #111;
	font-size: 18px;
}

.bhb-mur-metric small {
	display: block;
	margin-bottom: 18px;
	color: #616161;
	font-size: 14px;
}

.bhb-mur-metric i {
	display: block;
	width: 120px;
	height: 28px;
	margin-top: -28px;
	margin-left: 42px;
	background:
		linear-gradient(135deg, transparent 16%, #61baf2 17% 19%, transparent 20% 36%, #61baf2 37% 39%, transparent 40% 56%, #61baf2 57% 59%, transparent 60%),
		radial-gradient(circle, #61baf2 2px, transparent 3px) 0 20px / 24px 8px repeat-x;
	opacity: .9;
}

body.bhb-mur-order-edit-admin #wpbody-content > .wrap,
body.bhb-mur-order-edit-admin #wpbody-content .woocommerce-layout__primary {
	max-width: none;
}

body.bhb-mur-order-edit-admin #poststuff,
body.bhb-mur-order-edit-admin .woocommerce-layout__primary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 28px;
}

body.bhb-mur-order-edit-admin #post-body.columns-2 {
	margin-right: 0;
}

body.bhb-mur-order-edit-admin #postbox-container-1,
body.bhb-mur-order-edit-admin #side-sortables,
body.bhb-mur-order-edit-admin #post-body.columns-2 #postbox-container-1 {
	float: none;
	width: auto;
	margin: 0;
}

body.bhb-mur-order-edit-admin #post-body-content,
body.bhb-mur-order-edit-admin #postbox-container-2 {
	float: none;
	width: auto;
}

body.bhb-mur-order-edit-admin .postbox,
body.bhb-mur-order-edit-admin .woocommerce-order-data,
body.bhb-mur-order-edit-admin .woocommerce-order-items,
body.bhb-mur-order-edit-admin .order_data_column_container,
body.bhb-mur-order-edit-admin .wc-order-data-row,
body.bhb-mur-order-edit-admin .woocommerce_order_items_wrapper {
	background: #fff;
	border-color: #e3e3e3;
	border-radius: 16px;
	box-shadow: none;
}

body.bhb-mur-order-edit-admin .order-status,
body.bhb-mur-orders-list-admin .order-status,
body.bhb-mur-order-admin mark.order-status {
	border-radius: 7px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 650;
}

body.bhb-mur-order-edit-admin .order-status.status-processing,
body.bhb-mur-orders-list-admin .order-status.status-processing,
body.bhb-mur-order-admin mark.status-processing {
	background: #c8e6c9;
	color: #4b7c12;
}

body.bhb-mur-order-edit-admin .order-status.status-completed,
body.bhb-mur-orders-list-admin .order-status.status-completed,
body.bhb-mur-order-admin mark.status-completed {
	background: #d1e0ea;
	color: #2d4352;
}

body.bhb-mur-order-edit-admin .order-status.status-on-hold,
body.bhb-mur-orders-list-admin .order-status.status-on-hold,
body.bhb-mur-order-admin mark.status-on-hold {
	background: #f6d889;
	color: #7a5700;
}

@media screen and (max-width: 1100px) {
	body.bhb-mur-order-edit-admin #poststuff,
	body.bhb-mur-order-edit-admin .woocommerce-layout__primary {
		grid-template-columns: 1fr;
	}

	.bhb-mur-commerce-metrics {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 782px) {
	.bhb-mur-commerce-metrics {
		grid-template-columns: 1fr;
		margin-left: 0;
		margin-right: 0;
	}

	.bhb-mur-metric-period,
	.bhb-mur-metric {
		min-height: 84px;
		border-left: 0;
		border-top: 1px solid #ebebeb;
	}
}
