.weather-box {
    padding: 1rem;
    border: 1px solid #cce5f6;
    border-radius: 8px;
    font-family: sans-serif;
    max-width: 300px;
    line-height: 1.6;
}

.weather-box strong {
    display: block;
    margin-bottom: 0.5em;
}

.weather-table {
    width: 100%;
    border-collapse: collapse;
}

.weather-table td:first-child {
    text-align: left;
}

.weather-table td:last-child {
    text-align: right;
}