/**
 * 4WP SEO Helper admin — aligned with 4WP Drive / Weather / Notifications shell.
 */

.forwp-seo-admin-shell {
	max-width: 1100px;
}

.forwp-seo-admin-shell h1.forwp-seo-admin-heading {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 600;
	gap: 10px;
	margin-bottom: 0.25rem;
}

.forwp-seo-admin-heading__icon {
	align-items: center;
	color: var(--wp-admin-theme-color, #3858e9);
	display: inline-flex;
	flex-shrink: 0;
	justify-content: center;
	line-height: 0;
}

.forwp-seo-admin-heading__icon svg {
	display: block;
}

.forwp-seo-admin-heading__text {
	align-items: baseline;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.forwp-seo-admin-heading__version {
	color: #646970;
	font-size: 0.65em;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.forwp-seo-admin-lead {
	color: #646970;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 16px;
	max-width: 72ch;
}

.forwp-seo-admin-app {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	overflow: visible;
}

.forwp-seo-admin-app .forwp-seo-tab-panel .components-tab-panel__tabs {
	align-items: stretch;
	background: #fafafa;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
}

.forwp-seo-admin-app .forwp-seo-tab-panel .components-tab-panel__tabs .forwp-seo-tab {
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: 500;
	height: auto;
	margin: 0 !important;
	min-height: 0;
	padding: 10px 14px;
}

.forwp-seo-admin-app .forwp-seo-tab-panel .components-tab-panel__tabs .forwp-seo-tab.is-active {
	background: #fff;
	border-color: #e0e0e0 #e0e0e0 #fff;
	margin-bottom: -1px !important;
	position: relative;
	z-index: 1;
}

.forwp-seo-admin-app .forwp-seo-tab-panel .components-tab-panel__tab-content {
	padding: 18px 20px 24px;
}

.forwp-seo-intro-card {
	background: #fafafa;
	border: 1px dashed #c3c4c7;
	border-radius: 8px;
	margin-bottom: 16px;
	padding: 16px 20px;
}

.forwp-seo-intro-card__title {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 8px;
}

.forwp-seo-intro-card__text {
	color: #2c3338;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 12px;
	max-width: 72ch;
}

.forwp-seo-intro-card__text:last-child {
	margin-bottom: 0;
}

.forwp-seo-intro-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.forwp-seo-admin-section-title {
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0 0 12px;
}

.forwp-seo-admin-muted {
	color: #646970;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 16px;
	max-width: 72ch;
}

.forwp-seo-setup-steps {
	color: #50575e;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 16px;
	max-width: 72ch;
	padding-left: 1.25em;
}

.forwp-seo-setup-steps li {
	margin: 0 0 6px;
}

.forwp-seo-setup-steps li:last-child {
	margin-bottom: 0;
}

.forwp-seo-status-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	margin-bottom: 8px;
}

.forwp-seo-status-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	padding: 14px 16px;
}

.forwp-seo-status-card__head {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 8px;
}

.forwp-seo-status-card__title {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.forwp-seo-status-card__desc {
	color: #50575e;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.forwp-seo-status-card__meta {
	border-top: 1px solid #f0f0f1;
	color: #646970;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 8px;
}

.forwp-seo-badge {
	border-radius: 999px;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 3px 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.forwp-seo-badge--live {
	background: #edfaef;
	color: #1e4620;
}

.forwp-seo-badge--off {
	background: #f0f0f1;
	color: #50575e;
}

.forwp-seo-badge--warn {
	background: #fff8e5;
	color: #856404;
}

.forwp-seo-badge--soon {
	background: #f0f0f1;
	color: #50575e;
}

.forwp-seo-panel--soon {
	margin-top: 16px;
}

.forwp-seo-soon-list {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.forwp-seo-soon-list li {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 0 0 8px;
}

.forwp-seo-panel {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	margin-bottom: 16px;
	padding: 18px 20px;
}

.forwp-seo-panel--nested {
	background: #fcfcfc;
	border-color: #ececec;
}

.forwp-seo-panel h2,
.forwp-seo-panel h3 {
	font-size: 0.95rem;
	margin: 0 0 10px;
}

.forwp-seo-panel .form-table th {
	font-size: 13px;
	padding: 8px 10px 8px 0;
	width: 160px;
}

.forwp-seo-panel .form-table td {
	font-size: 13px;
	padding: 8px 0;
}

.forwp-seo-panel .description {
	font-size: 12px;
}

.forwp-seo-panel.is-inactive .forwp-seo-oauth-inline {
	opacity: 0.55;
}

.forwp-seo-oauth-inline {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.forwp-seo-oauth-inline input.large-text {
	flex: 1 1 220px;
	min-width: 0;
}

.forwp-seo-oauth-inline__btns {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
}

.forwp-seo-row-two {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-bottom: 16px;
}

@media (max-width: 782px) {
	.forwp-seo-row-two {
		grid-template-columns: 1fr;
	}
}

.forwp-seo-inline-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 0;
}

.forwp-seo-gsc-access-callout {
	border-left: 4px solid #dba617;
	margin-bottom: 16px;
}

.forwp-seo-inline-actions .forwp-seo-inline-form {
	display: inline-flex;
	margin: 0;
}

.forwp-seo-code {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	display: inline-block;
	font-size: 12px;
	max-width: 100%;
	overflow-x: auto;
	padding: 4px 8px;
	word-break: break-all;
}

.forwp-seo-code-block {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	font-size: 13px;
	margin: 8px 0 0;
	overflow-x: auto;
	padding: 12px 14px;
}

.forwp-seo-ref-table {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 12px;
	overflow: hidden;
	width: 100%;
}

.forwp-seo-ref-table th,
.forwp-seo-ref-table td {
	border-bottom: 1px solid #f0f0f1;
	font-size: 13px;
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
}

.forwp-seo-ref-table tr:last-child th,
.forwp-seo-ref-table tr:last-child td {
	border-bottom: none;
}

.forwp-seo-ref-table th {
	background: #fafafa;
	font-weight: 600;
	width: 28%;
}

.forwp-seo-ref-table code {
	font-size: 12px;
}

.forwp-seo-connection-line {
	color: #50575e;
	font-size: 13px;
	margin: 0 0 8px;
	min-height: 1.4em;
}

.forwp-seo-connection-line--ok {
	color: #1e4620;
	font-weight: 500;
}

.forwp-seo-connection-line--warn {
	color: #856404;
}

.forwp-seo-toggle-row {
	align-items: center;
	display: flex;
	gap: 8px;
	margin: 0 0 10px;
}

.forwp-seo-toggle-row:last-child {
	margin-bottom: 0;
}

.forwp-seo-toggle-row .forwp-seo-admin-muted {
	margin: 4px 0 0;
}

.forwp-seo-priority-labels {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 12px 0 4px;
	max-width: 480px;
}

.forwp-seo-priority-labels__row {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 36px 1fr;
}

.forwp-seo-priority-labels__key {
	color: #1d2327;
	font-weight: 600;
}

.forwp-seo-form-actions {
	margin-top: 16px;
}

.forwp-seo-exclude-types {
	display: grid;
	gap: 8px 24px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	margin: 12px 0 4px;
}

.forwp-seo-exclude-types__item {
	align-items: center;
	display: flex;
	gap: 8px;
}

.forwp-seo-exclude-types__item code {
	font-size: 11px;
	margin-left: 4px;
}
}

.forwp-seo-accordion {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.forwp-seo-accordion__item {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	overflow: hidden;
}

.forwp-seo-accordion__summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	list-style: none;
	padding: 14px 16px;
	user-select: none;
}

.forwp-seo-accordion__summary::-webkit-details-marker {
	display: none;
}

.forwp-seo-accordion__summary::before {
	color: #50575e;
	content: "▸";
	display: inline-block;
	flex-shrink: 0;
	font-size: 12px;
	line-height: 1;
	margin-right: 4px;
	transition: transform 0.15s ease;
}

.forwp-seo-accordion__item[open] > .forwp-seo-accordion__summary::before {
	transform: rotate(90deg);
}

.forwp-seo-accordion__title {
	color: #1d2327;
	font-size: 14px;
	font-weight: 600;
}

.forwp-seo-accordion__hint {
	color: #646970;
	font-size: 12px;
	font-weight: 400;
}

.forwp-seo-accordion__panel {
	border-top: 1px solid #f0f0f1;
	padding: 14px 16px 16px;
}

.forwp-seo-admin-shell .notice {
	margin: 12px 0;
}

.forwp-seo-gsc-shell {
	max-width: 1200px;
}

.forwp-seo-gsc-app {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.forwp-seo-gsc-layout.forwp-seo-tab-panel--vertical {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	min-height: 420px;
}

.forwp-seo-gsc-sidebar.components-tab-panel__tabs {
	align-items: stretch;
	background: #f8f9fa;
	border-bottom: none;
	border-right: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 8px 0;
}

.forwp-seo-gsc-sidebar .forwp-seo-gsc-tab {
	border: none;
	border-left: 3px solid transparent;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-weight: 500;
	height: auto;
	justify-content: flex-start;
	margin: 0 !important;
	min-height: 0;
	padding: 10px 16px;
	text-align: left;
	width: 100%;
}

.forwp-seo-gsc-sidebar .forwp-seo-gsc-tab.is-active {
	background: #fff;
	border-left-color: var(--wp-admin-theme-color, #3858e9);
	border-right: 1px solid #fff;
	color: var(--wp-admin-theme-color, #3858e9);
	font-weight: 600;
	margin-right: -1px !important;
	position: relative;
	z-index: 1;
}

.forwp-seo-gsc-content .components-tab-panel__tab-content {
	padding: 18px 20px 24px;
}

@media (max-width: 782px) {
	.forwp-seo-gsc-layout.forwp-seo-tab-panel--vertical {
		grid-template-columns: 1fr;
	}

	.forwp-seo-gsc-sidebar.components-tab-panel__tabs {
		border-bottom: 1px solid #e0e0e0;
		border-right: none;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0;
	}

	.forwp-seo-gsc-sidebar .forwp-seo-gsc-tab {
		border-bottom: 1px solid #e0e0e0;
		border-left: none;
		flex: 1 1 auto;
	}

	.forwp-seo-gsc-sidebar .forwp-seo-gsc-tab.is-active {
		border-bottom-color: #fff;
		border-left: none;
		border-top: 2px solid var(--wp-admin-theme-color, #3858e9);
		margin-right: 0 !important;
	}
}

.forwp-seo-admin-shell--wide {
	max-width: 1280px;
}

/* —— Dashboard (Site Kit–like panes, WP-native) —— */

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

.forwp-seo-dash__lead {
	margin-bottom: 0;
	margin-top: 4px;
}

.forwp-seo-dash__header-meta {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.forwp-seo-dash__period {
	background: #f0f0f1;
	border-radius: 999px;
	color: #2c3338;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	padding: 4px 10px;
}

.forwp-seo-dash__period-form {
	margin: 0;
}

.forwp-seo-dash__period-select {
	background: #f0f0f1;
	border: 1px solid #dcdcde;
	border-radius: 999px;
	color: #2c3338;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	max-width: 100%;
	padding: 5px 10px;
}

.forwp-seo-dash__links {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	justify-content: flex-end;
}

.forwp-seo-dash__links a {
	font-size: 13px;
	text-decoration: none;
}

.forwp-seo-dash__section {
	margin: 20px 0 8px;
}

.forwp-seo-dash__section-head {
	margin-bottom: 12px;
}

.forwp-seo-dash__section-title {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 4px;
}

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

.forwp-seo-metric-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.forwp-seo-metric-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	padding: 14px 16px;
}

.forwp-seo-metric-card__top {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 6px;
}

.forwp-seo-metric-card__value {
	font-size: 1.65rem;
	font-weight: 650;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0;
}

.forwp-seo-metric-card__label {
	color: #50575e;
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
}

.forwp-seo-metric-card__label a {
	color: inherit;
	text-decoration: none;
}

.forwp-seo-metric-card__label a:hover {
	color: #2271b1;
	text-decoration: underline;
}

.forwp-seo-metric-card.is-alert {
	background: #fcf0f1;
	border-color: #e2a2a7;
}

.forwp-seo-metric-card.is-alert .forwp-seo-metric-card__value {
	color: #8a2424;
}

.forwp-seo-metric-card.is-warn {
	background: #fff8e5;
	border-color: #e2c36d;
}

.forwp-seo-metric-card.is-ok {
	background: #edfaef;
	border-color: #b8e0bf;
}

.forwp-seo-metric-card.is-up {
	border-color: #b8e0bf;
}

.forwp-seo-delta {
	border-radius: 3px;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.3;
	padding: 2px 6px;
	white-space: nowrap;
}

.forwp-seo-delta--up {
	background: #edfaef;
	color: #1e7e34;
}

.forwp-seo-delta--down {
	background: #fcf0f1;
	color: #8a2424;
}

.forwp-seo-delta--flat {
	background: #f0f0f1;
	color: #50575e;
}

.forwp-seo-dash__panes {
	display: grid;
	gap: 16px;
	margin: 16px 0;
}

.forwp-seo-dash__panes--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.forwp-seo-pane {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.forwp-seo-pane__header {
	border-bottom: 1px solid #f0f0f1;
	padding: 14px 16px 12px;
}

.forwp-seo-pane__title {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 4px;
}

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

.forwp-seo-pane__subtitle {
	color: #1d2327;
	font-size: 12px;
	font-weight: 600;
	margin: 14px 0 8px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.forwp-seo-pane__body {
	flex: 1;
	padding: 12px 16px 14px;
}

.forwp-seo-pane__empty {
	color: #646970;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.forwp-seo-pane__footer {
	border-top: 1px solid #f0f0f1;
	font-size: 13px;
	margin: 12px 0 0;
	padding-top: 10px;
}

.forwp-seo-pane-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.forwp-seo-pane-list__item {
	align-items: flex-start;
	border-top: 1px solid #f0f0f1;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 9px 0;
}

.forwp-seo-pane-list__item:first-child {
	border-top: 0;
	padding-top: 0;
}

.forwp-seo-pane-list__item.is-weak {
	background: transparent;
}

.forwp-seo-pane-list__label {
	color: #1d2327;
	flex: 1;
	font-size: 13px;
	line-height: 1.4;
	min-width: 0;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
}

a.forwp-seo-pane-list__label:hover {
	color: #2271b1;
}

.forwp-seo-pane-list__meta {
	color: #50575e;
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 1.35;
	text-align: right;
}

.forwp-seo-pane-list__sub {
	color: #8c8f94;
	display: block;
	font-size: 11px;
	margin-top: 2px;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.forwp-seo-pane-list--compact .forwp-seo-pane-list__item {
	padding: 6px 0;
}

.forwp-seo-pane-stats {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	list-style: none;
	margin: 0 0 4px;
	padding: 0;
}

.forwp-seo-pane-stats li {
	align-items: baseline;
	background: #f6f7f7;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 8px;
	padding: 10px 12px;
}

.forwp-seo-pane-stats__label {
	color: #646970;
	flex: 1 1 100%;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.forwp-seo-pane-stats strong {
	font-size: 1.15rem;
	font-weight: 650;
}

.forwp-seo-pane-stats--growth {
	margin-top: 12px;
}

.forwp-seo-gap-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.forwp-seo-gap-card {
	background: #f6f7f7;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 12px;
}

.forwp-seo-gap-card.is-warn {
	background: #fff8e5;
	border-color: #e2c36d;
}

.forwp-seo-gap-card.is-ok {
	background: #edfaef;
	border-color: #b8e0bf;
}

.forwp-seo-gap-card__value {
	display: block;
	font-size: 1.35rem;
	font-weight: 650;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.forwp-seo-gap-card__label {
	color: #50575e;
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.forwp-seo-dash__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 24px;
}

.forwp-seo-dash-legend,
.forwp-seo-dash-list {
	margin: 8px 0 0;
	padding-left: 1.2em;
}

.forwp-seo-dash-legend li,
.forwp-seo-dash-list li {
	margin: 0 0 6px;
}

.forwp-seo-dash-list li {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: disc;
}

.forwp-seo-dash-post-title {
	font-size: 1.2rem;
	margin: 0 0 16px;
}

.forwp-seo-dash-check {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	margin-bottom: 16px;
}

.forwp-seo-dash-check__item {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	display: flex;
	gap: 10px;
	padding: 12px 14px;
}

.forwp-seo-dash-check__item.is-done {
	border-color: #c6e1c6;
}

.forwp-seo-dash-check__mark {
	color: #646970;
	font-size: 16px;
	line-height: 1.3;
}

.forwp-seo-dash-check__item.is-done .forwp-seo-dash-check__mark {
	color: #1e7e34;
}

.forwp-seo-dash-check__item p {
	margin: 4px 0 0;
}

.forwp-seo-dash-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
}

.forwp-seo-dash-timeline li {
	border-top: 1px solid #f0f0f1;
	margin: 0;
	padding: 12px 0;
}

.forwp-seo-dash-timeline li:first-child {
	border-top: none;
	padding-top: 0;
}

.forwp-seo-dash-timeline__head {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.forwp-seo-dash-timeline__head .forwp-seo-badge {
	background: #f0f0f1;
	color: #2c3338;
}

.forwp-seo-dash-snap,
.forwp-seo-dash-delta {
	color: #50575e;
	font-size: 13px;
	line-height: 1.45;
	margin: 6px 0 0;
}

.forwp-seo-dash-delta {
	color: #1e7e34;
}

.forwp-seo-admin-shell--wide .forwp-seo-status-card__title {
	font-size: 1.75rem;
	font-weight: 650;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.forwp-seo-status-card.is-alert {
	background: #fcf0f1;
	border-color: #e2a2a7;
}

.forwp-seo-status-card.is-alert .forwp-seo-status-card__title {
	color: #8a2424;
}

.forwp-seo-status-card.is-warn {
	background: #fff8e5;
	border-color: #e2c36d;
}

.forwp-seo-status-card.is-ok {
	background: #edfaef;
	border-color: #b8e0bf;
}

.forwp-seo-status-card.is-up {
	border-color: #b8e0bf;
}

.forwp-seo-dash-split {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
	margin: 16px 0;
}

.forwp-seo-dash-weak {
	margin-top: 8px;
}

.forwp-seo-dash-weak tr.is-weak td {
	background: #fcf0f1;
}

.forwp-seo-dash-score.is-weak {
	color: #8a2424;
	font-weight: 650;
}

.forwp-seo-dash-more {
	margin: 10px 0 0;
}

.forwp-seo-dash-legend li.is-warn strong {
	color: #8a2424;
}

.forwp-seo-dynamics-lead {
	margin: 0 0 8px;
}

.forwp-seo-dynamics-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
	margin: 0 0 12px;
}

.forwp-seo-dynamics-change {
	color: #2c3338;
	display: inline-block;
	font-size: 13px;
	margin-left: 8px;
}

.forwp-seo-dynamics-pager {
	clear: both;
	height: auto;
	margin: 12px 0 0;
	padding: 8px 0 0;
}

.forwp-seo-dynamics-pager .tablenav-pages {
	float: none;
	font-size: 13px;
	text-align: right;
	width: 100%;
}

.forwp-seo-dynamics-pager .tablenav-pages .pagination-links {
	display: inline-block;
	margin-left: 8px;
}

.forwp-seo-dynamics-pager .tablenav-pages a,
.forwp-seo-dynamics-pager .tablenav-pages span.page-numbers {
	display: inline-block;
	min-width: 2em;
	padding: 4px 8px;
}

.forwp-seo-dynamics-waiting {
	margin: 0 0 12px;
}

.forwp-seo-dynamics-search {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.forwp-seo-dynamics-search input[type="search"] {
	min-width: 220px;
}

.forwp-seo-admin-app .forwp-seo-dynamics-table {
	border: none;
	margin: 0;
}

.forwp-seo-dynamics-table .forwp-seo-badge {
	background: #f0f0f1;
	color: #2c3338;
}

@media (max-width: 960px) {
	.forwp-seo-dash-split,
	.forwp-seo-dash__panes--2 {
		grid-template-columns: 1fr;
	}

	.forwp-seo-dash__header-meta {
		align-items: flex-start;
	}

	.forwp-seo-dash__links {
		justify-content: flex-start;
	}
}

.forwp-seo-registry-title {
	margin-top: 8px;
}

.forwp-seo-registry-hint {
	margin-bottom: 14px !important;
	margin-top: -4px;
}

.forwp-seo-provider-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	margin: 0 0 16px;
}

.forwp-seo-provider-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	padding: 12px 14px 10px;
	transition: border-color 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.forwp-seo-provider-card:hover {
	border-color: #c3c4c7;
}

.forwp-seo-provider-card:focus-visible {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color, #3858e9);
}

.forwp-seo-provider-card.is-enabled {
	background: #f6fcf7;
	border-color: #68de7c;
}

.forwp-seo-provider-card.is-selected {
	border-color: var(--wp-admin-theme-color, #3858e9);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color, #3858e9);
}

.forwp-seo-provider-card.is-enabled.is-selected {
	background: #f6fcf7;
}

.forwp-seo-provider-card__head {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.forwp-seo-provider-card__badges {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 6px;
}

.forwp-seo-provider-card__label {
	font-size: 14px;
	font-weight: 600;
}

.forwp-seo-provider-card__slug {
	font-size: 12px;
	margin-top: 4px;
}

.forwp-seo-provider-card__slug code {
	background: transparent;
	color: #646970;
	font-size: 11px;
	padding: 0;
}

.forwp-seo-provider-card__status {
	border-top: 1px solid #f0f0f1;
	color: #50575e;
	font-size: 11.5px;
	line-height: 1.3;
	margin: 10px 0 0;
	padding-top: 8px;
}

.forwp-seo-provider-detail-wrap {
	margin-bottom: 20px;
}

.forwp-seo-provider-detail-head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.forwp-seo-provider-detail-head__title {
	margin: 0;
}

.forwp-seo-provider-detail__panel {
	background: #fcfcfc;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 18px 20px 22px;
}

.forwp-seo-badge--on {
	background: #00a32a;
	color: #fff;
}

.forwp-seo-field + .forwp-seo-field {
	margin-top: 0;
}

.forwp-seo-field__label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.forwp-seo-field__help,
.forwp-seo-field__links {
	color: #646970;
	font-size: 13px;
	margin: 6px 0 0;
}

.forwp-seo-field__links a {
	text-decoration: none;
}

.forwp-seo-credentials-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 900px) {
	.forwp-seo-credentials-grid {
		grid-template-columns: 1fr;
	}
}

.forwp-seo-combo {
	position: relative;
}

.forwp-seo-combo__param {
	background: #f0f0f1;
	border-radius: 4px;
	color: #646970;
	font-family: Consolas, Monaco, monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-left: 6px;
	padding: 1px 6px;
}

.forwp-seo-combo__control {
	align-items: center;
	background: #fff;
	border: 1px solid #8c8f94;
	border-radius: 6px;
	display: flex;
	min-height: 36px;
	position: relative;
}

.forwp-seo-combo.is-open .forwp-seo-combo__control {
	border-color: var(--wp-admin-theme-color, #2271b1);
	box-shadow: 0 0 0 1px var(--wp-admin-theme-color, #2271b1);
}

.forwp-seo-combo__search {
	background: transparent;
	border: 0;
	box-shadow: none;
	flex: 1 1 auto;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	min-width: 0;
	padding: 6px 8px 6px 12px;
	width: 100%;
}

.forwp-seo-combo__search:focus {
	box-shadow: none;
	outline: none;
}

.forwp-seo-combo__chevron {
	align-items: center;
	color: #50575e;
	display: inline-flex;
	flex-shrink: 0;
	padding: 0 8px 0 4px;
	pointer-events: none;
}

.forwp-seo-combo__list {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	left: 0;
	list-style: none;
	margin: 4px 0 0;
	max-height: 260px;
	overflow: auto;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 20;
}

.forwp-seo-combo__list li {
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
	margin: 0;
	padding: 7px 10px;
}

.forwp-seo-combo__list li:hover,
.forwp-seo-combo__list li.is-active {
	background: #f0f6fc;
}

.forwp-seo-combo__list li[aria-selected="true"] {
	font-weight: 600;
}

.forwp-seo-combo__list li.is-hidden {
	display: none;
}

.forwp-seo-form-actions {
	margin-top: 4px;
}

.forwp-seo-positions-add {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	margin: 0 0 16px;
	padding: 12px 16px;
}

.forwp-seo-positions-add__form {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 14px;
}

.forwp-seo-positions-add__query {
	flex: 1 1 220px;
	min-width: 180px;
}

.forwp-seo-positions-add__query .regular-text {
	max-width: none;
	width: 100%;
}

.forwp-seo-positions-add__form .forwp-seo-combo {
	flex: 0 1 220px;
	min-width: 180px;
}

.forwp-seo-positions-add__submit {
	flex: 0 0 auto;
	padding-bottom: 1px;
}

.forwp-seo-positions-target {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	margin: 0 0 12px;
	padding: 10px 16px;
}

.forwp-seo-positions-target p {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 0;
}

.forwp-seo-positions-target.is-missing {
	background: #fff8e5;
	border-color: #dba617;
}

.forwp-seo-positions-col--geo,
.forwp-seo-positions-col--lang {
	text-align: center;
	width: 52px;
}

.forwp-seo-positions-flag {
	cursor: default;
	font-size: 18px;
	line-height: 1;
}

.forwp-seo-positions-lang {
	cursor: default;
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: lowercase;
}

.forwp-seo-positions-check,
.forwp-seo-positions-delete {
	margin: 0;
}

.forwp-seo-positions-check {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}

.forwp-seo-positions-check__btn {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #2271b1;
	cursor: pointer;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	width: 36px;
}

.forwp-seo-positions-check__btn .dashicons {
	font-size: 22px;
	height: 22px;
	line-height: 1;
	width: 22px;
}

.forwp-seo-positions-check__btn:hover,
.forwp-seo-positions-check__btn:focus {
	background: #f0f6fc;
	color: #135e96;
}

.forwp-seo-positions-check__btn:disabled {
	color: #a7aaad;
	cursor: default;
}

.forwp-seo-positions-col--actions {
	text-align: right;
	width: 1%;
	white-space: nowrap;
}

.forwp-seo-positions-actions {
	align-items: center;
	display: inline-flex;
	gap: 4px;
	justify-content: flex-end;
}

.forwp-seo-positions-delete__btn {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 4px;
	color: #787c82;
	cursor: pointer;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	padding: 0;
	width: 30px;
}

.forwp-seo-positions-delete__btn .dashicons {
	font-size: 16px;
	height: 16px;
	width: 16px;
}

.forwp-seo-positions-delete__btn:hover,
.forwp-seo-positions-delete__btn:focus {
	color: #b32d2e;
}

.forwp-seo-positions-table {
	background: #fff;
	overflow: visible;
}

.forwp-seo-positions-add__depth {
	flex: 0 0 110px;
}

.forwp-seo-positions-add__depth select,
.forwp-seo-positions-check .forwp-positions-depth {
	max-width: 110px;
}

.forwp-seo-positions-col--query {
	overflow: visible;
	position: relative;
}

.forwp-seo-positions-query-cell {
	align-items: center;
	display: flex;
	gap: 8px;
	min-width: 0;
}

.forwp-seo-positions-query {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.forwp-seo-positions-preview {
	flex: 0 0 22px;
	height: 22px;
	position: relative;
	width: 22px;
}

.forwp-seo-positions-preview__btn {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	color: #8c8f94;
	cursor: pointer;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 22px;
}

.forwp-seo-positions-preview__btn svg {
	display: block;
	flex-shrink: 0;
	height: 15px;
	width: 15px;
}

.forwp-seo-positions-col--query:hover .forwp-seo-positions-preview__btn,
.forwp-seo-positions-preview__btn:hover,
.forwp-seo-positions-preview__btn:focus {
	background: #f0f6fc;
	color: #2271b1;
}

.forwp-seo-positions-preview__panel {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	display: none;
	left: calc(100% + 8px);
	max-height: 420px;
	overflow: auto;
	padding: 0;
	position: absolute;
	top: -8px;
	width: 400px;
	z-index: 40;
}

.forwp-seo-positions-col--query:hover .forwp-seo-positions-preview__panel,
.forwp-seo-positions-preview:hover .forwp-seo-positions-preview__panel,
.forwp-seo-positions-preview:focus-within .forwp-seo-positions-preview__panel {
	display: block;
}

.forwp-seo-positions-preview__title {
	background: #fff;
	border-bottom: 1px solid #dcdcde;
	font-weight: 600;
	margin: 0;
	padding: 12px 16px;
	position: sticky;
	top: 0;
	z-index: 1;
}

.forwp-seo-positions-preview__list {
	list-style: none;
	margin: 0;
	padding: 6px 8px 10px;
}

.forwp-seo-positions-preview__list li {
	align-items: flex-start;
	border-radius: 6px;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 12px 10px;
}

.forwp-seo-positions-preview__list li.is-ours {
	background: #f0f6fc;
	box-shadow: inset 3px 0 0 #2271b1;
}

.forwp-seo-positions-preview__rank {
	color: #646970;
	flex: 0 0 1.5em;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	padding-top: 1px;
}

.forwp-seo-positions-preview__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.forwp-seo-positions-preview__hit {
	font-size: 13px;
	line-height: 1.4;
}

.forwp-seo-positions-col--ideas {
	overflow: visible;
	position: relative;
	text-align: center;
	width: 52px;
}

.forwp-seo-positions-ideas-tip {
	display: inline-block;
	height: 22px;
	position: relative;
	vertical-align: middle;
	width: 22px;
}

.forwp-seo-positions-ideas-tip__btn {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	color: #8c8f94;
	cursor: pointer;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 22px;
}

.forwp-seo-positions-ideas-tip__btn svg {
	display: block;
	height: 15px;
	width: 15px;
}

.forwp-seo-positions-col--ideas:hover .forwp-seo-positions-ideas-tip__btn,
.forwp-seo-positions-ideas-tip__btn:hover,
.forwp-seo-positions-ideas-tip__btn:focus {
	background: #f0f6fc;
	color: #2271b1;
}

.forwp-seo-positions-ideas-tip__panel {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	display: none;
	left: auto;
	max-height: 420px;
	overflow: auto;
	padding: 0 0 10px;
	position: absolute;
	right: calc(100% + 8px);
	top: -8px;
	width: 340px;
	z-index: 40;
	text-align: left;
}

.forwp-seo-positions-col--ideas:hover .forwp-seo-positions-ideas-tip__panel,
.forwp-seo-positions-ideas-tip:hover .forwp-seo-positions-ideas-tip__panel,
.forwp-seo-positions-ideas-tip:focus-within .forwp-seo-positions-ideas-tip__panel {
	display: block;
}

.forwp-seo-positions-ideas-tip__title {
	background: #fff;
	border-bottom: 1px solid #dcdcde;
	font-weight: 600;
	margin: 0;
	padding: 14px 18px 12px;
	position: sticky;
	top: 0;
	z-index: 1;
}

.forwp-seo-positions-ideas-tip__label {
	border-left: 3px solid #2271b1;
	color: #646970;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 16px 18px 8px;
	padding-left: 10px;
	text-transform: uppercase;
}

.forwp-seo-positions-ideas-tip__label:first-of-type {
	margin-top: 14px;
}

.forwp-seo-positions-ideas-tip__list + .forwp-seo-positions-ideas-tip__label {
	border-top: 1px solid #dcdcde;
	margin-top: 8px;
	padding-top: 14px;
}

.forwp-seo-positions-ideas-tip__list {
	list-style: none;
	margin: 0;
	padding: 0 18px 4px;
}

.forwp-seo-positions-ideas-tip__list li {
	color: #1d2327;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding: 6px 0;
}

.forwp-seo-positions-ideas-tip__list.is-suggest li {
	color: #50575e;
}

.forwp-seo-positions-ideas {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
}

.forwp-seo-positions-ideas__lead {
	margin: 0 0 12px;
}

.forwp-seo-positions-ideas__group {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 14px 16px;
}

.forwp-seo-positions-ideas__group h2 {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 10px;
}

.forwp-seo-positions-ideas__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.forwp-seo-positions-ideas__list li {
	border-top: 1px solid #f0f0f1;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 8px 0;
}

.forwp-seo-positions-ideas__list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.forwp-seo-positions-ideas__phrase {
	font-size: 13px;
	line-height: 1.4;
}

.forwp-seo-positions-ideas__sources {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.forwp-seo-positions-ideas__sources abbr {
	background: #f0f0f1;
	border-radius: 3px;
	color: #646970;
	cursor: default;
	font-size: 11px;
	padding: 1px 6px;
	text-decoration: none;
}

@media (max-width: 900px) {
	.forwp-seo-positions-ideas {
		grid-template-columns: 1fr;
	}
}
