/*
 * "More Search Options" page (auto-created WP page, post ID 52, destpref=page).
 *
 * IMPORTANT: this page's actual filter panel is NOT rendered by our theme or
 * the plugin locally — its entry-content is a single
 * <iframe src="https://link.flexmls.com/...">, a cross-origin page hosted by
 * FBS/FlexMLS. Browsers enforce the same-origin policy: no CSS or JS on this
 * site can read or style anything inside that iframe's document. Only the
 * page chrome WordPress renders AROUND the iframe (background, the "Search"
 * title) is reachable here — the filter fields, buttons, and blue accents
 * inside the iframe are out of reach without FBS-side branding settings.
 */

.page-id-52 .entry-content {
	background: var(--wp--preset--color--gray-50);
	padding: 1.5rem;
	border-radius: 8px;
}

.page-id-52 .wp-block-post-title {
	font-family: var(--wp--preset--font-family--serif);
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 600;
	color: var(--wp--preset--color--primary);
	text-align: center;
	margin-bottom: 1.5rem;
}

.page-id-52 .entry-content iframe {
	display: block;
	border: 1px solid var(--wp--preset--color--gray-300);
	border-radius: 8px;
}
