.campagne-monitoraggio-portlet {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

.campagne-monitoraggio-portlet h2 {
	color: #0a4f9c;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 16px;
}

.campagne-monitoraggio-portlet p,
.campagne-monitoraggio-portlet li {
	color: #3c3f46;
	font-size: 0.98rem;
	line-height: 1.45;
}

.campagne-monitoraggio-portlet ul {
	margin-left: 18px;
	margin-bottom: 22px;
}

.campagne-localita-select {
	min-width: 300px;
}

.campagne-map {
	height: 650px;
	width: 100%;
	border: 1px solid #d8dce3;
}

.campagne-table-wrapper {
	width: 100%;
}

.campagne-download-link {
	color: #005dcc;
	font-weight: 700;
	font-size: 2rem;
	text-decoration: underline;
}

.campagne-table thead th {
	background: #f3f4f6;
	font-size: 1.35rem;
	font-weight: 700;
	padding: 14px 16px;
}

.campagne-columns-row th {
	font-size: 1rem !important;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.campagne-sort-btn {
	background: transparent;
	border: 0;
	padding: 0;
	font: inherit;
	font-weight: 700;
	color: #242b35;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.campagne-sort-btn:hover,
.campagne-sort-btn:focus {
	color: #0a4f9c;
	outline: none;
}

.campagne-sort-indicator {
	display: inline-block;
	width: 12px;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1;
}

.campagne-table {
	table-layout: fixed;
	width: 100%;
}

.campagne-col-main {
	width: 46%;
}

.campagne-col-date {
	width: 24%;
}

.campagne-col-actions {
	width: 90px;
}

.campagne-table-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.campagne-table-localita {
	display: inline-block;
	font-size: 1.55rem;
	color: #1f2630;
	line-height: 1.2;
}

.campagne-table-download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 1px solid #0b5fff;
	border-radius: 4px;
	padding: 0 12px;
	min-width: 42px;
	height: 42px;
	background: #0b5fff;
	line-height: 1;
}

.campagne-table-download-btn:hover,
.campagne-table-download-btn:focus {
	text-decoration: none;
	background: #0053f0;
	color: #fff;
	border-color: #0053f0;
}

.campagne-table-download-text {
	font-size: 0.95rem;
	line-height: 1;
}

.campagne-table-download-icon {
	font-size: 1.35rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.campagne-table-download-svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 1.8;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.campagne-row-download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	border-radius: 4px;
	border: 1px solid #0b5fff;
	background: #0b5fff;
	color: #fff;
	text-decoration: none;
}

.campagne-actions-header {
	text-align: center;
}

.campagna-actions-cell {
	text-align: center;
}

.campagne-row-download-btn:hover,
.campagne-row-download-btn:focus {
	background: #0053f0;
	border-color: #0053f0;
	color: #fff;
	text-decoration: none;
}

.campagne-table td {
	vertical-align: middle;
	padding: 18px 16px;
	border: 0;
	background: #f3f4f6;
	box-shadow: none;
}

.campagne-name {
	font-weight: 700;
	font-size: 1.25rem;
	color: #202631;
	text-transform: uppercase;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.campagna-name-text {
	display: block;
	min-width: 0;
	font-size: 1rem;
	overflow-wrap: anywhere;
}

.campagna-label {
	font-weight: 700;
	font-size: 1rem;
	color: #242b35;
	letter-spacing: 0.3px;
}

.campagna-date {
	font-size: 1rem;
	color: #2b323d;
}

.campagne-popup-title {
	font-weight: 700;
	font-size: 22px;
	text-align: center;
}

.campagne-popup-subtitle {
	font-weight: 600;
	margin: 8px 0;
	text-align: center;
	font-size: 16px;
}

.campagne-popup-coord {
	text-align: center;
}

.leaflet-popup-content {
	margin: 12px 14px;
	font-size: 13px;
}

.campagne-debug {
	white-space: pre-wrap;
}