.action-btn {
  border: 1px solid #e5e5e5;
  border-radius: 9999px;
  background: none;
  padding: 0.6rem 1.4rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.action-btn:hover {
  border-color: #999;
  background: #f8f8f8;
}
