.forwp-drive-wrap .forwp-drive-status {
	display: none;
	margin: 0;
}

.forwp-drive-wrap .forwp-drive-status.forwp-drive-status--visible {
	display: block;
	margin: 12px 0 0;
	padding: 10px 14px;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	font-size: 13px;
	line-height: 1.5;
}

.forwp-drive-wrap .forwp-drive-status--success.forwp-drive-status--visible {
	border-left-color: #00a32a;
	background: #edfaef;
	color: #1e4620;
}

.forwp-drive-wrap .forwp-drive-status--error.forwp-drive-status--visible {
	border-left-color: #d63638;
	background: #fcf0f1;
	color: #8a2424;
}

.forwp-drive-wrap .forwp-drive-status--pending.forwp-drive-status--visible {
	border-left-color: #2271b1;
	background: #f0f6fc;
	color: #1d2327;
}

.forwp-drive-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.forwp-drive-connection-alert {
	margin: 12px 0 0;
}

.forwp-drive-connection-alert__inner p {
	margin: 0 0 8px;
}

.forwp-drive-connection-alert__inner p:last-child {
	margin-bottom: 0;
}

.forwp-drive-panel {
	max-width: 820px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 16px 20px 20px;
	margin: 0 0 20px;
}

.forwp-drive-panel--muted {
	background: #f6f7f7;
}

.forwp-drive-panel h2 {
	margin-top: 0;
	font-size: 1.05em;
}

.forwp-drive-steps {
	margin: 0 0 12px 1.25em;
}

.forwp-drive-steps li {
	margin-bottom: 8px;
}

.forwp-drive-redirect-uri {
	display: inline-block;
	margin: 6px 8px 6px 0;
	padding: 4px 8px;
	background: #f0f0f1;
	word-break: break-all;
}

.forwp-drive-notice-inline {
	color: #856404;
	background: #fff8e5;
	border-left: 4px solid #dba617;
	padding: 8px 12px;
	margin-bottom: 12px;
}

.forwp-drive-folder-ids {
	margin-top: 8px;
	font-size: 12px;
	color: #646970;
}

.forwp-drive-folder-ids p {
	margin: 0 0 8px;
}

.forwp-drive-folder-ids dl {
	margin: 0;
}

.forwp-drive-folder-ids dt {
	display: block;
	font-weight: 600;
	margin: 8px 0 0;
}

.forwp-drive-folder-ids dt:first-of-type {
	margin-top: 0;
}

.forwp-drive-folder-ids dd {
	display: block;
	margin: 2px 0 0;
}

.forwp-drive-folder-ids dd code {
	display: inline-block;
	word-break: break-all;
}

.forwp-drive-local-dev-note {
	color: #856404;
	max-width: 720px;
}

.forwp-drive-template-table input[type='text'],
.forwp-drive-template-table select {
	width: 100%;
	max-width: 280px;
}

.forwp-drive-template-table td {
	vertical-align: middle;
}

.forwp-drive-template-table .forwp-drive-row-remove {
	color: #b32d2e;
}

.forwp-drive-inbox-lead {
	margin-bottom: 12px;
}

.forwp-drive-inbox-chrome {
	margin: 0 0 16px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	overflow: hidden;
}

.forwp-drive-source-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dcdcde;
	background: #f6f7f7;
}

.forwp-drive-source-tab {
	appearance: none;
	border: 0;
	border-right: 1px solid #dcdcde;
	border-bottom: 2px solid transparent;
	background: transparent;
	color: #1d2327;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	padding: 10px 16px;
	cursor: pointer;
}

.forwp-drive-source-tab__inner {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.forwp-drive-source-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	display: block;
}

.forwp-drive-source-tab:hover {
	background: #fff;
	color: #2271b1;
}

.forwp-drive-source-tab.is-active {
	background: #fff;
	border-bottom-color: #2271b1;
	color: #2271b1;
	box-shadow: inset 0 2px 0 #2271b1;
}

.forwp-drive-source-tab.is-disabled,
.forwp-drive-source-tab:disabled {
	color: #646970;
	cursor: pointer;
	opacity: 0.85;
}

.forwp-drive-source-tab__badge {
	display: inline-block;
	margin-left: 2px;
	padding: 1px 6px;
	border-radius: 999px;
	background: #dcdcde;
	color: #50575e;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	vertical-align: middle;
}

.forwp-drive-source-tab.is-active .forwp-drive-source-tab__badge {
	background: #e5f2fa;
	color: #2271b1;
}

.forwp-drive-source-tab__count {
	display: inline-block;
	min-width: 1.35em;
	margin-left: 2px;
	padding: 0 6px;
	border-radius: 10px;
	background: #d63638;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.65;
	text-align: center;
	vertical-align: middle;
}

.forwp-drive-source-tab.is-active .forwp-drive-source-tab__count {
	background: #d63638;
}

.forwp-drive-chip__text {
	display: inline;
}

.forwp-drive-chip .forwp-drive-source-icon {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.forwp-drive-statusbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 16px;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
}

.forwp-drive-statusbar--in-chrome {
	margin: 0;
	border: 0;
	border-radius: 0;
}

.forwp-drive-statusbar__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.forwp-drive-statusbar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.forwp-drive-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid #dcdcde;
	background: #f6f7f7;
	color: #1d2327;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
}

.forwp-drive-chip--ok {
	background: #edfaef;
	border-color: #68de7c;
	color: #005c12;
}

.forwp-drive-chip--warn {
	background: #fcf9e8;
	border-color: #dba617;
	color: #614200;
}

.forwp-drive-chip--error {
	background: #fcf0f1;
	border-color: #d63638;
	color: #8a2424;
}

.forwp-drive-chip--muted {
	color: #646970;
	font-weight: 400;
}

.forwp-drive-inbox-layout {
	display: grid;
	grid-template-columns: minmax(0, 25%) minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	margin-top: 8px;
}

@media (max-width: 1100px) {
	.forwp-drive-inbox-layout {
		grid-template-columns: minmax(0, 1fr);
	}
}

.forwp-drive-inbox-queue,
.forwp-drive-inbox-workspace {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	min-height: 320px;
	min-width: 0;
	max-width: 100%;
}

.forwp-drive-inbox-queue {
	display: flex;
	flex-direction: column;
	max-height: min(75vh, 780px);
	overflow: hidden;
}

.forwp-drive-inbox-pane__header {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 12px 16px;
	border-bottom: 1px solid #dcdcde;
	background: #f6f7f7;
}

.forwp-drive-inbox-pane__title {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #1d2327;
}

.forwp-drive-inbox-pane__count {
	font-size: 12px;
	color: #646970;
}

.forwp-drive-inbox-list {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	padding: 4px 0 8px;
	box-sizing: border-box;
	overflow: auto;
	overscroll-behavior: contain;
}

.forwp-drive-tree {
	font-size: 13px;
	line-height: 1.35;
	color: #1f2328;
	user-select: none;
	min-width: 0;
	overflow: hidden;
}

/* High-specificity row layout — beats WP admin flex/svg resets and stale caches. */
#forwp-drive-inbox-list .forwp-drive-tree__row {
	display: grid !important;
	align-items: center;
	min-height: 28px;
	margin: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: calc(6px + (var(--forwp-drive-tree-depth, 0) * 12px));
	cursor: pointer;
	border-radius: 0;
	box-sizing: border-box;
	border-left: 2px solid transparent;
	column-gap: 6px;
	row-gap: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-folder {
	grid-template-columns: 14px 16px minmax(0, 1fr) !important;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-file {
	/* Indent past the folder toggle column so file icons align with folder icons. */
	grid-template-columns: 16px minmax(0, 1fr) !important;
	padding-left: calc(6px + 14px + 6px + (var(--forwp-drive-tree-depth, 0) * 12px));
}

#forwp-drive-inbox-list .forwp-drive-tree__row:hover {
	background: #f6f8fa;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-selected {
	background: #ddf4ff;
	border-left-color: #0969da;
}

#forwp-drive-inbox-list .forwp-drive-tree__row:focus-visible {
	outline: 2px solid #0969da;
	outline-offset: -2px;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-warning .forwp-drive-tree__label {
	color: #9a6700;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-role .forwp-drive-tree__label {
	font-weight: 600;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-readonly {
	cursor: default;
	opacity: 0.85;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-readonly:hover {
	background: transparent;
}

#forwp-drive-inbox-list .forwp-drive-tree__empty {
	padding: 2px 8px 6px calc(46px + (var(--forwp-drive-tree-depth, 0) * 14px));
	color: #656d76;
	font-size: 12px;
	font-style: italic;
}

#forwp-drive-inbox-list .forwp-drive-tree__error {
	margin: 0 0 8px;
	padding: 8px 10px;
	color: #9a6700;
	background: #fff8c5;
	border-left: 3px solid #d4a72c;
}

/* Folder toggle: SVG chevron (text glyphs inherit dashicons in WP admin and disappear). */
#forwp-drive-inbox-list .forwp-drive-tree__toggle {
	grid-column: 1;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #24292f;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 0 !important;
	line-height: 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#forwp-drive-inbox-list .forwp-drive-tree__toggle svg {
	display: block !important;
	width: 12px !important;
	height: 12px !important;
	max-width: 12px !important;
	max-height: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: none;
	transform: rotate(0deg);
	transform-origin: 50% 50%;
	transition: transform 0.12s ease;
}

#forwp-drive-inbox-list .forwp-drive-tree__toggle.is-expanded svg {
	transform: rotate(90deg);
}

#forwp-drive-inbox-list .forwp-drive-tree__toggle:hover,
#forwp-drive-inbox-list .forwp-drive-tree__toggle:focus {
	color: #1f2328;
	background: transparent;
	box-shadow: none;
}

#forwp-drive-inbox-list .forwp-drive-tree__icon-wrap {
	width: 16px;
	height: 16px;
	display: block;
	line-height: 0;
	overflow: hidden;
	flex: none;
	position: relative;
	z-index: 0;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-folder .forwp-drive-tree__icon-wrap {
	grid-column: 2;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-file .forwp-drive-tree__icon-wrap {
	grid-column: 1;
}

#forwp-drive-inbox-list .forwp-drive-tree__icon-wrap svg,
#forwp-drive-inbox-list .forwp-drive-tree__icon {
	display: block !important;
	width: 16px !important;
	height: 16px !important;
	max-width: 16px !important;
	max-height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top;
}

#forwp-drive-inbox-list .forwp-drive-tree__label {
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-folder .forwp-drive-tree__label {
	grid-column: 3;
}

#forwp-drive-inbox-list .forwp-drive-tree__row.is-file .forwp-drive-tree__label {
	grid-column: 2;
}

#forwp-drive-inbox-list .forwp-drive-tree__tools {
	padding: 4px 8px 8px calc(46px + (var(--forwp-drive-tree-depth, 0) * 14px));
}

#forwp-drive-inbox-list .forwp-drive-tree__tools:empty {
	display: none;
}

.forwp-drive-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	padding: 12px;
	cursor: pointer;
	transition: background 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}

.forwp-drive-card:hover {
	background: #f6f7f7;
	border-color: #8c8f94;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.forwp-drive-card.is-selected {
	background: #f0f6fc;
	border-color: #2271b1;
	box-shadow: inset 3px 0 0 #2271b1;
}

.forwp-drive-card:focus-visible {
	outline: 2px solid #2271b1;
	outline-offset: 1px;
}

.forwp-drive-card h3 {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.35;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.forwp-drive-card__meta {
	color: #646970;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.45;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.forwp-drive-card__folder {
	margin: 0;
	padding: 0;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.forwp-drive-card:not(.is-selected) .forwp-drive-card__folder {
	margin-top: 2px;
	padding: 8px 10px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 3px;
}

.forwp-drive-card.is-selected .forwp-drive-card__folder {
	background: transparent;
	border: 0;
}

.forwp-drive-card__folder-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 6px 10px;
	margin-bottom: 4px;
}

.forwp-drive-card__folder-summary {
	font-size: 11px;
	font-weight: 600;
	color: #1d2327;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.forwp-drive-card__folder-list {
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	max-height: 14em;
	min-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.forwp-drive-card__folder-file,
.forwp-drive-card__folder-more {
	margin: 0;
	padding: 1px 0;
	font-size: 11px;
	line-height: 1.35;
	color: #646970;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.forwp-drive-card__folder-file--doc::before {
	content: 'Doc · ';
	color: #50575e;
}

.forwp-drive-card__folder-file--image::before {
	content: 'Img · ';
	color: #50575e;
}

.forwp-drive-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	margin-top: 0;
	padding-top: 8px;
	border-top: 1px solid #dcdcde;
}

.forwp-drive-card.is-selected .forwp-drive-card__actions {
	border-top-color: #c5d9ed;
}

.forwp-drive-card__import.button {
	font-size: 12px;
	min-height: 28px;
	line-height: 2;
	padding: 0 10px;
}

.forwp-drive-card__link,
.forwp-drive-card__reject {
	font-size: 12px;
	line-height: 1.4;
	text-decoration: none;
}

.forwp-drive-card__link {
	color: #2271b1;
}

.forwp-drive-card__link:hover {
	color: #135e96;
	text-decoration: underline;
}

.forwp-drive-card__reject.button-link-delete {
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.forwp-drive-workspace-placeholder {
	padding: 32px 24px;
	color: #646970;
	font-size: 13px;
	line-height: 1.5;
}

.forwp-drive-workspace-placeholder__lead {
	margin: 0;
	max-width: 28em;
}

.forwp-drive-preview {
	margin: 0;
	max-width: none;
	background: transparent;
	border: 0;
	padding: 16px;
	border-radius: 0;
}

.forwp-drive-inbox-workspace .forwp-drive-preview-body {
	max-height: min(70vh, 720px);
	overflow: auto;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff;
	margin-top: 12px;
}

.forwp-drive-inbox-list .forwp-drive-empty-panel {
	max-width: none;
	margin: 8px;
	border: 0;
	background: transparent;
	padding: 16px 12px;
}

.forwp-drive-preview-body {
	/* Entry column + scroll — see admin-preview.css for single-post typography */
}

.forwp-drive-code {
	background: #f6f7f7;
	padding: 12px 16px;
	overflow: auto;
	border: 1px solid #dcdcde;
}

.forwp-drive-empty {
	color: #646970;
	font-style: italic;
}

.forwp-drive-empty-panel {
	max-width: 720px;
	margin-top: 12px;
	padding: 16px 20px;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
}

.forwp-drive-empty-panel ul {
	margin: 8px 0 0 1.25em;
}

.forwp-drive-card__warning {
	color: #856404;
	margin-top: 8px;
	font-size: 13px;
}

/* In-admin confirm dialog (replaces native window.confirm) */
.forwp-drive-dialog {
	position: fixed;
	inset: 0;
	z-index: 100100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.forwp-drive-dialog[hidden] {
	display: none !important;
}

.forwp-drive-dialog__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.forwp-drive-dialog__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 440px);
	margin: 0;
	padding: 0;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.forwp-drive-dialog__header {
	margin: 0;
	padding: 16px 20px 0;
}

.forwp-drive-dialog__title {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #1d2327;
}

.forwp-drive-dialog__body {
	margin: 0;
	padding: 10px 20px 18px;
	font-size: 13px;
	line-height: 1.55;
	color: #50575e;
}

.forwp-drive-dialog__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	padding: 12px 16px;
	border-top: 1px solid #dcdcde;
	background: #f6f7f7;
	border-radius: 0 0 6px 6px;
}

.forwp-drive-dialog__confirm.button-primary.forwp-drive-dialog__confirm--danger {
	background: #d63638;
	border-color: #d63638;
}

.forwp-drive-dialog__confirm.button-primary.forwp-drive-dialog__confirm--danger:hover,
.forwp-drive-dialog__confirm.button-primary.forwp-drive-dialog__confirm--danger:focus {
	background: #b32d2e;
	border-color: #b32d2e;
}

.forwp-drive-card.is-selected .forwp-drive-card__folder-list {
	display: none;
}

.forwp-drive-card__tools {
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.forwp-drive-card__tools:empty {
	display: none;
}

.forwp-drive-image-pin {
	margin: 8px 0 0;
	padding: 8px 0 0;
	border: 0;
	border-top: 1px solid #c5d9ed;
	border-radius: 0;
	background: transparent;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.forwp-drive-image-pin__label {
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1d2327;
}

.forwp-drive-image-pin__hint {
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 1.4;
}

.forwp-drive-image-pin__align {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0 0 10px;
	font-size: 12px;
}

.forwp-drive-image-pin__list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	max-width: 100%;
}

.forwp-drive-image-pin__row {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.forwp-drive-image-pin__row--doc {
	padding: 6px 8px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 4px;
}

.forwp-drive-image-pin__file {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 2px;
	width: 100%;
	max-width: 100%;
	justify-content: flex-start;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	height: auto;
	min-height: 30px;
	line-height: 1.35;
	padding: 6px 8px;
	box-sizing: border-box;
}

.forwp-drive-image-pin__name {
	display: block;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

.forwp-drive-image-pin__dest {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #646970;
}

.forwp-drive-image-pin__file.is-selected {
	border-color: #2271b1;
	color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	background: #f0f6fc;
}

.forwp-drive-image-pin__file.is-selected .forwp-drive-image-pin__dest {
	color: #2271b1;
}

.forwp-drive-busy[hidden] {
	display: none;
}

.forwp-drive-busy {
	position: fixed;
	inset: 0;
	z-index: 100100;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 32, 0.48);
	cursor: wait;
}

.forwp-drive-busy__panel {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: min(92vw, 280px);
	margin: 0;
	padding: 16px 20px;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.forwp-drive-busy__panel .spinner {
	float: none;
	margin: 0;
}

.forwp-drive-busy__panel p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #1d2327;
}

body.forwp-drive-is-busy {
	overflow: hidden;
}

#forwp-drive-preview-post-content.is-pinning p,
#forwp-drive-preview-post-content.is-pinning h1,
#forwp-drive-preview-post-content.is-pinning h2,
#forwp-drive-preview-post-content.is-pinning h3,
#forwp-drive-preview-post-content.is-pinning h4,
#forwp-drive-preview-post-content.is-pinning h5,
#forwp-drive-preview-post-content.is-pinning h6,
#forwp-drive-preview-post-content.is-pinning li {
	cursor: crosshair;
	outline-offset: 2px;
}

#forwp-drive-preview-post-content.is-pinning p:hover,
#forwp-drive-preview-post-content.is-pinning h1:hover,
#forwp-drive-preview-post-content.is-pinning h2:hover,
#forwp-drive-preview-post-content.is-pinning h3:hover,
#forwp-drive-preview-post-content.is-pinning h4:hover,
#forwp-drive-preview-post-content.is-pinning h5:hover,
#forwp-drive-preview-post-content.is-pinning h6:hover,
#forwp-drive-preview-post-content.is-pinning li:hover {
	outline: 2px dashed #2271b1;
}

#forwp-drive-preview-post-content .forwp-drive-image-marker {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 12px 0;
	padding: 8px 12px;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	line-height: 1.4;
}

#forwp-drive-preview-post-content .forwp-drive-image-marker__remove {
	flex-shrink: 0;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
}

#forwp-drive-preview-post-content.is-pinning .forwp-drive-image-marker,
#forwp-drive-preview-post-content.is-pinning .forwp-drive-image-marker:hover {
	cursor: default;
	outline: none;
}
