.euc-drawer__header {
  position: relative;
}

.euc-drawer__close {
  position: absolute;
  top: 12px;
  right: 12px;

  width: 28px;
  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  line-height: 1;

  cursor: pointer;
  border-radius: 6px;

  color: #666;
  transition: background 0.15s ease, color 0.15s ease;
}

.euc-drawer__close:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #000;
}
