@media (min-width: 782px) {

	.acf-block-form-modal {
		height: 100% !important;
		width: 50% !important;
		border-radius: 0;
		position: absolute;
		right: 0;
		transition: width .2s ease;
	}

	.acf-block-form-modal.mw-expanded {
		width: 80% !important;
	}

	.mw-acf-expand-button {
		margin-right: 8px;
		min-width: 36px !important;
		height: 36px !important;
		padding: 6px !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
	}

	.mw-acf-expand-button svg {
		width: 20px;
		height: 20px;
	}
}