:root{
	--corporative-color: #755f42;
	--mirai-ui-border-radius: 0px;
}

[data-mirai-component="finder"] {
position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
}