/*
Theme Name: Breaking Rules Publishing Child
Theme URI: https://breakingrulespublishing.com/
Author: Breaking Rules Publishing
Author URI: https://breakingrulespublishing.com/
Description: Child theme of Harati for Breaking Rules Publishing. Sets a single, centered footer copyright line and a classic homepage blog layout (featured image -> title -> meta -> full content).
Version: 1.0.0
Requires at least: 5.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: harati
Text Domain: brp-child
Tags: blog, news, two-columns, right-sidebar, featured-images, custom-menu, translation-ready
*/

/* ============================================================
   Classic homepage blog layout
   ============================================================ */
.brp-classic-post {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 24px;
}
.brp-post-thumb {
	margin: 0;
	line-height: 0;
}
.brp-featured-img,
.brp-post-thumb img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.brp-post-header {
	padding: 22px 24px 0;
}
.brp-post-title {
	margin: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1.3;
}
.brp-post-title a {
	text-decoration: none;
}
.brp-post-meta {
	font-size: 0.85rem;
	opacity: 0.75;
	margin-bottom: 14px;
}
.brp-post-meta span {
	margin-right: 14px;
}
.brp-post-content {
	padding: 0 24px;
	line-height: 1.7;
}
.brp-post-content img {
	max-width: 100%;
	height: auto;
}

/* ============================================================
   Footer copyright: single line, centered, responsive
   ============================================================ */
.theme-footer-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}
.theme-footer-bottom .theme-author-credit,
.theme-footer-bottom .brp-copyright {
	width: 100%;
	text-align: center;
}
.theme-footer-bottom .site-footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
	.brp-post-title {
		font-size: 1.3rem;
	}
	.brp-post-header,
	.brp-post-content {
		padding-left: 16px;
		padding-right: 16px;
	}
}
