/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  
 Author:       netex-optimointi
 Author URI:   
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

html {
	scroll-padding-bottom: 30px;
}

/* Chrome, Edge, Safari, Opera */
::-webkit-scrollbar {
    width: 5px;       /* pystyscroll */
    height: 5px;      /* vaakascroll */
}

::-webkit-scrollbar-track {
    background: transparent; /* taustatrack */
}

::-webkit-scrollbar-thumb {
    background-color: #28336c;
    border-radius: 15px;
    border: 1px solid transparent; /* pieni “gap” effect */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #28336c /* hover-väri */
}

/* Firefox */
* {
    scrollbar-width: thin;            /* “thin” on ~5px */
    scrollbar-color: #28336c transparent;
}