/*
Theme Name: Marketing Teacher Simple
Theme URI: https://marketingteacher.com
Description: A clean, simple, plugin-free child theme built on Twenty Twenty-Three for marketingteacher.com. Focused on readability and easy maintenance.
Author: Marketing Teacher
Template: twentytwentythree
Version: 1.0
Text Domain: marketingteacher-simple
*/

/* ---------------------------------------------------------
   1. Base
--------------------------------------------------------- */
* {
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.65;
	color: #23282d;
	background: #ffffff;
}

a {
	color: #1d6fa5;
	text-decoration: underline;
	text-underline-offset: 2px;
}

a:hover,
a:focus {
	color: #144e75;
}

img {
	max-width: 100%;
	height: auto;
}

/* ---------------------------------------------------------
   2. Layout / containers
--------------------------------------------------------- */
.wp-site-blocks {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 24px;
}

/* Full-width blocks (like cover images) can still break out if needed */
.alignfull {
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

/* ---------------------------------------------------------
   3. Headings
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.25;
	color: #111417;
	margin-top: 2em;
	margin-bottom: 0.6em;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; border-bottom: 2px solid #eaeaea; padding-bottom: 0.3em; }
h3 { font-size: 1.2rem; }

.wp-block-post-title,
.entry-title {
	margin-top: 0.4em;
}

/* ---------------------------------------------------------
   4. Header / site branding
--------------------------------------------------------- */
.wp-block-site-title a {
	text-decoration: none;
	color: #111417;
	font-weight: 800;
}

.wp-block-site-tagline {
	color: #6b7280;
	font-size: 0.95rem;
}

.site-logo img {
	max-height: 70px;
	width: auto;
}

/* ---------------------------------------------------------
   5. Navigation
--------------------------------------------------------- */
.wp-block-navigation {
	font-size: 0.95rem;
}

.wp-block-navigation a {
	text-decoration: none;
	color: #23282d;
	padding: 6px 10px;
}

.wp-block-navigation a:hover {
	color: #1d6fa5;
}

/* ---------------------------------------------------------
   6. Search
--------------------------------------------------------- */
.wp-block-search__input {
	border: 1px solid #d0d5dd;
	border-radius: 4px 0 0 4px;
	padding: 8px 12px;
	font-size: 1rem;
}

.wp-block-search__button {
	background: #1d6fa5;
	color: #fff;
	border: none;
	border-radius: 0 4px 4px 0;
	padding: 8px 16px;
	cursor: pointer;
}

.wp-block-search__button:hover {
	background: #144e75;
}

/* ---------------------------------------------------------
   7. "Browse all X lessons" category links
   (used across the homepage / lesson store / blog page)
--------------------------------------------------------- */
.entry-content p a[href*="/category/"] {
	display: inline-block;
	background: #f4f7fa;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	padding: 10px 18px;
	margin: 4px 0 20px 0;
	text-decoration: none;
	font-weight: 600;
	color: #1d6fa5;
}

.entry-content p a[href*="/category/"]:hover {
	background: #1d6fa5;
	border-color: #1d6fa5;
	color: #fff;
}

/* ---------------------------------------------------------
   8. Category / archive listings
--------------------------------------------------------- */
.wp-block-post-template {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-template li {
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}

.wp-block-post-template li:first-child {
	padding-top: 0;
}

.wp-block-post-excerpt {
	color: #444c56;
	font-size: 0.98rem;
}

/* Read More links inside excerpts */
.wp-block-post-excerpt__more-link,
.more-link {
	display: inline-block;
	margin-top: 6px;
	font-weight: 600;
	text-decoration: none;
}

/* ---------------------------------------------------------
   9. Lists inside content (the "Marketing Topics A to Z" index)
--------------------------------------------------------- */
.entry-content ul {
	padding-left: 1.3em;
}

.entry-content li {
	margin-bottom: 0.4em;
}

/* ---------------------------------------------------------
   10. Footer
--------------------------------------------------------- */
.wp-block-template-part[data-type="footer"],
footer.wp-block-template-part {
	border-top: 1px solid #eaeaea;
	margin-top: 3em;
	padding-top: 1.5em;
	color: #6b7280;
	font-size: 0.9rem;
}

/* ---------------------------------------------------------
   11. Responsive
--------------------------------------------------------- */
@media (max-width: 600px) {
	body {
		font-size: 16px;
	}
	h1 { font-size: 1.6rem; }
	h2 { font-size: 1.3rem; }
	.wp-site-blocks {
		padding: 0 16px;
	}
}
