/*
Theme Name: Fotomag Child
Theme URI: https://viewm.world/
Description: Child theme for Fotomag.
Author: Viewm
Author URI: https://viewm.world/
Template: fotomag
Version: 1.0.0
Text Domain: fotomag-child
*/

/* Add child theme custom styles below this line */

.fm-post-layout-editorial .fm-editorial-hero {
	margin-top: 24px;
	margin-bottom: 24px;
}

.fm-post-layout-editorial .fm-editorial-kicker {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	opacity: 0.75;
	margin-bottom: 8px;
}

.fm-post-layout-editorial .fm-editorial-title {
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.1;
	margin-bottom: 14px;
}

.fm-post-layout-editorial .fm-editorial-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	font-size: 0.92rem;
	margin-bottom: 20px;
	opacity: 0.85;
}

.fm-post-layout-editorial .fm-editorial-body {
	max-width: 980px;
}

.fm-post-layout-editorial .fm-editorial-body p {
	font-size: 1.08rem;
	line-height: 1.9;
}
