/* U Troppitu - Meteo e Terremoti
   Stile sobrio e coerente con la barra laterale del sito. */

.utmt-box {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 22px;
	padding: 0 0 16px;
	border-bottom: 1px solid #e2d9c6;
	color: #1b1a18;
}
.utmt-box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.utmt-title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #6b6657;
	margin: 0 0 12px;
	padding-bottom: 7px;
	border-bottom: 2px solid #1b1a18;
}

/* Meteo */
.utmt-ic {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
}
.utmt-wcard {
	border: 1px solid #e2d9c6;
	border-radius: 10px;
	padding: 14px 14px 12px;
	background: linear-gradient(160deg, #f6f1e7 0%, #eadfca 100%);
	box-shadow: 0 1px 2px rgba(27, 26, 24, .05);
}
.utmt-wcard__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}
.utmt-wcard__loc {
	min-width: 0;
}
.utmt-wcard__city {
	display: block;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .01em;
	color: #1b1a18;
	line-height: 1.1;
}
.utmt-wcard__cond {
	display: block;
	font-size: 13px;
	color: #5c5747;
	margin-top: 2px;
}
.utmt-wcard__top .utmt-icon {
	font-size: 44px;
	line-height: 0;
	color: #b88a3e;
	flex: 0 0 auto;
}
.utmt-wcard__temp {
	font-size: 46px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.02em;
	color: #1b1a18;
	margin: 6px 0 12px;
}
.utmt-stats {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.utmt-stats li {
	flex: 1 1 auto;
	min-width: 0;
	background: rgba(255,255,255,.6);
	border-radius: 4px;
	padding: 6px 9px;
	font-size: 11px;
	line-height: 1.25;
	text-align: center;
}
.utmt-stats .k {
	display: block;
	color: #6b6657;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.utmt-stats .v {
	display: block;
	font-weight: 600;
	color: #1b1a18;
	margin-top: 2px;
}
.utmt-forecast {
	display: flex;
	gap: 8px;
}
.utmt-day {
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
	font-size: 11px;
	background: rgba(255,255,255,.6);
	border-radius: 5px;
	padding: 9px 4px;
}
.utmt-day .d {
	color: #6b6657;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.utmt-day .i {
	font-size: 20px;
	line-height: 0;
	color: #6b6657;
	margin: 5px 0;
}
.utmt-day .t {
	white-space: nowrap;
}
.utmt-day .t .mx {
	font-weight: 700;
}
.utmt-day .t .mn {
	color: #8a8472;
	margin-left: 5px;
}

/* Terremoti */
.utmt-quake-main {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 12px;
	border-radius: 6px;
	border: 1px solid #e2d9c6;
	margin-bottom: 12px;
}
.utmt-mag-badge {
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.utmt-mag-badge .m {
	font-size: 22px;
	font-weight: 800;
}
.utmt-mag-badge .l {
	font-size: 8px;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-top: 3px;
	opacity: .8;
}
.utmt-quake-info {
	min-width: 0;
}
.utmt-quake-place {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	color: #1b1a18;
	overflow-wrap: break-word;
}
.utmt-quake-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	margin-top: 5px;
	font-size: 11px;
	color: #6b6657;
}

.utmt-quakes {
	list-style: none;
	margin: 0;
	padding: 0;
}
.utmt-quakes li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #efe8da;
	font-size: 13px;
	line-height: 1.4;
}
.utmt-quakes li:last-child {
	border-bottom: none;
}
.utmt-mag {
	flex: 0 0 auto;
	min-width: 34px;
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	padding: 3px 6px;
	border-radius: 4px;
}
.utmt-qbody {
	min-width: 0;
}
.utmt-place {
	color: #1b1a18;
	overflow-wrap: break-word;
}
.utmt-when {
	display: block;
	font-size: 11px;
	color: #6b6657;
	margin-top: 2px;
	letter-spacing: .02em;
}

/* Bande di magnitudo: differenza sobria, nessun tono allarmistico */
.utmt-band-lieve .utmt-mag-badge,
.utmt-mag.utmt-band-lieve {
	background: #eef1ec;
	color: #4a5a47;
}
.utmt-band-medio .utmt-mag-badge,
.utmt-mag.utmt-band-medio {
	background: #f6ecd9;
	color: #8a6a1f;
}
.utmt-band-forte .utmt-mag-badge,
.utmt-mag.utmt-band-forte {
	background: #f3e0db;
	color: #9a3b2a;
}
.utmt-band-lieve { border-color: #dfe6dc; }
.utmt-band-medio { border-color: #ecdcbb; }
.utmt-band-forte { border-color: #e6c9c0; }

/* Comuni */
.utmt-source {
	font-size: 11px;
	color: #8a8472;
	margin: 10px 0 0;
}
.utmt-empty {
	font-size: 13px;
	color: #6b6657;
	margin: 0;
}

/* Mappa terremoti (Leaflet) */
.utmt-map {
	height: 200px;
	margin-bottom: 12px;
	border: 1px solid #e2d9c6;
	border-radius: 8px;
	overflow: hidden;
	background: #eceee9;
}
.utmt-map .leaflet-container {
	font: inherit;
	background: #eceee9;
}
.utmt-mapfallback {
	margin: 0;
	padding: 18px 14px;
	text-align: center;
	font-size: 12px;
	color: #6b6657;
}
