.control-btn {
  height: 44px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #111827;
  font-weight: 600;
}

.control-btn:active {
  background: #e5e7eb;
}
