/**
 * Guest Submissions — structural styles.
 *
 * Loaded only on pages where a create-post form was unlocked for guests.
 */

/* Honeypot: off-screen, not display:none — bots that skip hidden inputs
   would otherwise ignore it. */
.vt-gs-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0;
	pointer-events: none;
}

/* Drafts need a session to come back to; guests have none. The stylesheet
   only loads on unlocked pages, and .logged-in scopes it away from any
   logged-in preview of the same page. */
body:not(.logged-in) .elementor-widget-ts-create-post .ts-save-draft {
	display: none !important;
}
