/* fperoad kakao login floating button */
.fpr-kakao-btn{
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 2147483647;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 16px;
  border-radius: 999px;

  text-decoration: none;
  font-weight: 900;
  color: rgba(0,0,0,.92);
  background: #FEE500; /* Kakao brand */

  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  border: 1px solid rgba(0,0,0,.08);
}

.fpr-kakao-btn:hover{
  filter: brightness(0.98);
}

.fpr-kakao-icon{
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,.10);
  font-weight: 1000;
}
