        .tooltip-box {
            display: none;
            position: fixed;
            background-color: #fff;
            border: 1px solid #fff;
            border-radius: 10px;
            padding: 16px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
            z-index: 1000;
            white-space: nowrap;
            font-size: 14px;
            min-width: 210px;
            text-align: left;
			z-index: 999999 !important;
			background: linear-gradient(180deg, rgba(30, 0, 0, 0.4), rgba(10, 0, 0, 0.7));
			    border: 1px solid rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(255, 50, 0, 0.15), 0 4px 20px rgba(0, 0, 0, 0.5);
	    border-radius: 12px;
		  backdrop-filter: blur(6px);
        }

        .tooltip-box div {
            margin-bottom: 6px;
        }


        .tooltip-title {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: bold;
			
			        font-weight: bold;
					    color: #ffffff;
    text-shadow: 0 0 6px rgba(0,0,0,0.75);
        }

        .tooltip-value {
            font-size: 18px;
            font-weight: bold;
            
			color: #ff7a15;

        }

        .tooltip-value,
        .tooltip-title {
             text-shadow:
        -1px -1px 2px rgba(0,0,0,0.35),
         1px -1px 2px rgba(0,0,0,0.35),
        -1px  1px 2px rgba(0,0,0,0.35),
         1px  1px 2px rgba(0,0,0,0.35);
            /* Cień tekstu, żeby wyróżnić na tle */
        }