<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vreme-inline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.vreme-inline img {
    width: 50px;
}

.vreme-inline .temperature {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
	color:#fff !important;
}

.vreme-inline .weather-info {
    display: flex;
    flex-direction: column;
}

.vreme-inline .weather-description {
    font-size: 12px;
    margin-top: 2px;
}
</pre></body></html>