/**
 * WorkDesk Plugin Manager admin styles.
 * Version 0.1.14
 */

.wdpm-wrap {
	--wdpm-bg: #f6f7f8;
	--wdpm-panel: #ffffff;
	--wdpm-border: #dcdcde;
	--wdpm-muted: #646970;
	--wdpm-text: #1d2327;
	--wdpm-soft: #f0f2f4;
	--wdpm-success: #008a20;
	--wdpm-warning: #b26200;
	--wdpm-danger: #b32d2e;
	--wdpm-blue: #2271b1;
	color: var(--wdpm-text);
}

.wdpm-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin: 8px 0 6px;
}

.wdpm-header h1 {
	margin: 0 0 3px;
	font-size: 20px;
	font-weight: 600;
}

.wdpm-header p {
	margin: 0;
	color: var(--wdpm-muted);
	font-size: 12px;
}

.wdpm-version {
	padding: 3px 8px;
	border: 1px solid var(--wdpm-border);
	border-radius: 999px;
	background: var(--wdpm-panel);
	font-size: 12px;
	font-weight: 600;
}

.wdpm-header-actions {
	display: flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}

.wdpm-add-plugin-panel,
.wdpm-bundle-update-panel {
	margin-bottom: 6px;
	padding: 8px;
}

.wdpm-add-plugin-panel[hidden],
.wdpm-bundle-update-panel[hidden] {
	display: none;
}

.wdpm-add-plugin-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 7px;
}

.wdpm-add-plugin-heading h2 {
	margin: 0 0 2px;
}

.wdpm-add-plugin-heading p {
	margin: 0;
	color: var(--wdpm-muted);
	font-size: 11.5px;
}

.wdpm-add-plugin-form {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
}

.wdpm-add-plugin-file,
.wdpm-add-plugin-activate {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 28px;
	margin: 0;
}

.wdpm-add-plugin-file > span {
	font-size: 11.5px;
	font-weight: 600;
}

.wdpm-add-plugin-activate {
	padding: 0 8px;
	border: 1px solid var(--wdpm-border);
	border-radius: 7px;
	background: #fff;
	font-size: 11.5px;
}

.wdpm-add-plugin-activate input {
	margin: 0;
}

.wdpm-add-plugin-tabs {
	width: 170px;
}

.wdpm-add-plugin-tabs .wdpm-tabs-dropdown-toggle {
	max-width: 170px;
}


.wdpm-bundle-update-file input[type='file'] {
	max-width: 430px;
}

.wdpm-bundle-file-count {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 8px;
	border: 1px solid var(--wdpm-border);
	border-radius: 7px;
	background: #fff;
	color: var(--wdpm-muted);
	font-size: 11.5px;
	font-weight: 600;
	white-space: nowrap;
}

.wdpm-notice-details {
	margin: -4px 0 10px 20px;
	list-style: disc;
}

.wdpm-notice-details li {
	margin: 2px 0;
}

.wdpm-layout {
	display: block;
}

.wdpm-panel {
	background: var(--wdpm-panel);
	border: 1px solid var(--wdpm-border);
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.035);
	padding: 7px;
	box-sizing: border-box;
}

.wdpm-sidebar {
	display: none;
}

.wdpm-panel h2 {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 600;
}

.wdpm-top-tabs-panel {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 6px;
	padding: 6px;
}

.wdpm-top-tabs-scroll {
	flex: 1;
	min-width: 0;
	overflow-x: auto;
	padding-bottom: 2px;
}

.wdpm-tabs-nav {
	display: flex;
	flex-direction: row;
	gap: 4px;
	min-width: max-content;
}

.wdpm-tabs-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	padding: 3px 7px;
	border-radius: 999px;
	border: 1px solid transparent;
	text-decoration: none;
	white-space: nowrap;
	color: var(--wdpm-text);
	background: var(--wdpm-soft);
	font-size: 12px;
	line-height: 1.2;
}

.wdpm-tabs-nav a:hover,
.wdpm-tabs-nav a.is-active {
	background: #e7f0f8;
	border-color: #b8d7f0;
	color: var(--wdpm-blue);
}

.wdpm-tabs-nav strong {
	min-width: 18px;
	padding: 1px 6px;
	border-radius: 999px;
	background: #fff;
	text-align: center;
	font-size: 10px;
}

.wdpm-add-tab-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	margin-bottom: 12px;
}

.wdpm-add-tab-form-inline {
	margin-bottom: 0;
	min-width: 180px;
	max-width: 240px;
}

.wdpm-add-tab-form input,
.wdpm-rename-tab-form input {
	width: 100%;
	min-height: 28px;
	border-radius: 7px;
}

.wdpm-existing-tabs {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wdpm-tab-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px;
	align-items: center;
	padding: 8px;
	border: 1px solid var(--wdpm-border);
	border-radius: 10px;
	background: #fbfbfc;
}

.wdpm-rename-tab-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px;
}

.wdpm-active-tab-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 6px;
	padding: 5px 8px;
}

.wdpm-active-tab-view {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}

.wdpm-active-tab-view span {
	display: block;
	color: var(--wdpm-muted);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.wdpm-active-tab-view strong {
	display: block;
	font-size: 14px;
	line-height: 1.2;
}

.wdpm-active-tab-edit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}

.wdpm-active-tab-edit[hidden] {
	display: none;
}

.wdpm-active-tab-rename-form {
	display: grid;
	grid-template-columns: minmax(220px, 360px) auto auto;
	gap: 8px;
	align-items: center;
	margin: 0;
}

.wdpm-active-tab-rename-form input {
	width: 100%;
	min-height: 32px;
	border-radius: 8px;
}

.wdpm-summary-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(110px, 1fr));
	gap: 6px;
	margin-bottom: 6px;
}

.wdpm-summary-card {
	background: var(--wdpm-panel);
	border: 1px solid var(--wdpm-border);
	border-radius: 9px;
	padding: 5px 8px;
}

.wdpm-summary-card span {
	display: block;
	color: var(--wdpm-muted);
	font-size: 11px;
	margin-bottom: 2px;
}

.wdpm-summary-card strong {
	display: block;
	font-size: 16px;
	line-height: 1;
}

.wdpm-panel-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 6px;
}

.wdpm-panel-header p {
	margin: 0;
	color: var(--wdpm-muted);
}

.wdpm-bulk-form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	margin: 0;
	flex-wrap: wrap;
}

.wdpm-bulk-count {
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 0 7px;
	border: 1px solid var(--wdpm-border);
	border-radius: 999px;
	background: #fff;
	font-size: 11px;
	font-weight: 600;
	color: var(--wdpm-muted);
	white-space: nowrap;
}

.wdpm-bulk-mode {
	min-height: 25px;
	max-width: 120px;
	font-size: 11.5px;
	line-height: 1.2;
}

.wdpm-bulk-tabs-dropdown {
	width: 150px;
}

.wdpm-bulk-tabs-dropdown .wdpm-tabs-dropdown-toggle {
	max-width: 150px;
}

.wdpm-table-wrap {
	overflow-x: auto;
}

.wdpm-table {
	min-width: 1180px;
	border-radius: 10px;
	overflow: visible;
	font-size: 11.5px;
}

.wdpm-table th {
	font-weight: 600;
}

.wdpm-table th,
.wdpm-table td {
	padding: 4px 8px !important;
	vertical-align: middle;
}

.wdpm-select-col {
	width: 28px;
	min-width: 28px;
	max-width: 28px;
	text-align: center;
}

.wdpm-select-col input[type='checkbox'] {
	margin: 0;
}

.wdpm-table th:nth-child(3),
.wdpm-table td:nth-child(3) {
	width: 80px;
}

.wdpm-table th:nth-child(4),
.wdpm-table td:nth-child(4) {
	width: 85px;
}

.wdpm-table th:nth-child(5),
.wdpm-table td:nth-child(5) {
	width: 190px;
}

.wdpm-plugin-title-row {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.wdpm-plugin-cell strong {
	display: inline-block;
	font-size: 12.5px;
	line-height: 1.15;
	max-width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wdpm-plugin-cell code {
	display: inline-block;
	font-size: 10px;
	line-height: 1.25;
	margin-top: 1px;
	max-width: 540px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 

.wdpm-pill {
	display: inline-flex;
	align-items: center;
	padding: 1px 6px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 600;
	margin: 0;
	white-space: nowrap;
}

.wdpm-pill-protected {
	background: #f4e6ea;
	color: var(--wdpm-danger);
}

.wdpm-pill-update {
	background: #fff3cd;
	color: var(--wdpm-warning);
}

.wdpm-status {
	display: inline-flex;
	align-items: center;
	padding: 1px 6px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 10.5px;
}

.wdpm-status.is-active {
	background: #edfaef;
	color: var(--wdpm-success);
}

.wdpm-status.is-inactive {
	background: #f0f0f1;
	color: var(--wdpm-muted);
}

.wdpm-muted {
	color: var(--wdpm-muted);
	font-size: 12px;
}

.wdpm-tabs-assignment-cell {
	width: 220px;
	min-width: 200px;
	vertical-align: middle;
}

.wdpm-assignment-form {
	margin: 0;
}

.wdpm-tabs-dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
}

.wdpm-tabs-dropdown-toggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	width: 100%;
	max-width: 190px;
	min-height: 25px;
	padding: 0 8px !important;
	line-height: 23px !important;
	text-align: left;
}

.wdpm-tabs-dropdown-toggle span {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wdpm-tabs-dropdown-toggle i {
	font-style: normal;
	font-size: 10px;
	opacity: 0.7;
}

.wdpm-tabs-dropdown-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 10010;
	width: 240px;
	max-height: 280px;
	overflow: auto;
	padding: 8px;
	border: 1px solid var(--wdpm-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.wdpm-tabs-dropdown-menu[hidden] {
	display: none;
}

.wdpm-tabs-dropdown-options {
	display: grid;
	gap: 3px;
}

.wdpm-tabs-dropdown-options label {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 4px 6px;
	border-radius: 7px;
	font-size: 12px;
	line-height: 1.2;
}

.wdpm-tabs-dropdown-options label:hover {
	background: var(--wdpm-soft);
}

.wdpm-tabs-dropdown-actions {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	margin-top: 8px;
	padding-top: 7px;
	border-top: 1px solid var(--wdpm-border);
}

.wdpm-actions-cell {
	min-width: 470px;
}

.wdpm-action-stack {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.wdpm-inline-actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
	align-items: center;
}

.wdpm-inline-actions form,
.wdpm-delete-tab-form {
	margin: 0;
}

.wdpm-zip-form {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding-top: 0;
	border-top: 0;
}

.wdpm-zip-file {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.wdpm-zip-form input[type='file'] {
	max-width: 155px;
	font-size: 10.5px;
	line-height: 1;
}


.wdpm-table .button {
	min-height: 25px;
	line-height: 23px;
	padding: 0 8px;
	font-size: 11.5px;
}

.wdpm-panel-header {
	align-items: center;
}

.wdpm-panel-header h2 {
	margin: 0;
	font-size: 13px;
}

.wdpm-panel-header p {
	font-size: 12px;
}

.wdpm-plugins-panel {
	padding-top: 6px;
}

.wdpm-modal-backdrop {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.38);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.wdpm-modal-backdrop.is-visible {
	display: flex;
}

.wdpm-modal {
	width: min(440px, 100%);
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.25);
	padding: 20px;
}

.wdpm-modal h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.wdpm-modal p {
	margin: 0 0 18px;
	color: var(--wdpm-muted);
}

.wdpm-modal-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

@media (max-width: 1180px) {
	.wdpm-layout {
		grid-template-columns: 1fr;
	}

	.wdpm-top-tabs-panel,
	.wdpm-active-tab-tools,
	.wdpm-active-tab-edit {
		align-items: stretch;
		flex-direction: column;
	}

	.wdpm-add-tab-form-inline {
		max-width: none;
		width: 100%;
	}

	.wdpm-summary-grid {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
	}
}

@media (max-width: 680px) {
	.wdpm-header {
		flex-direction: column;
	}

	.wdpm-summary-grid {
		grid-template-columns: 1fr;
	}

	.wdpm-add-tab-form,
	.wdpm-tab-row,
	.wdpm-rename-tab-form,
	.wdpm-active-tab-rename-form,
	.wdpm-zip-form {
		grid-template-columns: 1fr;
	}
}

/* 0.1.3 final compact pass */
.wdpm-summary-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.wdpm-summary-card span,
.wdpm-summary-card strong {
	margin: 0;
}

.wdpm-panel-header > div {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.wdpm-tabs-assignment-cell {
	width: 200px;
}

.wdpm-table th:nth-child(6),
.wdpm-table td:nth-child(6) {
	width: 455px;
}

.wdpm-zip-form .button {
	white-space: nowrap;
}


/* 0.1.4 bulk selection tools */
.wdpm-table th:first-child,
.wdpm-table td:first-child {
	padding-left: 6px !important;
	padding-right: 4px !important;
}

.wdpm-panel-header {
	flex-wrap: wrap;
}

.wdpm-panel-header > div {
	min-width: 220px;
}

.wdpm-bulk-form .button {
	min-height: 25px;
	line-height: 23px;
	padding: 0 8px;
	font-size: 11.5px;
}

/* 0.1.5 live search and tighter header tools */
.wdpm-panel-title {
	display: flex;
	align-items: baseline;
	gap: 8px;
	min-width: 180px;
}

.wdpm-panel-title h2,
.wdpm-panel-title p {
	margin: 0;
}

.wdpm-panel-title p strong {
	color: var(--wdpm-text);
}

.wdpm-panel-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	flex-wrap: wrap;
	min-width: 0;
}

.wdpm-search-box {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
}

.wdpm-search-box input[type='search'] {
	width: 210px;
	min-height: 25px;
	padding: 0 8px;
	font-size: 11.5px;
	line-height: 23px;
	border-radius: 6px;
}

.wdpm-search-box .button {
	min-height: 25px;
	line-height: 23px;
	padding: 0 8px;
	font-size: 11.5px;
}

.wdpm-no-search-results td {
	padding: 14px 8px !important;
	text-align: center;
	color: var(--wdpm-muted);
	font-weight: 600;
}

.wdpm-panel-header > div.wdpm-panel-tools {
	min-width: 0;
}

@media (max-width: 960px) {
	.wdpm-panel-header,
	.wdpm-panel-title,
	.wdpm-panel-tools {
		align-items: stretch;
		flex-direction: column;
	}

	.wdpm-search-box,
	.wdpm-search-box input[type='search'],
	.wdpm-panel-tools .wdpm-bulk-form,
	.wdpm-panel-tools .wdpm-bulk-download-form {
		width: 100%;
	}
}



/* 0.1.13 bulk plugin ZIP download */
.wdpm-bulk-download-form {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0;
}

.wdpm-bulk-download-form .button {
	min-height: 25px;
	line-height: 23px;
	padding: 0 8px;
	font-size: 11.5px;
	white-space: nowrap;
}

/* 0.1.6 plugin download action */
.wdpm-download-form {
	margin: 0;
}

.wdpm-download-form .button {
	white-space: nowrap;
}

/* 0.1.10 ZIP update preview modal */
.wdpm-modal {
	width: min(760px, 100%);
	max-height: calc(100vh - 42px);
	overflow: auto;
}

.wdpm-modal-body p {
	margin: 0 0 12px;
}

.wdpm-modal-confirm:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.wdpm-zip-preview-summary {
	font-weight: 600;
	color: var(--wdpm-text) !important;
}

.wdpm-zip-preview-list {
	display: grid;
	gap: 10px;
	margin: 8px 0 16px;
}

.wdpm-zip-preview-item {
	border: 1px solid var(--wdpm-border);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.wdpm-zip-preview-item.is-ok {
	border-color: #b8e0c2;
}

.wdpm-zip-preview-item.is-warning {
	border-color: #f2d28b;
}

.wdpm-zip-preview-item.is-error {
	border-color: #e0a3a3;
}

.wdpm-zip-preview-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
	background: #f6f7f8;
}

.wdpm-zip-preview-top strong {
	font-size: 14px;
	line-height: 1.25;
}

.wdpm-zip-preview-top span {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	background: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.wdpm-zip-preview-model {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--wdpm-border);
}

.wdpm-zip-preview-model div {
	min-width: 0;
	padding: 8px 12px;
	border-right: 1px solid var(--wdpm-border);
	border-bottom: 1px solid var(--wdpm-border);
}

.wdpm-zip-preview-model div:nth-child(2n) {
	border-right: 0;
}

.wdpm-zip-preview-model b,
.wdpm-zip-preview-model span {
	display: block;
	min-width: 0;
}

.wdpm-zip-preview-model b {
	margin-bottom: 3px;
	color: var(--wdpm-muted);
	font-size: 10.5px;
	text-transform: uppercase;
}

.wdpm-zip-preview-model span {
	font-size: 12px;
	font-weight: 600;
	word-break: break-word;
}

.wdpm-zip-preview-message {
	margin: 10px 12px 0 !important;
	padding: 8px 10px;
	border-radius: 8px;
	background: #fff8e5;
	color: var(--wdpm-warning) !important;
	font-weight: 600;
}

.wdpm-zip-preview-changelog {
	padding: 10px 12px 12px;
}

.wdpm-zip-preview-changelog h4 {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
}

.wdpm-zip-preview-changelog pre {
	max-height: 240px;
	margin: 0;
	padding: 10px;
	overflow: auto;
	border: 1px solid var(--wdpm-border);
	border-radius: 8px;
	background: #f8f9fa;
	white-space: pre-wrap;
	font-size: 11.5px;
	line-height: 1.45;
}

@media (max-width: 680px) {
	.wdpm-zip-preview-model {
		grid-template-columns: 1fr;
	}

	.wdpm-zip-preview-model div,
	.wdpm-zip-preview-model div:nth-child(2n) {
		border-right: 0;
	}
}


/* 0.1.14 protected frontend page */
.wdpm-frontend-shell {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-family: inherit;
}

.wdpm-frontend-shell *,
.wdpm-frontend-shell *::before,
.wdpm-frontend-shell *::after {
	box-sizing: border-box;
}

.wdpm-frontend-shell .wdpm-wrap {
	margin: 0;
	padding: 0;
	max-width: none;
}

.wdpm-frontend-shell .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wdpm-frontend-shell .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	background: #f6f7f7;
	color: #1d2327;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.wdpm-frontend-shell .button:hover,
.wdpm-frontend-shell .button:focus {
	border-color: #8c8f94;
	background: #f0f0f1;
	color: #135e96;
}

.wdpm-frontend-shell .button-primary {
	border-color: #2271b1;
	background: #2271b1;
	color: #fff;
}

.wdpm-frontend-shell .button-primary:hover,
.wdpm-frontend-shell .button-primary:focus {
	border-color: #135e96;
	background: #135e96;
	color: #fff;
}

.wdpm-frontend-shell input[type='text'],
.wdpm-frontend-shell input[type='search'],
.wdpm-frontend-shell input[type='file'],
.wdpm-frontend-shell select {
	max-width: 100%;
	border: 1px solid #8c8f94;
	border-radius: 6px;
	background: #fff;
	color: #2c3338;
	font: inherit;
}

.wdpm-frontend-shell input[type='text'],
.wdpm-frontend-shell input[type='search'],
.wdpm-frontend-shell select {
	min-height: 30px;
	padding: 0 8px;
}

.wdpm-frontend-shell input[type='checkbox'] {
	width: 16px;
	height: 16px;
	margin: 0;
}

.wdpm-frontend-shell .wdpm-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #c3c4c7;
	background: #fff;
}

.wdpm-frontend-shell .wdpm-table th {
	background: #f6f7f7;
	text-align: left;
}

.wdpm-frontend-shell .wdpm-table th,
.wdpm-frontend-shell .wdpm-table td {
	border-bottom: 1px solid #dcdcde;
}

.wdpm-frontend-shell .wdpm-table tbody tr:last-child td {
	border-bottom: 0;
}

.wdpm-frontend-shell .notice,
.wdpm-frontend-access {
	margin: 8px 0;
	padding: 10px 12px;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	border-radius: 6px;
	background: #fff;
}

.wdpm-frontend-shell .notice-success {
	border-left-color: #00a32a;
}

.wdpm-frontend-shell .notice-error {
	border-left-color: #d63638;
}

.wdpm-frontend-shell .notice-warning {
	border-left-color: #dba617;
}

.wdpm-frontend-shell .notice-info {
	border-left-color: #72aee6;
}

.wdpm-frontend-shell .notice p,
.wdpm-frontend-access p {
	margin: 0.35em 0;
}

.wdpm-frontend-shell code {
	padding: 2px 4px;
	border-radius: 4px;
	background: #f0f0f1;
}

@media (max-width: 680px) {
	.wdpm-frontend-shell .wdpm-header-actions,
	.wdpm-frontend-shell .wdpm-add-plugin-form,
	.wdpm-frontend-shell .wdpm-bulk-form,
	.wdpm-frontend-shell .wdpm-bulk-download-form {
		width: 100%;
		align-items: stretch;
	}
}
