.wpbw-kakao-share-float[hidden] {
  display: none !important;
}

.wpbw-kakao-share-float {
  position: fixed;
  z-index: 99990;
  right: max(14px, env(safe-area-inset-right, 0px));
  bottom: max(14px, env(safe-area-inset-bottom, 0px));
  display: block;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  box-shadow: 0 10px 24px rgba(72, 62, 0, .24);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  transition: bottom .18s ease;
}

.wpbw-kakao-share-float.is-above-sticky {
  bottom: max(22px, calc(env(safe-area-inset-bottom, 0px) + 18px));
}

.wpbw-kakao-share-button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.wpbw-kakao-share-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

@media (min-width: 821px) {
  .wpbw-kakao-share-float {
    display: none !important;
  }
}
