/*!
Theme Name: naqeebwpdev-theme
Theme URI: https://naqeebulrehman.com/
Author: Naqeeb Ul Rehman
Author URI: https://naqeebulrehman.com/
Description: Custom theme for Naqeeb personal brand — v2 Engineered Calm design system.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naqeebwpdev-theme
Tags: custom-menu, custom-logo, one-column
*/

/* WordPress wrapper resets — brand styles live in assets/css/brand-v2.css */

.site-main,
#primary.site-main {
	padding: 0;
	margin: 0;
	max-width: none;
	width: 100%;
}

.entry-content,
.naqeeb-page-content {
	max-width: none;
	padding: 0;
	margin: 0;
}

.entry-content > :first-child,
.naqeeb-page-content > :first-child {
	margin-top: 0;
}

/* Classic Editor sometimes wraps custom HTML blocks in stray paragraphs */
.entry-content > p:empty,
.naqeeb-page-content > p:empty {
	display: none;
	margin: 0;
}

.entry-header,
.entry-footer,
.edit-link {
	display: none;
}

/* Admin bar offset for fixed pill nav */
.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}
