/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.custom-floating-buttons {
  position: fixed;
  right: 12px;
  bottom: 24px;
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  z-index: 999999 !important;
}
.custom-floating-buttons a img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  object-fit: contain;
}
.custom-floating-buttons a img:hover {
  transform: scale(1.10);
}
@media (max-width: 600px) {
  .custom-floating-buttons {
    right: 6px;
    bottom: 12px;
    gap: 6px;
  }
  .custom-floating-buttons a img {
    width: 38px;
    height: 38px;
  }
}


.custom-floating-buttons {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
