.maa-ad-block-editor {
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.maa-ad-block-editor:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.maa-ad-block-frontend {
	margin: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.maa-ad-block-frontend.left {
	justify-content: flex-start;
}

.maa-ad-block-frontend.right {
	justify-content: flex-end;
}

.maa-ad-wrapper {
	display: inline-block;
	width: 100%;
	max-width: 100%;
}
