/*
 * Hallux Rigidus Post Margin Fix (post-34)
 * Matches margin/padding style of the Mary Janes reference page.
 * Version: 1.1.0
 */

/* Main content area - matches Mary Janes page layout */
.post-34 .entry-content,
.post-34 .post-content,
.post-34 article .entry-content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

/* Images stay within content bounds */
.post-34 .entry-content img,
.post-34 .post-content img {
	max-width: 100%;
	height: auto;
}

/* Paragraph spacing */
.post-34 .entry-content p,
.post-34 .post-content p {
	margin-top: 0;
	margin-bottom: 1.2em;
}

/* Tablet */
@media ( max-width: 1024px ) {
	.post-34 .entry-content,
	.post-34 .post-content,
	.post-34 article .entry-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Mobile */
@media ( max-width: 600px ) {
	.post-34 .entry-content,
	.post-34 .post-content,
	.post-34 article .entry-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
