/**
 * Section header block: avatar (featured image), title, subtitle, author line.
 * Works inside Elementor Shortcode widget; override in theme or Customizer Additional CSS.
 */

.custom-blog-section-header {
	box-sizing: border-box;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 1rem 2rem;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.custom-blog-section-header--empty {
	color: #666;
	font-size: 0.9rem;
	font-style: italic;
}

.custom-blog-section-header__figure {
	margin: auto !important;
	width: 8.75rem;
	height: 8.75rem;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.custom-blog-section-header__img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.custom-blog-section-header__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 700;
	line-height: 1.15;
	color: #111;
	letter-spacing: -0.02em;
}

.custom-blog-section-header__subtitle {
	margin-bottom: 8px;
	font-size: clamp(0.95rem, 2.2vw, 1.1rem);
	font-weight: 400;
	line-height: 1.45;
	color: #6b6b6b;
}

.custom-blog-section-header__byline {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #111;
}

.custom-blog-section-header__byline em {
	font-style: italic;
	font-weight: 400;
	margin-right: 0.25em;
}

.custom-blog-section-header__byline .custom-blog-section-header__author-name {
	font-style: normal;
	font-weight: 400;
}
