.weather-icon-container {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
}

.weather-icon {
    width: 100%;
    height: 100%;
}

.temperature-overlay {
    position: absolute;
    bottom: 2px;
    right: 4px;
    background-color: rgba(0, 0, 0, 0.5); /* полупрозрачный фон */
    color: white;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: bold;
}