/*
Theme Name: Alpsware Osty
Author: Alpsware GbmH
Author URI: https://alpsware.at
Description: Alpsware Osty
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, page transition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: osty
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: osty
*/

/* Add your own modification from here
-------------------------------------------------------------- */

/* Custom Flower Cursor */
.ms-cursor-flower {
    position: fixed;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.8;
    scale: 0;
    mix-blend-mode: var(--cursor-blend-mode, normal);
}

.ms-cursor-flower.difference {
    mix-blend-mode: difference;
}

.ms-cursor-flower img {
    width: 100%;
    height: 100%;
}

.ms-cursor-dot {
    position: fixed;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    background-color: #f4d03f;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    scale: 0;
    mix-blend-mode: var(--cursor-blend-mode, normal);
}

.ms-cursor-dot.difference {
    mix-blend-mode: difference;
}

/* Hide original cursor elements if they exist */
.ms-cursor-ring {
    display: none !important;
}
