﻿/* ============================
   Pagina Podcast
   ============================ */

.cr-podcast-wrap {
	margin-top: 35px;
	margin-bottom: 45px;
}

.cr-podcast-box {
	background: #ffffff;
	border-left: 6px solid #4A5E34;
	padding: 28px 32px;
	margin-bottom: 30px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.cr-podcast-header1 {
	display: block;
	text-align: center;
	margin-bottom: 24px;
}

.cr-podcast-header {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-bottom: 24px;
}

.cr-podcast-logo-wrap {
	text-align: center;
	margin-bottom: 25px;
}

.cr-podcast-image {
	width: 180px;
	text-align:center;
	padding-bottom:25px;
}

.cr-podcast-title h2 {
	color: #4A5E34;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.75rem;
	line-height: 1.3;
}

.cr-podcast-title p {
	color: #C65D3B;
	font-size: 1.05rem;
	line-height: 1.6;
	margin-bottom: 0;
	font-weight: 600;
}

.cr-podcast-text p,
.cr-podcast-focus p,
.cr-related-links p {
	color: #4A5E34;
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 14px;
}

.cr-podcast-focus {
	background: #ffffff;
	border-left: 6px solid #C65D3B;
	padding: 24px 28px;
	margin: 30px 0;
	box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.cr-podcast-focus h2 {
	color: #4A5E34;
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 1.55rem;
	line-height: 1.3;
}

.cr-audio-box {
	background: #ffffff;
	border-left: 6px solid #C65D3B;
	padding: 28px 32px;
	margin: 30px 0;
	box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.cr-audio-box h2 {
	color: #4A5E34;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.6rem;
}

.cr-audio-box p {
	color: #4A5E34;
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 18px;
}

.cr-audio-player {
	width: 100%;
	margin: 10px 0 18px 0;
}

.cr-audio-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cr-audio-links a {
	display: inline-block;
	background: #4A5E34;
	color: #ffffff !important;
	padding: 10px 18px;
	text-decoration: none !important;
	font-weight: 600;
}

.cr-audio-links a:hover,
.cr-audio-links a:focus {
	background: #C65D3B;
	color: #ffffff !important;
	text-decoration: none !important;
}

.cr-guide-box {
	background: #4A5E34;
	color: #ffffff !important;
	padding: 18px 24px;
	margin: 30px 0 30px 0;
	text-align: center;
}

.cr-guide-box p {
	margin: 0;
	color: #ffffff !important;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 600;
}

.cr-guide-box a {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.cr-related-links {
	background: #ffffff;
	border-top: 4px solid #4A5E34;
	padding: 24px 28px;
	margin: 30px 0;
	box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.cr-related-links a {
	color: #C65D3B;
	font-weight: 700;
	text-decoration: underline;
}

.cr-related-links a:hover,
.cr-related-links a:focus {
	color: #4A5E34;
}

.riepilogo {
	background: #ffffff;
	border-top: 4px solid #4A5E34;
	padding: 28px 32px;
	margin-top: 20px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.riepilogo h3 {
	color: #4A5E34;
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 1.6rem;
}

.riepilogo p {
	color: #4A5E34;
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.cr-podcast-box,
	.cr-podcast-focus,
	.cr-audio-box,
	.cr-related-links,
	.riepilogo {
		padding: 22px 20px;
	}

	.cr-podcast-header {
		display: block;
		text-align: center;
	}

	.cr-podcast-image {
		margin-bottom: 25px;
	}

	.cr-podcast-title {
		text-align: left;
	}

	.cr-podcast-title h2 {
		font-size: 1.45rem;
	}

	.cr-audio-links a {
		width: 100%;
		text-align: center;
	}

	.cr-guide-box {
		text-align: left;
	}
}