/* Ukrycie logo i domyślnej stopki Klaro */
.klaro .cm-powered-by, .klaro .cn-powered-by { 
    display: none !important; 
}

/* Stopka Serseo wewnątrz modala */
.serseo-footer {
    font-size: 11px;
    text-align: right;
    margin-top: 15px;
    color: #A0A0A0;
    padding-right: 20px;
    line-height: 1.4;
    border-top: 1px solid #2A2B2C;
    padding-top: 10px;
}
.serseo-footer a { 
    color: #C9A86A; 
    text-decoration: none; 
    font-weight: bold; 
}
.serseo-footer a:hover { 
    text-decoration: underline; 
    color: #E5C07B; 
}
.serseo-footer strong { 
    color: #FFFFFF; 
}

/* Pływający przycisk wywołania ustawień cookies */
#cookie-settings-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 9999;
    background: #18191A;
    overflow: hidden;
    transition: transform 0.3s ease;
}
#cookie-settings-btn:hover { 
    transform: scale(1.1); 
}
#cookie-settings-btn img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block; 
}
