/**
 * Single News Post — Olimpia Milano
 *
 * Sections:
 * 1. Hero (full-width, bg image contain, gradient overlay, white title)
 * 2. First paragraph (red intro)
 * 3. Blockquotes (centered, red, decorative quotes)
 * 4. Images (border-radius 12px)
 * 5. Content spacing
 */

/* ==========================================================================
   1. HERO — Layout overrides for single news (hero styles in hero-header.css)
   ========================================================================== */

/* Remove parent theme top padding on single news */
body.single-post .page_content_wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Remove parent theme content_wrap max-width constraint for single news */
body.single-post .page_content_wrap > .content_wrap {
	max-width: none;
	padding: 0;
}

body.single-post .wp-element-caption {
	text-align: center !important;
}

/* ==========================================================================
   2. FIRST PARAGRAPH — Red intro text (until <!--more--> or first sentence)
   ========================================================================== */

.olimpia-single-intro {
	color: var(--color-primary, #AA1A2D);
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--color-gray-200, #eee);
}

.olimpia-single-intro p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

@media (max-width: 768px) {
	.olimpia-single-intro {
		font-size: 18px;
		line-height: 26px;
	}
}

/* ==========================================================================
   3. BLOCKQUOTES — Centered, red uppercase, decorative quotation marks
   ========================================================================== */

.olimpia-single-content__body blockquote,
.entry-content blockquote,
.post_content blockquote {
	position: relative;
	border: none;
	border-left: none;
	margin: 3rem auto;
	padding: 3rem 2rem;
	text-align: center;
	max-width: 800px;
	background: transparent;
}

.olimpia-single-content__body blockquote::before,
.entry-content blockquote::before,
.post_content blockquote::before {
	content: "\201C";
	display: block;
	font-family: Georgia, serif;
	font-size: 120px;
	line-height: 0.6;
	color: var(--color-gray-200, #ddd);
	margin-bottom: 1rem;
}

.olimpia-single-content__body blockquote::after,
.entry-content blockquote::after,
.post_content blockquote::after {
	content: "\201D";
	display: block;
	font-family: Georgia, serif;
	font-size: 120px;
	line-height: 0.4;
	color: var(--color-gray-200, #ddd);
	margin-top: 3rem;
}

.olimpia-single-content__body blockquote p,
.entry-content blockquote p,
.post_content blockquote p {
	font-family: var(--font-bg-title, 'Saira Extra Condensed', sans-serif);
	font-size: clamp(20px, 2.5vw, 32px);
	font-weight: 800;
	line-height: 1.2;
	color: var(--color-primary, #AA1A2D);
	text-transform: uppercase;
	letter-spacing: -0.01em;
	margin: 0;
}

/* Citation (author name below quote) */
.olimpia-single-content__body blockquote cite,
.entry-content blockquote cite,
.post_content blockquote cite {
	display: block;
	margin-top: 1rem;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	color: var(--color-gray-700, #555);
	text-transform: none;
	letter-spacing: 0;
	font-family: 'Inter', sans-serif;
}

@media (max-width: 768px) {
	.olimpia-single-content__body blockquote,
	.entry-content blockquote,
	.post_content blockquote {
		padding: 2rem 1rem;
		margin: 2rem auto;
	}

	.olimpia-single-content__body blockquote::before,
	.entry-content blockquote::before,
	.post_content blockquote::before,
	.olimpia-single-content__body blockquote::after,
	.entry-content blockquote::after,
	.post_content blockquote::after {
		font-size: 80px;
	}
}

/* ==========================================================================
   4. IMAGES — Border radius 12px (sitewide, post content)
   ========================================================================== */

.olimpia-single-content__body img,
.post_content img,
.entry-content img {
	border-radius: 12px;
}

/* WordPress alignment classes */
.olimpia-single-content__body .wp-block-image img,
.post_content .wp-block-image img,
.entry-content .wp-block-image img {
	border-radius: 12px;
}

.olimpia-single-content__body figure.wp-block-image,
.post_content figure.wp-block-image,
.entry-content figure.wp-block-image {
	border-radius: 12px;
	overflow: hidden;
}

/* ==========================================================================
   5. CONTENT SPACING & LAYOUT
   ========================================================================== */

.olimpia-single-content {
	max-width: var(--content-width, 1500px);
	margin: 0 auto;
	padding: 3rem 24px 2rem;
	box-sizing: border-box;
}

.olimpia-single-content__body {
	max-width: 760px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.75;
	color: var(--color-gray-900, #1a1a1a);
}

.olimpia-single-content__body p {
	margin-bottom: 1.5rem;
}

.olimpia-single-content__body h2,
.olimpia-single-content__body h3,
.olimpia-single-content__body h4 {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--color-black, #010101);
}

/* ==========================================================================
   6. POST FOOTER — removed, now uses shared disclaimer-share component
   ========================================================================== */

/* ==========================================================================
   7. RELATED POSTS — boxed wrap + spacing
   ========================================================================== */

.olimpia-single-related-wrap {
	max-width: var(--content-width, 1500px);
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

body.single-post .olimpia-related-news {
	padding-top: 0;
}
