/* =optin block
*/

.editor-styles-wrapper .block-button-modal .modal.hidden {
	display: block !important; /*show modal area in admin*/
	padding: 2em;
  border: 1px dashed;
  margin-top: 1em;
  background: var(--wp--preset--color--secondary);
}
.editor-styles-wrapper .block-button-modal .modal.hidden::before {
	content: "MODAL CONTENT";
	display: block;
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--custom--typography--interface--font-size);
	font-weight: var(--wp--custom--typography--interface--font-weight);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--typography--interface--line-height);
	text-transform: var(--wp--custom--typography--interface--text-transform);
}
