/*
Theme Name: Centrum RS
Theme URI: https://tokarzewski.pro
Template: hello-elementor
Author: Tokarzewski.pro
Author URI: https://tokarzewski.pro
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1720069510
Updated: 2024-07-04 05:05:10

*/

/* Floating preference icon – rozmiar i kolory */
.cm__float-btn {
    width: 40px !important;
    height: 40px !important;
    color: #ffffff !important;           /* kolor ikony/tekstu */
    border-radius: 50% !important;       /* okrągły */
    border: 2px solid #ffffff !important; /* opcjonalne obramowanie */
	box-shadow: 0 0 5px #201e1ea8;
}

/* Hover – efekt najechania */
.cm__float-btn:hover {
    background-color: #0056b3 !important;
    color: #ffffff !important;
}