/* Anaconda Weather Widget — vintage masthead styling
   Designed to match the "Weather & Stocks" sidebar box. */

.aww-box {
	background-color: #e7e3d8;
	border: none;
	padding: 24px 28px;
	font-family: var(--gazette-niche-heading);
	color: #2b271f;
	max-width: 360px;
}

.aww-box-title {
	font-family: var(--gazette-niche-heading);
	font-weight: 700;
	font-size: 28px;
	margin: 0 0 12px 0;
	letter-spacing: 0.5px;
	color: #1f1c16;
}

.aww-divider {
	border-top: 1.5px solid #3a342b;
	margin: 10px 0 16px 0;
}

.aww-divider-dotted {
	border-top: none;
	border-bottom: 1px dotted #6b6354;
	margin: 16px 0;
}

.aww-body-text {
	font-size: 17px;
	line-height: 1.5;
	margin: 6px 0;
}

.aww-label {
	font-weight: 700;
}

.aww-current-line {
	margin-bottom: 4px;
}

.aww-temp-current {
	font-weight: 700;
	color: #5b6b3f;
}

.aww-temp {
	font-weight: 700;
	color: #5b6b3f;
}

.aww-forecast-heading {
	margin-bottom: 8px;
}

.aww-forecast-row {
	margin: 4px 0;
}

.aww-period-name {
	font-weight: 700;
}

.aww-updated-stamp {
	font-size: 12px;
	font-style: italic;
	color: #6b6354;
	margin-top: 16px;
	margin-bottom: 0;
	text-align: right;
}

.aww-error {
	font-style: italic;
	color: #8a3b2c;
}

@media (max-width: 480px) {
	.aww-box {
		max-width: 100%;
		padding: 18px 20px;
	}

	.aww-box-title {
		font-size: 24px;
	}

	.aww-body-text {
		font-size: 15px;
	}
}
