/* Pagina pubblica Report Prezzi */
.cam-report-prezzi {
	margin: 1.5rem 0 2.5rem;
}

.cam-report-intro {
	margin-bottom: 2rem;
	font-size: 1.05rem;
	line-height: 1.6;
}

.cam-report-section-title {
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0 0 1.25rem;
	padding-bottom: 0.5rem;
	border-bottom: 3px solid #006838;
}

.cam-report-latest {
	margin-bottom: 3rem;
}

.cam-report-latest__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

@media (max-width: 768px) {
	.cam-report-latest__grid {
		grid-template-columns: 1fr;
	}
}

.cam-report-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.75rem 1.5rem;
	border-radius: 10px;
	border: 2px solid transparent;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	min-height: 180px;
}

.cam-report-card:hover,
.cam-report-card:focus {
	text-decoration: none;
	transform: translateY(-3px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
	outline: none;
}

.cam-report-card--orto {
	background: linear-gradient(145deg, #e8f5e9 0%, #c8e6c9 100%);
	border-color: #66bb6a;
	color: #1b5e20;
}

.cam-report-card--orto:hover,
.cam-report-card--orto:focus {
	color: #1b5e20;
}

.cam-report-card--ittico {
	background: linear-gradient(145deg, #e3f2fd 0%, #bbdefb 100%);
	border-color: #42a5f5;
	color: #0d47a1;
}

.cam-report-card--ittico:hover,
.cam-report-card--ittico:focus {
	color: #0d47a1;
}

.cam-report-card--empty {
	background: #f6f7f7;
	border-color: #dcdcde;
	color: #50575e;
	cursor: default;
	box-shadow: none;
}

.cam-report-card--empty:hover {
	transform: none;
	box-shadow: none;
}

.cam-report-card__label {
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	opacity: 0.85;
}

.cam-report-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}

.cam-report-card__date {
	font-size: 1rem;
	opacity: 0.9;
}

.cam-report-card__cta {
	margin-top: auto;
	padding-top: 0.75rem;
	font-weight: 700;
	font-size: 0.95rem;
}

.cam-report-table th {
	background: #006838;
	color: #fff;
	vertical-align: middle;
}

.cam-report-table td {
	vertical-align: middle;
}

.cam-report-link {
	font-weight: 600;
	text-decoration: none;
}

.cam-report-link--orto {
	color: #2e7d32;
}

.cam-report-link--ittico {
	color: #1565c0;
}

.cam-report-link:hover,
.cam-report-link:focus {
	text-decoration: underline;
}

.cam-report-empty {
	color: #50575e;
	font-style: italic;
}

/* Pagina Listino Prezzi (shortcode legacy) */
.cam-listino-prezzi {
	margin: 1.5rem 0;
}

.cam-listino-intro {
	margin-bottom: 1rem;
}

.cam-listino-table th {
	background: #006838;
	color: #fff;
}

.cam-listino-note {
	margin-top: 1rem;
	font-size: 0.85rem;
}
