/*  
Theme Name:   Mayosis
Theme URI: https://teconce.com
Description: Wordpress Theme With Easy Digital Download & Awesome Options.
Author: Teconce
Author URI: https://teconce.com/contact/
Version:5.4.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: mayosis */

.floating-kakao-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.floating-kakao-btn:hover {
  transform: scale(1.1);
}

.floating-kakao-btn img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
