/* Optional: tiny help text tone-down in the inspector */
.components-panel__body .components-base-control .components-base-control__help {
	font-size: 11px;
	opacity: .85;
}


/* Position classes for Group blocks */
.is-position-sticky {
	position: sticky;
	top: 0;
}

.is-position-fixed {
	position: fixed;
	width: 100%;
}

.is-position-relative {
	position: relative;
}

/* Optional: z-index utility if you decide to move z-index to a class later
   (Currently you set z-index inline; keep or replace with utilities.)
*/

/* Editor canvas tweaks (optional) — helps visibility while editing */
.block-editor-writing-flow .is-position-fixed {
	/* Keep fixed element visible inside the editor canvas; comment out if undesired */
	position: fixed;
}

.block-editor-writing-flow .is-position-sticky {
	position: sticky;
}
