.bcgsw {
	margin: 1.25em 0;
	line-height: 1.55;
}

.bcgsw-banner {
	padding: 10px 14px;
	border-radius: 6px;
	margin-bottom: 12px;
	font-size: 0.95em;
}
.bcgsw-banner-signal {
	background: #fef3c7;
	border: 1px solid #f59e0b;
	color: #78350f;
}
.bcgsw-banner-watch {
	background: #e0f2fe;
	border: 1px solid #7dd3fc;
	color: #0c4a6e;
}

.bcgsw-map {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	z-index: 0;
}

.bcgsw-baguio-label {
	font-weight: 600;
	font-size: 11px;
}

.bcgsw-summary {
	background: #f8fafc;
	border-left: 3px solid #64748b;
	padding: 10px 14px;
	margin-top: 12px;
	font-size: 0.97em;
}
.bcgsw-summary p {
	margin: 0;
}

.bcgsw-storms {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	font-size: 0.92em;
}
.bcgsw-storms li {
	padding: 6px 0;
	border-bottom: 1px solid #f1f5f9;
}

.bcgsw-updated {
	font-size: 0.8em;
	color: #64748b;
	margin: 10px 0 0;
}

.bcgsw-windy {
	margin-top: 14px;
}

.bcgsw-unavailable {
	color: #64748b;
	font-style: italic;
}

/* Rain widget */
.bcgsw-rain-title {
	font-weight: 600;
	margin: 0 0 8px;
}
.bcgsw-bars {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	height: 92px;
	padding-bottom: 2px;
}
.bcgsw-bar-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}
.bcgsw-bar {
	width: 100%;
	max-width: 26px;
	border-radius: 3px 3px 0 0;
}
.bcgsw-bar-low  { background: #bae6fd; }
.bcgsw-bar-mid  { background: #38bdf8; }
.bcgsw-bar-high { background: #0369a1; }
.bcgsw-bar-label {
	font-size: 10px;
	color: #64748b;
	margin-top: 3px;
	white-space: nowrap;
}

.bcgsw-rain-window {
	font-size: 0.92em;
	margin: 8px 0 0;
}
.bcgsw-current {
	font-size: 0.85em;
	color: #475569;
	margin: 4px 0 0;
}

@media (max-width: 480px) {
	.bcgsw-bar-col:nth-child(even) .bcgsw-bar-label {
		visibility: hidden;
	}
}

/* 10-day forecast */
.bcgsw-days {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	padding-bottom: 6px;
	-webkit-overflow-scrolling: touch;
}
.bcgsw-day {
	flex: 0 0 auto;
	min-width: 86px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	padding: 10px 8px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	font: inherit;
	line-height: 1.3;
}
.bcgsw-day.bcgsw-active {
	border-color: #0369a1;
	background: #f0f9ff;
}
.bcgsw-day-name { font-weight: 600; font-size: 0.85em; }
.bcgsw-day-date { font-size: 0.72em; color: #64748b; }
.bcgsw-day-icon { font-size: 1.5em; margin: 2px 0; }
.bcgsw-day-temps { font-size: 0.9em; font-weight: 600; }
.bcgsw-day-temps em { font-style: normal; font-weight: 400; color: #64748b; }
.bcgsw-day-rain { font-size: 0.75em; color: #0369a1; }

.bcgsw-hourly { display: none; margin-top: 10px; }
.bcgsw-hourly.bcgsw-active { display: block; }
.bcgsw-hours {
	display: flex;
	gap: 2px;
	overflow-x: auto;
	padding-bottom: 6px;
	-webkit-overflow-scrolling: touch;
}
.bcgsw-hour {
	flex: 0 0 auto;
	min-width: 52px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	padding: 8px 4px;
	border-radius: 8px;
	background: #f8fafc;
	font-size: 0.8em;
}
.bcgsw-hour-t { color: #64748b; font-size: 0.85em; }
.bcgsw-hour-i { font-size: 1.25em; }
.bcgsw-hour-temp { font-weight: 600; }
.bcgsw-hour-rain { color: #0369a1; font-size: 0.85em; }
