.windy-weather-card{
  padding:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #E4E7EC;
  border-radius:22px;
  box-shadow:0 10px 30px rgba(16,24,40,.06);
}
.windy-weather-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  padding:22px 22px 10px;
}
.windy-weather-head h3{
  margin:5px 0 5px;
  color:#0B4F6C;
  font-size:24px;
  line-height:1.15;
}
.windy-weather-head p{
  margin:0;
  color:#667085;
  font-size:13px;
  line-height:1.45;
}
.windy-weather-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  padding:7px 10px;
  border-radius:999px;
  background:#EAF5F8;
  color:#0B4F6C;
  font-size:11px;
  font-weight:900;
}
.windy-widget-shell{
  position:relative;
  min-height:360px;
  padding:0 12px 8px;
}
.windy-widget-shell [data-windywidget="forecast"]{
  min-height:340px;
}
.windy-widget-fallback{
  position:absolute;
  inset:18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  text-align:center;
  border:1px dashed #D0D5DD;
  border-radius:15px;
  background:#F8FAFC;
  color:#667085;
  pointer-events:none;
  z-index:0;
}
.windy-widget-fallback strong{
  color:#0B4F6C;
}
.windy-widget-fallback span{
  max-width:340px;
  font-size:12px;
  line-height:1.45;
}
.windy-widget-shell.windy-loaded .windy-widget-fallback{
  display:none;
}
.windy-widget-shell > [data-windywidget="forecast"]{
  position:relative;
  z-index:1;
}
.windy-weather-actions{
  display:flex;
  justify-content:flex-end;
  padding:0 22px 20px;
}
@media(max-width:650px){
  .windy-weather-head{
    padding:18px 16px 8px;
  }
  .windy-weather-head h3{
    font-size:21px;
  }
  .windy-weather-badge{
    display:none;
  }
  .windy-widget-shell{
    min-height:330px;
    padding:0 7px 8px;
  }
  .windy-widget-shell [data-windywidget="forecast"]{
    min-height:315px;
  }
  .windy-weather-actions{
    padding:0 16px 16px;
  }
  .windy-weather-actions .button{
    width:100%;
  }
}

.windy-weather-badges{
  display:flex;
  gap:7px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.windy-weather-unit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:999px;
  background:#ECFDF3;
  color:#067647;
  font-size:11px;
  font-weight:900;
}
@media(max-width:650px){
  .windy-weather-badges{display:none}
}
