.aw-widget {
  position: relative;
  width: 260px;
  height: 300px;
  background: #222;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding-top: 20px;
  font-family: sans-serif;
}
.aw-temp {
  font-size: 48px;
  font-weight: bold;
}
.aw-condition {
  font-size: 20px;
  margin-top: 8px;
}
#aw-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
