
.wp-admin:before {
	display: none;
}

.wp-admin:after {
	display: none;
}

.wp-admin input, .wp-admin textarea{
	color: #000 !important;
}

html :where(.wp-block) {
	max-width: 1440px !important;
}

.acf-block-preview .banner:before, .acf-block-preview .banner:after {
	display: none !important;
}

:root :where(.editor-styles-wrapper) {
	background: #04090a;
	overflow: hidden;
}

html :where(.wp-block){
	padding-bottom: 0;
}
.editor-visual-editor section .button {
	width: max-content;
	padding: 20px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #213f0f;
	border-radius: 10px;
	transition: 0.3s all ease;
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 20px;
	color: #fff !important;
	border: none !important;
}

.editor-visual-editor section .button:hover {
	background: #FFF;
	color: #213f0f !important;
}

.editor-visual-editor section .button:hover svg path {
	fill: #213f0f;
}

.editor-visual-editor .white-button {
	width: max-content;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #FFF;
	border-radius: 10px;
	transition: 0.3s all ease;
	text-decoration: none;
}

.editor-visual-editor .white-button:hover {
	background: #213f0f;
	color: #FFF;
}

.editor-visual-editor .white-button:hover svg path {
	fill: #fff;
}

.editor-visual-editor .button-transparent {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 18.5px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	background: transparent;
	text-decoration: none;
}

.editor-visual-editor .button-transparent svg {
	width: 12px;
	height: 20px;
}

.editor-visual-editor .button-transparent svg path {
	fill: #fff;
}

.editor-visual-editor .button-transparent:hover {
	background: #213f0f;
	color: #fff;
	border-color: #213f0f;
}

.editor-visual-editor .button-transparent:hover svg path {
	fill: #fff;
}
