/*
Theme Name: Kadence Swan Flowers
Theme URI: 
Description: Motyw potomny (child theme) dla motywu Kadence
Author: 
Author URI: 
Template: kadence
Version: 1.0.0
Text Domain: kadence-swan-flowers
*/

/* Dodaj swoje własne style CSS poniżej */

/* ==========================================
   ESTETYCZNE PASKI PRZEWIJANIA (SCROLLBARS)
   ========================================== */

/* Paski przewijania (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f8f8;
    border-left: 1px solid #e1eaea;
}

::-webkit-scrollbar-thumb {
    background-color: #53adad;
    border-radius: 6px;
    border: 3px solid #f1f8f8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3A7777;
}

/* Scrollbar (Firefox) */
html {
    scrollbar-width: thin;
    scrollbar-color: #53adad #f1f8f8;
}

/* ==========================================
   NIESTANDARDOWE KURSORY MYSZY (CUSTOM CURSOR)
   ========================================== */

/* Główny kursor (strzałka) - ciemniejszy turkus */
body {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="%2353adad" stroke="white" stroke-width="1.5"><path d="M4.3,2.1 l15.6,11.2 c0.6,0.4 0.4,1.4 -0.3,1.5 l-5.7,0.9 l3.5,7.6 c0.2,0.4 0,0.9 -0.4,1.1 l-2.1,1 c-0.4,0.2 -0.9,0 -1.1,-0.4 l-3.6,-7.7 l-4.7,4 c-0.5,0.5 -1.4,0.1 -1.4,-0.6 V3 C4.1,2.3 4.9,1.8 4.3,2.1 z"/></svg>') 4 2, auto;
}

/* Kursor dla klikalnych elementów (systemowa łapka) - zgaszony głęboki cyjan */
a, button, [role="button"], input[type="submit"], input[type="button"], .pointer, select {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="28" viewBox="0 0 22 28"><path fill="%233A7777" stroke="white" stroke-width="1.5" d="M 8.07,1 C 7.37,1 6.64,1.48 6.55,2.2 L 5.56,10.15 C 4.67,9.68 3.51,9.96 2.87,10.78 L 2.06,11.79 L 6.07,18.15 C 6.53,18.88 7.32,19.3 8.16,19.3 L 13.79,19.3 C 14.86,19.3 15.79,18.58 15.99,17.53 L 17.5,9.81 C 17.59,9.31 17.2,8.84 16.69,8.84 L 15.08,8.84 C 14.5,8.84 13.98,9.23 13.85,9.81 L 13.35,11.96 L 13.35,4.75 C 13.35,3.92 12.67,3.25 11.85,3.25 C 11.02,3.25 10.35,3.92 10.35,4.75 L 10.35,7.3 L 10.35,3.25 C 10.35,2.42 9.67,1.75 8.85,1.75 C 8.44,1.75 8.07,1.92 7.79,2.19" /></svg>') 7 1, pointer !important;
}
