.evc-5day-forecast-title {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.evc-forecast-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 5px;
	background-color: #003366; 
	color: white; 
	border-radius: 20px;
	overflow-x: auto;
}

.evc-forecast-card {
  border-radius: 10px;
  padding: 10px;
  width: 180px;
  text-align: center;
}

.evc-forecast-day {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.evc-forecast-icon {
    width: 60px;
    height: auto;
    margin-bottom: 0.5em;
}

.evc-forecast-temp {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.evc-forecast-conditions,
.evc-forecast-wind {
    font-size: 0.9em;
    margin-bottom: 0.3em;
    color: #555;
}
