.detail-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2.5rem;
  border-bottom: 1px solid #eee;
  height: 48px;
  padding: 8px 16px;
}

.detail-header .detail-control-container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-header .detail-control {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.detail-header .detail-control .detail-control-close {
  font-size: 16px;
  fill: #666;
}

.detail-header .detail-control:hover {
  background-color: #EFEFEF;
  border-radius: 3px;
}
