.dmg-weather-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.dmg-weather-field {
  display: inline-flex;
  align-items: center;
}

.dmg-weather-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5px;
  overflow: visible !important;
  border-radius: 0 !important;
  background: none !important;
}

.dmg-weather-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  display: block;
  overflow: visible !important;
}

.dmg-weather-icon i {
  font-size: 22px;
}

.dmg-weather-icon img {
  display: block;
  width: 22px;
  height: 22px;
}

.dmg-weather-separator {
  opacity: .6;
}

.dmg-weather {
  opacity: 0;
  transition: opacity .4s ease;
}

.dmg-weather.is-loaded {
  opacity: 1;
}
