.moahome-inquiry-launcher {
  position: fixed;
  z-index: 900;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: #155eef;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .22);
  font: 800 14px/1 Pretendard, "Noto Sans KR", system-ui, sans-serif;
  text-decoration: none;
}

@media (max-width: 560px) {
  .moahome-inquiry-launcher {
    right: 12px;
    bottom: 12px;
    min-height: 46px;
  }
}
