.helper {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}

.notice {
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  border: 1px solid #ddd;
  background: #fafafa;
}

.notice.error {
  border-color: #d11;
}

.notice.success {
  border-color: #2a7;
}
