/*
Theme Name: Edu Questionare Child
Theme URI: https://eduquestionare.com/
Author: Edu Questionare
Author URI: https://eduquestionare.com/
Description: Child theme of Ogma Blog for Edu Questionare. Sets a single, centered footer copyright line and a classic homepage blog layout (featured image -> title -> meta -> full content). NOTE: Ogma Blogger (the previously active theme) is itself a child of Ogma Blog, so this is built as a proper single-level child of Ogma Blog, which WordPress fully supports.
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: ogma-blog
Text Domain: eduquestionare-child
Tags: blog, news, two-columns, right-sidebar, featured-images, custom-menu, translation-ready
*/

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

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

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