.wea-form {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 300px;
}
.wea-form input, .wea-form button {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.wea-form button {
  background: #0073aa;
  color: #fff;
  cursor: pointer;
}
.wea-form button:hover {
  background: #006799;
}
.wea-msg { font-size: 13px; }
