.aww-weather {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #2c2c2c;
  white-space: nowrap;
}

/* Temperature is the hero */
.aww-temp {
  line-height: 1;
}

/* Icon is secondary */
.aww-icon {
  width: 14px;
  height: 14px;
  opacity: 0.65;
  transform: translateY(1px);
}
