/**
 * Inbox preview — mirrors single post entry content width (720px column).
 */

/* Admin chrome — theme single-post CSS is enqueued on this screen for preview only */
.forwp-drive-admin-page .forwp-drive-admin-chrome,
.forwp-drive-admin-page .forwp-drive-admin-chrome :where(p, li, strong, em, code, span, dt, dd, button, .button) {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	letter-spacing: normal;
	text-transform: none;
}

.forwp-drive-admin-page > h1.forwp-drive-admin-chrome {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 8px;
}

.forwp-drive-admin-page > .description.forwp-drive-admin-chrome {
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0;
}

.forwp-drive-admin-page .forwp-drive-empty-panel {
	font-size: 13px;
	line-height: 1.5;
	color: #1d2327;
}

.forwp-drive-admin-page .forwp-drive-empty-panel :where(p, li) {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 8px;
	font-weight: 400;
}

.forwp-drive-admin-page .forwp-drive-empty-panel__lead {
	margin-bottom: 10px;
}

.forwp-drive-admin-page .forwp-drive-empty-panel__label {
	color: #646970;
	font-size: 11px;
	font-weight: 600;
	margin: 12px 0 6px;
	text-transform: uppercase;
}

.forwp-drive-admin-page .forwp-drive-empty-panel__list {
	margin: 0 0 0 1.25em;
	padding: 0;
}

.forwp-drive-admin-page .forwp-drive-empty-panel strong {
	font-weight: 600;
}

.forwp-drive-admin-page .forwp-drive-card h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: none;
}

.forwp-drive-admin-page .forwp-drive-card__meta {
	font-size: 13px;
}

.forwp-drive-admin-page .forwp-drive-preview > p:last-child {
	margin-top: 12px;
}

/* Admin header — keep normal case/size; theme global styles load on this screen too */
#forwp-drive-preview .forwp-drive-preview__header {
	margin-bottom: 12px;
}

#forwp-drive-preview .forwp-drive-preview__label {
	color: #646970;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.4;
	margin: 0 0 8px;
	text-transform: none;
}

#forwp-drive-preview .forwp-drive-preview__title {
	color: #1d2327;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.45;
	margin: 0 0 6px;
	text-transform: none;
}

#forwp-drive-preview .forwp-drive-preview__meta {
	color: #50575e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.5;
	margin: 0;
	text-transform: none;
}

.forwp-drive-preview-body {
	max-height: min(70vh, 720px);
	overflow: auto;
	border-top: 1px solid #dcdcde;
	margin-top: 12px;
	padding-top: 16px;
	background: var(--wp--preset--color--base, #fff);
}

.forwp-drive-preview-single.single-post-main {
	margin: 0;
	padding: 0;
	max-width: none;
}

.forwp-drive-preview-single .single-post-entry-content {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.forwp-drive-preview-single .wp-block-post-content {
	box-sizing: border-box;
}
