.nws-forecast-horizontal {
    background-color: rgba(0, 0, 0, 0.4) !important;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nws-forecast-horizontal h3 {
    font-size: 1.3rem;
    color: #0288d1;
    margin: 0 0 10px 0;
    text-align: center;
}

.forecast-periods {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.forecast-period {
    flex: 1;
    background: rgba(227, 242, 252, 0.7);
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.period-name {
    font-size: 1rem;
    color: #01579b;
    margin-bottom: 5px;
}

.period-name strong {
    color: #0277bd;
}

.period-details {
    display: flex;
    justify-content: space-around;
    font-size: 0.9rem;
    color: #555;
}

.temp {
    color: #69050f;
}

.precip {
    color: #0288d1;
}
