.nrt-widget {
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	border-radius: 6px;
	padding: 18px;
	margin-bottom: 20px;
}
.nrt-widget-title {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #111;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid #111;
}
.nrt-widget-empty {
	font-size: 13px;
	color: #888;
	margin: 0;
}

/* Weather */
.nrt-weather-temp {
	font-size: 36px;
	font-weight: 800;
	color: #111;
	line-height: 1;
}
.nrt-weather-condition {
	font-size: 14px;
	color: #555;
	margin-top: 6px;
}

/* Market watch */
.nrt-market-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nrt-market-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 9px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 13px;
}
.nrt-market-item:last-child {
	border-bottom: none;
}
.nrt-market-label {
	font-weight: 700;
	color: #111;
	flex: 1;
}
.nrt-market-value {
	color: #333;
}
.nrt-market-change {
	font-weight: 700;
	min-width: 55px;
	text-align: right;
}
.nrt-market-up {
	color: #16a34a;
}
.nrt-market-down {
	color: #dc2626;
}
.nrt-market-updated {
	font-size: 11px;
	color: #999;
	margin-top: 12px;
	text-align: right;
}
