.aheloy-weather {
	background: #f4f7f6;
	padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.aheloy-weather-nav-link {
	align-items: center;
	background: #f4f7f6;
	border: 1px solid #dfe7e5;
	border-radius: 8px;
	color: #172026;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 850;
	gap: 0.25rem;
	line-height: 1;
	margin-left: 0.75rem;
	min-height: 40px;
	padding: 0.25rem 0.55rem 0.25rem 0.35rem;
	text-decoration: none;
}

.aheloy-weather-nav-link:hover {
	background: #fff;
	color: #0f6b63;
}

.aheloy-weather-nav-link img {
	height: 34px;
	width: 34px;
}

.aheloy-weather-title {
	margin-bottom: 2rem;
}

.aheloy-weather-card-head p {
	color: #d29b2f;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.aheloy-weather-title h1 {
	color: #172026;
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1.05;
	margin: 0;
}

.aheloy-weather-main {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 2rem;
}

.aheloy-weather-card,
.aheloy-weather-current,
.aheloy-weather-day,
.aheloy-weather-empty,
.aheloy-weather-empty {
	background: #fff;
	border: 1px solid #dfe7e5;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(16, 24, 29, 0.06);
}

.aheloy-weather-card-large {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.aheloy-weather-card-head,
.aheloy-weather-day-top {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.aheloy-weather-card-head h2 {
	color: #172026;
	font-size: clamp(1.35rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.08;
	margin: 0;
}

.aheloy-weather-card-head img {
	height: 108px;
	margin-top: -1rem;
	width: 108px;
}

.aheloy-weather-temp-row {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
	margin: 1rem 0 1.25rem;
}

.aheloy-weather-temp-row strong {
	color: #0f6b63;
	font-size: clamp(4rem, 10vw, 7rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 0.9;
}

.aheloy-weather-temp-row span {
	color: #65727c;
	font-size: 1.1rem;
	font-weight: 700;
	padding-bottom: 0.45rem;
}

.aheloy-weather-grid {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aheloy-weather-metric {
	background: #f4f7f6;
	border-radius: 8px;
	padding: 0.8rem;
}

.aheloy-weather-metric span {
	color: #65727c;
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	margin-bottom: 0.2rem;
}

.aheloy-weather-metric strong {
	color: #172026;
	display: block;
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-weight: 800;
	line-height: 1.15;
}

.aheloy-weather-forecast-head h2 {
	color: #172026;
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	font-weight: 800;
	margin: 0 0 1rem;
}

.aheloy-weather-forecast-head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.aheloy-weather-forecast-head p {
	color: #65727c;
	margin: 0;
}

.aheloy-weather-days {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.aheloy-weather-day {
	min-width: 150px;
	padding: 1rem;
}

.aheloy-weather-day h3 {
	color: #172026;
	font-size: 1.35rem;
	font-weight: 800;
	margin: 0;
}

.aheloy-weather-day p {
	color: #65727c;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.3rem 0 0;
	min-height: 2.2rem;
}

.aheloy-weather-day img {
	height: 64px;
	margin-top: -0.8rem;
	width: 64px;
}

.aheloy-weather-day-temp {
	align-items: baseline;
	display: flex;
	gap: 0.55rem;
	margin: 0.75rem 0;
}

.aheloy-weather-day-temp strong {
	color: #0f6b63;
	font-size: 2.2rem;
	font-weight: 850;
	line-height: 1;
}

.aheloy-weather-day-temp span {
	color: #65727c;
	font-size: 1.15rem;
	font-weight: 800;
}

.aheloy-weather-day-meta {
	color: #65727c;
	display: grid;
	font-size: 0.82rem;
	font-weight: 700;
	gap: 0.3rem;
}

.aheloy-weather-empty {
	padding: 2rem;
}

.aheloy-weather-empty h2 {
	font-size: 2rem;
	font-weight: 800;
	margin-top: 0;
}

@media (max-width: 991.98px) {
	.aheloy-weather-main {
		grid-template-columns: 1fr;
	}

	.aheloy-weather-days {
		overflow-x: auto;
		padding-bottom: 0.5rem;
	}

	.aheloy-weather-forecast-head {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 575.98px) {
	.aheloy-weather-grid {
		grid-template-columns: 1fr;
	}

	.aheloy-weather-card-head img {
		height: 82px;
		width: 82px;
	}
}
