.recast-paywall-meta-panel {
	.components-base-control__field {
		margin-bottom: 12px;
	}
}

/* Invert the icon when the toolbar button is active (white icon on highlight) */
.edit-post-header__toolbar .components-button.is-pressed .recast-paywall-icon,
.edit-post-header__toolbar .components-button.is-pressed .recast-paywall-icon img {
	filter: brightness(0) invert(1);
}



