/* Blog Styles for pornsites.reviews */

/* Blog Container */
.blog-container {
	max-width: 1000px;
	margin: 40px auto; 
	padding: 0 20px;
}

/* Blog Header */ 
.blog-header {
	text-align: center;
	margin-bottom: 0;
	padding: 0 0 40px 0;
}

.blog-header h1 {
	font-size: 48px;
	font-weight: 700;
	color: #edeeee;
	margin: 0 0 10px 0;
}

.blog-header p { 
	font-size: 18px;
	color: #b6b8bb;
	margin: 0;
}

/* Category Filter */
.blog-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
	padding: 20px;
	background-color: #212121;
	border-radius: 12px;
}
 
.blog-categories a {
	padding: 8px 16px;
	background-color: #333;
	color: #b6b8bb;
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.blog-categories a:hover {
	background-color: #129ac6;
	color: #fff;
}

.blog-categories a.active {
	background-color: #129ac6;
	color: #fff;
}

/* Blog Posts Grid */
.blog-posts {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}

/* Blog Post Card */
.blog-post-card {
	background-color: #212121;
	border-radius: 12px;
	overflow: hidden;
}

/* Post Content in Card (blog listing only) */
.post-content-card {
	padding: 20px !important;
}

.post-image {
	width: 100%;
	height: 220px;
	overflow: hidden;
	background-color: #333;
}

.post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-meta {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
	font-size: 13px;
}

.post-category {
	background-color: #129ac6;
	color: #fff;
	padding: 4px 10px;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
}

.post-date {
	color: #b6b8bb;
}

.post-title {
	margin: 0 0 15px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.post-title a {
	color: #edeeee;
	text-decoration: none;
	transition: color 0.3s ease;
}

.post-title a:hover {
	color: #129ac6;
}

.post-excerpt {
	color: #b6b8bb;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 15px 0;
}

.read-more {
	display: inline-block;
	color: #129ac6;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: color 0.3s ease;
}

.read-more:hover {
	color: #0d7a9a;
}

/* No Posts */
.no-posts {
	text-align: center;
	padding: 60px 20px;
	background-color: #212121;
	border-radius: 12px;
}

.no-posts p {
	color: #b6b8bb;
	font-size: 18px;
	margin: 0;
}

/* Pagination */
.blog-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 40px 0;
	padding: 20px;
}

.blog-pagination a {
	padding: 10px 20px;
	background-color: #212121;
	color: #edeeee;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.blog-pagination a:hover {
	background-color: #129ac6;
	color: #fff;
}

.page-info {
	color: #b6b8bb;
	font-size: 14px;
}

/* Single Post Styles */
.blog-post-single {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 20px;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 30px;
	font-size: 16px;
	color: #b6b8bb;
}

.breadcrumbs a {
	color: #129ac6;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span {
	color: #edeeee;
}

/* Post Content Wrapper */
.post-content-wrapper {
	background-color: #212121;
	border-radius: 12px;
	padding: 40px;
	margin-bottom: 40px;
	text-align: left;
}

/* Post Header */
.post-header {
	margin-bottom: 30px;
}

.post-header h1 {
	font-size: 36px;
	font-weight: 700;
	color: #edeeee;
	margin: 15px 0;
	line-height: 1.2;
}

.post-header .post-meta {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #b6b8bb;
	font-size: 14px;
}

.post-header .separator {
	color: #666;
}

/* Featured Image */
.post-featured-image {
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
}

.post-featured-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* Post Content */
.post-content {
	color: #d1cfd2;
	font-size: 17px;
	line-height: 1.8;
	padding: 0;
}

.post-content h2 {
	font-size: 28px;
	font-weight: 700;
	color: #edeeee;
	margin: 40px 0 20px 0;
}

.post-content h3 {
	font-size: 24px;
	font-weight: 600;
	color: #edeeee;
	margin: 30px 0 15px 0;
}

.post-content p {
	margin: 0 0 20px 0;
}

.post-content ul,
.post-content ol {
	margin: 0 0 20px 20px;
	padding-left: 20px;
}

.post-content li {
	margin-bottom: 10px;
}

.post-content a {
	color: #129ac6;
	text-decoration: underline;
}

.post-content a:hover {
	color: #0d7a9a;
}

.post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

.post-content blockquote {
	border-left: 4px solid #129ac6;
	padding-left: 20px;
	margin: 20px 0;
	font-style: italic;
	color: #b6b8bb;
}

/* Post Tags */
.post-tags {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #333;
}

.post-tags strong {
	color: #edeeee;
	margin-right: 10px;
}

.post-tags .tag {
	display: inline-block;
	background-color: #333;
	color: #b6b8bb;
	padding: 5px 12px;
	border-radius: 4px;
	font-size: 13px;
	margin-right: 8px;
	margin-bottom: 8px;
}

/* Post Share */
.post-share {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #333;
}

.post-share strong {
	color: #edeeee;
	display: block;
	margin-bottom: 15px;
}

.share-btn {
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
}

.share-btn.twitter {
	background-color: #1DA1F2;
	color: #fff;
}

.share-btn.twitter:hover {
	background-color: #0d8bd9;
}

.share-btn.facebook {
	background-color: #1877F2;
	color: #fff;
}

.share-btn.facebook:hover {
	background-color: #0d65d9;
}

.share-btn.reddit {
	background-color: #FF4500;
	color: #fff;
}

.share-btn.reddit:hover {
	background-color: #e03d00;
}

/* Related Posts */
.related-posts {
	margin-bottom: 40px;
}

.related-posts h2 {
	font-size: 32px;
	font-weight: 700;
	color: #edeeee;
	margin-bottom: 25px;
}

.related-posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
}

.related-post-card {
	background-color: #212121;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.related-post-card:hover {
	transform: translateY(-3px);
}

.related-post-image {
	width: 100%;
	height: 160px;
	overflow: hidden;
	background-color: #333;
}

.related-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-post-content {
	padding: 20px;
}

.related-post-content h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
}

.related-post-content h3 a {
	color: #edeeee;
	text-decoration: none;
	transition: color 0.3s ease;
}

.related-post-content h3 a:hover {
	color: #129ac6;
}

.related-post-date {
	color: #b6b8bb;
	font-size: 13px;
}

/* Back to Blog */
.back-to-blog {
	text-align: center;
	margin: 40px 0;
}

.back-to-blog a {
	display: inline-block;
	padding: 12px 30px;
	background-color: #212121;
	color: #edeeee;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.back-to-blog a:hover {
	background-color: #129ac6;
	color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.blog-header h1 {
		font-size: 36px;
	}
	
	.blog-posts {
		grid-template-columns: 1fr;
	}
	
	.post-content-wrapper {
		padding: 25px;
	}
	
	.post-header h1 {
		font-size: 32px;
	}
	
	.post-content {
		font-size: 16px;
	}
	
	.post-content h2 {
		font-size: 26px;
	}
	
	.post-content h3 {
		font-size: 20px;
	}
	
	.related-posts-grid {
		grid-template-columns: 1fr;
	}
	
	.blog-pagination {
		flex-direction: column;
		gap: 10px;
	}
	
	.share-btn {
		display: block;
		margin: 0 0 10px 0;
		text-align: center;
	}
}
