﻿ 			p,a,li,h2 {
 			font-family: 'Helvetica', 'Arial', sans-serif; color:#4A5E34; 
 			}
 	
 			b {color: #C65D3B; font-weight:bold;}

			/* immagini fluide */
			img {
    			max-width: 100% !important;
    		height: auto !important;
			}

.novita-newsletter {
	margin: 30px 0 35px 0;
	padding: 26px 30px 22px 30px;
	background: #f7f4ec;
	border-top: 1px solid #d9b6a5;
	border-bottom: 1px solid #d9b6a5;
}

.novita-newsletter h2 {
	margin: 0 0 14px 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.1em;
	line-height: 1.2;
	color: #4A5E34;
	font-weight: bold;
	text-align: center;
}

.novita-newsletter-intro {
	margin: 0 0 24px 0;
	font-size: 1.06em;
	line-height: 1.8;
	color: #4a4a4a;
	text-align: center;
}

.novita-newsletter-list {
	margin: 0;
	padding: 0;
}

.novita-newsletter-item {
	margin: 0 0 18px 0;
	padding: 0 0 0 18px;
	border-left: 3px solid #d9b6a5;
	font-size: 1.03em;
	line-height: 1.8;
	color: #333333;
	text-align: left;
}

.novita-newsletter-item:last-child {
	margin-bottom: 0;
}

.novita-newsletter-label {
	display: block;
	margin: 0 0 4px 0;
	font-weight: bold;
	color: #4A5E34;
}

.novita-newsletter a {
	color: #9b4f2e;
	text-decoration: underline;
	text-decoration-thickness: 1.2px;
	text-underline-offset: 2px;
	font-weight: 600;
}

.novita-newsletter a:hover,
.novita-newsletter a:focus {
	color: #b85c33;
	text-decoration-thickness: 2px;
}

@media (max-width: 768px) {
	.novita-newsletter {
		padding: 20px 16px 18px 16px;
	}

	.novita-newsletter h2 {
		font-size: 1.8em;
	}

	.novita-newsletter-intro,
	.novita-newsletter-item {
		font-size: 1em;
		line-height: 1.75;
	}
}


@media (max-width: 768px) {
	.novita-newsletter {
		padding: 20px 16px 16px 16px;
	}

	.novita-newsletter h2 {
		font-size: 1.8em;
	}

	.novita-newsletter-intro,
	.novita-newsletter-item {
		font-size: 1em;
		line-height: 1.75;
	}
}
.box-articolo-podcast {
	width: 92%;
	margin: 20px auto 0 auto;
}

.box-articolo-podcast-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.box-articolo-podcast-col {
	flex: 1 1 320px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.box-articolo-podcast-col.left {
	background-color: #C65D3B;
}

.box-articolo-podcast-col.right {
	background-color: #556F3A;
}

.box-articolo-podcast-col h2 {
	color: #FFFFFF;
	margin: 0;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 1.2;
}

.box-articolo-podcast-col h3 {
	color: #FFFFFF;
	margin: 8px 0 0 0;
	font-style: italic;
	font-size: 26px;
	line-height: 1.25;
	font-family: Arial, sans-serif;
}

.box-articolo-podcast-col .autore {
	color: #FFFFFF;
	margin-top: 8px;
	font-size: 20px;
	font-family: Arial, sans-serif;
}

.box-cta-doppia {
	width: 92%;
	margin: 16px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.box-cta-doppia .cta-col {
	flex: 1 1 320px;
}

.box-cta-doppia .cta-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 18px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
}

.box-cta-doppia .cta-articolo {
	background-color: #C65D3B;
}

.box-cta-doppia .cta-podcast {
	background-color: #4A5E34;
}

@media (max-width: 768px) {
	.box-cta-doppia {
		display: block;
	}

	.box-cta-doppia .cta-col {
		width: 100%;
		margin-bottom: 10px;
	}

	.box-cta-doppia .cta-col:last-child {
		margin-bottom: 0;
	}

	.box-cta-doppia .cta-btn {
		font-size: 18px;
		padding: 12px 16px;
	}
}

@media (max-width: 768px) {
	.box-articolo-podcast-inner {
		display: block;
	}

	.box-articolo-podcast-col {
		width: 100%;
		padding: 16px 18px;
		display: block;
	}

	.box-articolo-podcast-col.left {
		border-bottom: 2px solid #FFFFFF;
	}
}

