/**
 * Single Post/Page Styles
 *
 * Styles specific to single posts and pages.
 *
 * @package PLS_HTML
 * @since 0.1.0
 */

/* Single post specific styles */
.single .entry-content {
	max-width: 800px;
	margin: 0 auto;
}

/* Page links */
.page-links {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #eee;
}

.page-links a {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-right: 0.5rem;
	background: #f5f5f5;
	border-radius: 4px;
}

.page-links a:hover {
	background: #2271b1;
	color: #fff;
	text-decoration: none;
}

/* Comments */
.comments-area {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #eee;
}

