.niw-clock,
.niw-weather,
.niw-prayer,
.niw-combined,
.niw-forecast,
.niw-next-prayer {
	font-family: inherit;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	margin: 12px 0;
	color: #111827;
}
.niw-clock-time { font-size: 2rem; font-weight: 700; line-height: 1.1; }
.niw-clock-day, .niw-clock-date, .niw-weather-city, .niw-prayer-city { opacity: 0.8; margin-top: 4px; }
.niw-weather-grid, .niw-prayer-list, .niw-combined-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.niw-item { padding: 10px 12px; background: #f9fafb; border-radius: 10px; display: flex; justify-content: space-between; align-items: center;}
.niw-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.7; line-height: 1}
.niw-value { font-size: 1rem; font-weight: 600; margin-top: 4px; }
.niw-font-system { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.niw-font-inter { font-family: Inter, system-ui, sans-serif; }
.niw-font-roboto { font-family: Roboto, Arial, sans-serif; }
.niw-font-noto-sans-bengali { font-family: "Noto Sans Bengali", sans-serif; }
.niw-card-modern { background: #fff; border: 1px solid #e5e7eb; box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.niw-card-minimal { background: transparent; border: 1px solid #eef0f3; box-shadow: none; }
.niw-card-glass { background: rgba(255,255,255,.75); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.4); box-shadow: 0 10px 30px rgba(0,0,0,.08); }
