/*!
Theme Name: Kam z mulcem
Theme URI: http://gresak.net
Author: Marko K. Rudolf, Gregor Grešak
Author URI: http://gresak.net
Description: Tema narejena za spletni portal Kamzmulcem.si
Version: 0.2.1
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html#SEC1
Text Domain: kzm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.copy-tooltip {
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #323232;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 9999;
}

.copy-tooltip.visible {
    opacity: 1;
}

.hidden {
    display: none;
}
