.ddn-weather-nav {
  align-items: center;
  height: 79px;
  margin-left: auto !important;
  margin-right: 1rem !important;
}

.navbar .ddn-weather-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 10px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar .ddn-weather-chip:hover,
.navbar .ddn-weather-chip:focus-visible {
  color: #fbf007;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.ddn-weather-icon {
  font-size: 18px;
  line-height: 1;
}

.ddn-weather-temp {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.ddn-weather-city {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .ddn-weather-nav {
    height: auto;
    margin: 0 !important;
  }

  .navbar .ddn-weather-chip {
    border-left: 0;
    padding: 12px 14px;
  }
}