h2 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #264653;
	border-bottom: 2px solid #f4a261;
	padding-bottom: .4rem;
	margin-bottom: 1.2rem;
	margin-top: 2.5rem;
	line-height: 1.4;
	font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

h3 {
	font-size: 2rem;
	font-weight: 600;
	color: #2a9d8f;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-family: "Helvetica Neue", Arial, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.5;
}

@media (max-width: 600px) {
	h2 {
		font-size: 2rem;
	}
	
	h3 {
		font-size: 1.5rem;
	}
}

.tip-box {
	background: #fff8ed;
	border: 2px solid #f4a261;
	border-radius: 12px;
	padding: 1.8rem 2rem;
	margin: 2.5rem 0;
	font-size: 1.4rem;
	line-height: 1.75;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #333;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	position: relative;
}

blockquote {
	font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
}

.inline-menu {
	background: #f0f4f8;
	border-left: 4px solid #2a9d8f;
	padding: 1.2rem 1.5rem;
	margin: 2rem 0;
	font-size: 1.05rem;
	border-radius: 8px;
}

.inline-menu ul {
	list-style: none;
	padding-left: 0;
	margin: .6rem 0 0;
}

.inline-menu ul li {
	margin-bottom: .4rem;
}

.inline-menu ul li a {
	color: #2a9d8f;
	text-decoration: none;
}

.inline-menu ul li a:hover {
	text-decoration: underline;
}

html {
	scroll-behavior: smooth;
}

h1.entry-title {
	font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 2.8rem;
	line-height: 1.3;
	font-weight: 600;
	color: #222;
	margin-bottom: 1rem;
}

h1 {
	font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 2.7rem;
	line-height: 1.3;
	font-weight: 600;
	color: #222;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.author-section {
	display: flex;
	align-items: flex-start;
	background-color: #fef6ea;
	border-left: 6px solid #f4a261;
	border-radius: 12px;
	padding: 2rem;
	gap: 2rem;
	margin-top: 3rem;
	font-size: 1.7rem;
	line-height: 1.75;
	flex-wrap: wrap;
	color: #333;
}

.author-image {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.author-content h4 {
	margin-top: 0;
	font-size: 1.7rem;
	color: #2a9d8f;
	margin-bottom: 1rem;
}

.author-content a {
	color: #e76f51;
	font-weight: 600;
	text-decoration: none;
}

.author-content a:hover {
	text-decoration: underline;
}

.page .entry-header h1 {
	font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	color: #2a9d8f;
/* Το signature πρασινογαλάζιο του Παιδοκήπου */
	margin-bottom: 2rem;
}

.blog-intro-box {
	background-color: #fff8ed;
	border-left: 6px solid #f4a261;
	padding: 2.5rem;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.05);
	margin-bottom: 3rem;
	text-align: left;
}

.blog-intro-box h1 {
	font-size: 2.6rem;
	color: #264653;
	font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 1rem;
}

.blog-intro-box p {
	font-size: 1.4rem;
	color: #444;
	line-height: 1.8;
	font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

h4.wp-block-post-title {
	font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	color: #264653;
}

em, i {
	font-style: italic;
	font-weight: 500;
	color: #3d3d3d;
/* λίγο πιο σκούρο */
	font-family: inherit;
}

body {
	font-family: "Noto Sans", "Open Sans", "Roboto", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans", "Open Sans", "Roboto", sans-serif !important;
}