.panel{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.result-area{
  background-color: #eee;
  padding: 20px;
  min-height: 120px;
  border-radius: 12px;
}