/**
 * Add Code in Middle of Articles Plugin Stylesheet
 * Developer: StefanMK (www.stefanmk.com)
 * License: GPL-2.0+
 */

/* Default wrapper styling - can be customized per site */
#addcodemiddle-container {
	margin: 30px 0;
	padding: 0;
}

/* Responsive handling for mobile devices */
@media (max-width: 768px) {
	#addcodemiddle-container {
		margin: 20px 0;
	}
}

/* Print media - optionally hide from print */
@media print {
	#addcodemiddle-container {
		/* Uncomment to hide from print: display: none; */
	}
}