/**
 * SEO Inventory priority — group headers (inventory) + queue board (queue tab).
 */

.forwp-seo-inventory table.widefat.fixed {
	table-layout: auto;
	width: 100%;
}

.forwp-seo-inventory table.widefat .check-column {
	width: 2.2em;
}

.forwp-seo-inventory .column-post_id {
	width: 56px;
	white-space: nowrap;
}

.forwp-seo-inventory .column-wp_title {
	min-width: 220px;
	width: 22%;
}

.forwp-seo-inventory .column-lang {
	width: 64px;
	white-space: nowrap;
}

.forwp-seo-inventory .column-seo_title,
.forwp-seo-inventory .column-meta_description {
	min-width: 150px;
	width: 14%;
}

.forwp-seo-inventory .column-focus_keyword {
	min-width: 200px;
	width: 16%;
}

.forwp-seo-inventory .column-og_image {
	width: 64px;
}

.forwp-seo-inventory .forwp-seo-og-thumb {
	display: inline-block;
	width: 48px;
	height: 48px;
	border: 1px solid #c3c4c7;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
	line-height: 0;
	vertical-align: middle;
}

.forwp-seo-inventory .forwp-seo-og-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.forwp-seo-inventory .forwp-seo-og-thumb--empty {
	align-items: center;
	background: #f6f7f7;
	border-style: dashed;
	color: #a7aaad;
	display: inline-flex;
	font-size: 16px;
	justify-content: center;
	line-height: 1;
}

.forwp-seo-inventory .column-completeness {
	width: 72px;
	white-space: nowrap;
}

.forwp-seo-score--na {
	color: #646970;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
}

.forwp-seo-inventory .column-post_type {
	min-width: 88px;
	text-align: left;
	white-space: nowrap;
	width: 10%;
}

.forwp-seo-post-type-badge {
	align-items: center;
	color: #1d2327;
	display: inline-flex;
	font-size: 12px;
	gap: 4px;
	line-height: 1.3;
	max-width: 120px;
}

.forwp-seo-post-type-badge__label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.forwp-seo-post-type-badge__icon {
	color: #646970;
	flex: none;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	width: 16px;
}

.forwp-seo-post-type-badge__icon img {
	display: block;
	height: 16px;
	object-fit: contain;
	width: 16px;
}

.forwp-seo-post-type-icon {
	color: #646970;
	display: inline-block;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	width: 18px;
}

.forwp-seo-post-type-icon img {
	display: block;
	height: 18px;
	object-fit: contain;
	width: 18px;
}

.forwp-seo-inventory .column-gsc {
	min-width: 220px;
	width: 240px;
}

.forwp-seo-inventory .column-gsc_index_status {
	min-width: 160px;
	width: 14%;
}

.forwp-seo-inventory .column-gsc_index_requested,
.forwp-seo-inventory .column-gsc_last_crawl {
	min-width: 130px;
	width: 11%;
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
}

.forwp-seo-inventory .column-gsc_actions {
	min-width: 150px;
	width: 10%;
}

.forwp-seo-gsc-actions {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.forwp-seo-gsc-actions .button-small {
	line-height: 1.3;
	padding: 2px 8px;
	text-align: center;
	width: 100%;
}

.forwp-seo-inventory-row.is-gsc-busy .forwp-seo-gsc-actions .button {
	opacity: 0.65;
}

.forwp-seo-inventory-row.is-highlight td {
	background: #fff8e5 !important;
}

.forwp-seo-index-pill {
	border-radius: 999px;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	max-width: 100%;
	padding: 2px 8px;
}

.forwp-seo-index-pill-link {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
}

.forwp-seo-index-pill-link:hover .forwp-seo-index-pill {
	text-decoration: underline;
}

.forwp-seo-index-pill--good {
	background: #e8f5e9;
	color: #2e7d32;
}

.forwp-seo-index-pill--ok {
	background: #fff4e5;
	color: #8a4b00;
}

.forwp-seo-index-pill--bad {
	background: #fcebea;
	color: #8a2424;
}

.forwp-seo-gsc-inventory {
	font-size: 12px;
	line-height: 1.45;
}

.forwp-seo-gsc-inventory__sub {
	color: #646970;
}

.forwp-seo-gsc-inventory__queries {
	color: #1d2327;
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
}

.forwp-seo-gsc-inventory__queries li {
	margin: 0 0 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.forwp-seo-gsc-inventory__q-clicks {
	color: #646970;
}

.forwp-seo-inventory .column-missing {
	min-width: 140px;
	width: auto;
}

.forwp-seo-inventory .column-wp_title .row-actions {
	visibility: visible;
}

.forwp-seo-inventory__tabs {
	margin: 16px 0 0;
}

.forwp-seo-priority-group td {
	background: #f6f7f7;
	border-bottom: 1px solid #dcdcde;
	border-top: 1px solid #dcdcde;
	color: #1d2327;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 0;
	text-transform: uppercase;
}

.forwp-seo-priority-group__bar {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 8px 10px;
}

.forwp-seo-priority-group--collapsible {
	cursor: pointer;
}

.forwp-seo-priority-group--collapsible:focus-visible .forwp-seo-priority-group__bar {
	outline: 2px solid #2271b1;
	outline-offset: -2px;
}

.forwp-seo-priority-group__main {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 0;
	min-width: 0;
}

.forwp-seo-priority-group__stats {
	align-items: center;
	color: #646970;
	display: flex;
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 400;
	gap: 12px;
	letter-spacing: 0;
	text-transform: none;
}

.forwp-seo-priority-group__stat--gaps {
	color: #8a4b00;
}

.forwp-seo-priority-group.is-drag-over td {
	background: #f0f6fc;
	box-shadow: inset 0 0 0 2px #2271b1;
}

.forwp-seo-priority-group__label {
	margin-right: 8px;
}

.forwp-seo-priority-group__count {
	background: #dcdcde;
	border-radius: 999px;
	color: #1d2327;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	margin-right: 10px;
	min-width: 18px;
	padding: 1px 6px;
	text-align: center;
	text-transform: none;
}

.forwp-seo-priority-group__chevron {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin-right: 4px;
	transition: transform 0.15s ease;
}

.forwp-seo-priority-group.is-collapsed .forwp-seo-priority-group__chevron {
	transform: rotate( -90deg );
}

.forwp-seo-inventory-row.is-collapsed,
.forwp-seo-priority-group-empty.is-collapsed {
	display: none;
}

.forwp-seo-priority-group-empty td {
	background: #fafafa;
	border-bottom: 1px dashed #dcdcde;
	color: #a7aaad;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	padding: 10px;
	text-transform: none;
}

.forwp-seo-priority-group-empty.is-drag-over td {
	background: #f0f6fc;
	color: #2271b1;
}

.forwp-seo-priority-group__hint {
	color: #646970;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	margin-left: 4px;
	text-transform: none;
}

.forwp-seo-priority-compact {
	background: #fff;
	border: 1px solid #c3c4c7;
	margin: 12px 0 8px;
	overflow: hidden;
	padding: 10px 14px 12px;
}

.forwp-seo-priority-compact__hint {
	color: #646970;
	font-size: 12px;
	margin: 0 0 8px;
}

.forwp-seo-priority-lanes--compact {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.forwp-seo-priority-lane--compact {
	background: #fafafa;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	max-height: 220px;
	max-width: 100%;
	min-height: 88px;
	min-width: 0;
	overflow: hidden;
}

.forwp-seo-priority-lane--compact.is-active {
	box-shadow: inset 0 0 0 2px #2271b1;
}

.forwp-seo-priority-lane__head--compact {
	border-bottom: 1px solid #dcdcde;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	min-width: 0;
	padding: 8px 10px;
}

.forwp-seo-priority-lane__link {
	color: inherit;
	flex: 1;
	font-size: 12px;
	font-weight: 600;
	min-width: 0;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.forwp-seo-priority-lane__meta {
	flex-shrink: 0;
	white-space: nowrap;
}

.forwp-seo-priority-lane__link:hover {
	color: #2271b1;
}

.forwp-seo-priority-lane__mini-list {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 6px;
	min-height: 0;
	min-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 8px;
}

.forwp-seo-priority-chip--preview {
	box-sizing: border-box;
	cursor: default;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	padding: 5px 8px;
	width: 100%;
}

.forwp-seo-priority-lane--compact .forwp-seo-priority-chip__title {
	font-size: 11px;
}

.forwp-seo-priority-lane--compact .forwp-seo-priority-chip__score {
	flex-shrink: 0;
	font-size: 9px;
	padding: 1px 5px;
}

.forwp-seo-priority-lane__more {
	display: block;
	font-size: 11px;
	padding-top: 2px;
	text-align: center;
}

.forwp-seo-priority-subnav {
	margin: 8px 0 12px;
}

.forwp-seo-inventory__drag-status {
	color: #646970;
	font-size: 12px;
	margin: 0 0 12px;
	min-height: 1.2em;
}

.forwp-seo-inventory__drag-status.is-saving {
	color: #2271b1;
}

.forwp-seo-inventory__drag-status.is-saved {
	color: #1e4620;
}

.forwp-seo-inventory__drag-status.is-error {
	color: #b32d2e;
}

.forwp-seo-priority-strips {
	background: #fff;
	border: 1px solid #c3c4c7;
	margin: 12px 0 8px;
	padding: 10px 14px 12px;
}

.forwp-seo-priority-strips__hint {
	color: #646970;
	font-size: 12px;
	margin: 0 0 8px;
}

.forwp-seo-priority-lanes--strips {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.forwp-seo-priority-lane--compact.forwp-seo-priority-lane--strip {
	align-items: stretch;
	border-style: solid;
	flex-direction: column;
	min-height: 88px;
	padding: 0;
}

.forwp-seo-priority-lane--strip {
	align-items: center;
	background: #fafafa;
	border: 1px dashed #c3c4c7;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: space-between;
	min-height: 40px;
	padding: 8px 12px;
}

.forwp-seo-priority-lane--strip.is-drag-over {
	background: #f0f6fc;
	border-color: #2271b1;
	border-style: solid;
}

.forwp-seo-row-drag {
	color: #a7aaad;
	cursor: grab;
	font-size: 14px;
	margin-right: 2px;
	user-select: none;
	vertical-align: middle;
}

.forwp-seo-inventory-row--draggable {
	cursor: grab;
}

.forwp-seo-inventory-row--draggable.is-dragging {
	opacity: 0.55;
}

.forwp-seo-inventory-row.is-drag-over td {
	background: #f0f6fc;
	box-shadow: inset 0 0 0 1px #2271b1;
}

.forwp-seo-priority-badge {
	border-radius: 999px;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 2px 6px;
	vertical-align: middle;
}

.forwp-seo-priority-badge--p1 {
	background: #fcebea;
	color: #8a2424;
}

.forwp-seo-priority-badge--p2 {
	background: #fff4e5;
	color: #8a4b00;
}

.forwp-seo-priority-badge--p3 {
	background: #e8f0fe;
	color: #174ea6;
}

.forwp-seo-priority-group--p1 td {
	border-top-color: #c62828;
}

.forwp-seo-priority-group--p2 td {
	border-top-color: #ed6c02;
}

.forwp-seo-priority-group--p3 td {
	border-top-color: #1565c0;
}

.forwp-seo-priority-group--p0 td {
	border-top-color: #c3c4c7;
	color: #646970;
}

.forwp-seo-inventory-row--queued {
	background: #fcfcfc;
}

.forwp-seo-priority-board {
	background: #fff;
	border: 1px solid #c3c4c7;
	margin: 16px 0;
	padding: 12px 16px 14px;
}

.forwp-seo-priority-board__header {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.forwp-seo-priority-board__title {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 4px;
}

.forwp-seo-priority-board__hint {
	color: #646970;
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
	max-width: 62ch;
}

.forwp-seo-priority-board__status {
	color: #646970;
	font-size: 12px;
	min-height: 1.2em;
}

.forwp-seo-priority-board__status.is-saving {
	color: #2271b1;
}

.forwp-seo-priority-board__status.is-error {
	color: #b32d2e;
}

.forwp-seo-priority-lanes {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 960px) {
	.forwp-seo-priority-lanes {
		grid-template-columns: 1fr;
	}
}

.forwp-seo-priority-lane {
	background: #fafafa;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	min-height: 220px;
}

.forwp-seo-priority-lane--p1 {
	border-top: 3px solid #c62828;
}

.forwp-seo-priority-lane--p2 {
	border-top: 3px solid #ed6c02;
}

.forwp-seo-priority-lane--p3 {
	border-top: 3px solid #1565c0;
}

.forwp-seo-priority-lane__head {
	border-bottom: 1px solid #dcdcde;
	padding: 10px 12px;
}

.forwp-seo-priority-lane__label {
	display: block;
	font-size: 12px;
	font-weight: 600;
}

.forwp-seo-priority-lane__meta {
	color: #646970;
	display: block;
	font-size: 11px;
	margin-top: 2px;
}

.forwp-seo-priority-lane__dropzone {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
	min-height: 160px;
	padding: 8px;
}

.forwp-seo-priority-lane__dropzone.is-drag-over {
	background: #f0f6fc;
}

.forwp-seo-priority-lane__placeholder {
	color: #a7aaad;
	font-size: 12px;
	padding: 8px;
	text-align: center;
}

.forwp-seo-priority-chip {
	align-items: center;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	cursor: grab;
	display: flex;
	gap: 8px;
	padding: 8px 10px;
}

.forwp-seo-priority-chip.is-dragging {
	opacity: 0.55;
}

.forwp-seo-priority-chip__title {
	flex: 1;
	font-size: 12px;
	line-height: 1.35;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.forwp-seo-priority-chip__score {
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 6px;
	white-space: nowrap;
}

.forwp-seo-priority-chip__score--good {
	background: #e8f5e9;
	color: #2e7d32;
}

.forwp-seo-priority-chip__score--medium {
	background: #fff4e5;
	color: #8a4b00;
}

.forwp-seo-priority-chip__score--low {
	background: #fcebea;
	color: #8a2424;
}

.forwp-seo-priority-chip__remove {
	background: transparent;
	border: 0;
	color: #646970;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	padding: 0 2px;
}

.forwp-seo-priority-chip__remove:hover {
	color: #b32d2e;
}

/* Inventory table, quick edit, and toolbar (admin screen). */
.forwp-seo-score {
	font-weight: 600;
}

.forwp-seo-score--good {
	color: #2e7d32;
}

.forwp-seo-score--medium {
	color: #ed6c02;
}

.forwp-seo-score--low {
	color: #c62828;
}

.forwp-seo-inventory__stats {
	background: #fff;
	border: 1px solid #c3c4c7;
	margin: 16px 0;
	padding: 12px 16px;
}

.forwp-seo-inventory .tablenav {
	height: auto;
	min-height: 30px;
}

.forwp-seo-inventory .tablenav.bottom {
	margin-top: 8px;
}

.forwp-seo-inventory .forwp-seo-inventory__toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	height: auto;
	justify-content: space-between;
	margin: 12px 0 8px;
	min-height: 32px;
}

.forwp-seo-inventory__excluded {
	color: #646970;
	font-size: 13px;
	margin: 0 0 10px;
}

.forwp-seo-inventory .forwp-seo-inventory__toolbar .alignleft.actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	float: none;
	gap: 6px;
	margin: 0;
}

.forwp-seo-inventory .forwp-seo-inventory__toolbar .search-box {
	flex: 0 1 auto;
	float: none;
	margin: 0;
}

.forwp-seo-inventory .column-wp_title .row-actions {
	left: auto;
	padding-top: 4px;
	position: static;
}

.forwp-seo-inventory .column-wp_title .row-actions span {
	display: inline;
	float: none;
	font-size: 13px;
}

.forwp-seo-inventory .column-wp_title .row-actions .button-link {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.forwp-seo-inventory .column-wp_title .toggle-row {
	display: none !important;
}

.forwp-seo-inventory .forwp-seo-inline-edit-row td {
	background: #f6f7f7;
	box-shadow: inset 0 0 0 1px #c3c4c7;
	padding: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel {
	padding: 12px 16px 14px;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__header {
	margin-bottom: 10px;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__legend {
	color: #1d2327;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-transform: uppercase;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__layout {
	align-items: start;
	display: grid;
	gap: 20px 28px;
	grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr);
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__col-primary,
.forwp-seo-inventory .forwp-seo-quick-edit-panel__col-focus,
.forwp-seo-inventory .forwp-seo-quick-edit-panel__copy {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__col-focus {
	border-left: 1px solid #dcdcde;
	padding-left: 24px;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__main-grid {
	align-items: start;
	display: grid;
	gap: 16px 20px;
	grid-template-columns: minmax(0, 1fr) 168px;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__aside {
	min-width: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__hint {
	color: #646970;
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__field--wide {
	grid-column: 1 / -1;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__field--og {
	height: 100%;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__label {
	color: #1d2327;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__field input[type="text"],
.forwp-seo-inventory .forwp-seo-quick-edit-panel__field textarea {
	box-sizing: border-box;
	margin: 0;
	max-width: none;
	width: 100%;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__field textarea {
	min-height: 96px;
	resize: vertical;
}

.forwp-seo-inventory .forwp-seo-field-focus-keyphrases {
	min-height: 120px;
}

.forwp-seo-inventory .forwp-seo-og-image-control {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.forwp-seo-inventory .forwp-seo-og-image-preview {
	align-items: center;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 2px;
	display: flex;
	flex: none;
	height: 120px;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	width: 168px;
}

.forwp-seo-inventory .forwp-seo-og-image-preview img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.forwp-seo-inventory .forwp-seo-og-image-preview.has-image .forwp-seo-og-image-preview__placeholder {
	display: none;
}

.forwp-seo-inventory .forwp-seo-og-image-preview__placeholder {
	color: #646970;
	font-size: 12px;
	line-height: 1.4;
	padding: 8px;
}

.forwp-seo-inventory .forwp-seo-og-image-actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.forwp-seo-inventory .forwp-seo-og-image-actions .button {
	text-align: center;
	width: 100%;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc__metrics {
	color: #1d2327;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc__empty {
	color: #646970;
	font-size: 12px;
	margin: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc__list {
	border: 1px solid #dcdcde;
	border-radius: 2px;
	list-style: none;
	margin: 0;
	max-height: 180px;
	overflow: auto;
	padding: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc__item {
	align-items: center;
	border-bottom: 1px solid #dcdcde;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	padding: 6px 8px;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc__item:last-child {
	border-bottom: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc__query {
	color: #1d2327;
	font-size: 12px;
	line-height: 1.4;
	min-width: 0;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc__stat {
	color: #646970;
	font-weight: 400;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc__add {
	flex: none;
	white-space: nowrap;
}

.forwp-seo-inventory .forwp-seo-quick-edit-gsc__add:disabled {
	color: #8c8f94;
	cursor: default;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__actions {
	align-items: center;
	border-top: 1px solid #dcdcde;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
	padding-top: 12px;
}

.forwp-seo-inventory .forwp-seo-quick-edit-panel__actions .spinner {
	float: none;
	margin: 0;
}

.forwp-seo-inventory .forwp-seo-inline-notice {
	font-size: 13px;
}

.forwp-seo-inventory .forwp-seo-inline-notice--success {
	color: #2e7d32;
}

.forwp-seo-inventory .forwp-seo-inline-notice--error {
	color: #c62828;
}

.forwp-seo-inventory tr.forwp-seo-row-editing td {
	box-shadow: inset 0 0 0 1px #2271b1;
}

@media screen and (max-width: 782px) {
	.forwp-seo-inventory .forwp-seo-inventory__toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.forwp-seo-inventory .forwp-seo-inventory__toolbar .search-box {
		width: 100%;
	}

	.forwp-seo-inventory .forwp-seo-quick-edit-panel__layout,
	.forwp-seo-inventory .forwp-seo-quick-edit-panel__main-grid {
		grid-template-columns: 1fr;
	}

	.forwp-seo-inventory .forwp-seo-quick-edit-panel__col-focus {
		border-left: 0;
		border-top: 1px solid #dcdcde;
		padding-left: 0;
		padding-top: 16px;
	}
}
