.ow-widget {
  top: 0;
  position: absolute;
  right: 0;
  margin: 45px;
  color: white;
  mix-blend-mode: normal;
  width: 300px;
  background: transparent;
  border-radius: 14px;
  padding: 16px;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  
}

.ow-header {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  opacity: 0.9;
}

.ow-location {
  font-weight: 600;
}

.ow-current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.ow-temp {
  font-size: 44px;
  font-weight: bold;
}

.ow-icon {
  font-size: 42px;
}

.ow-forecast {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.25);
  padding-top: 12px;
}

.ow-day {
  text-align: center;
  font-size: 13px;
}

.ow-day span {
  display: block;
}

.ow-max {
  font-weight: bold;
}

.ow-min {
  opacity: 0.8;
}
