/*Kolorowanie komunikatu cookies - start*/
#c-ttl {
    color: rgb(255,152,0);
}
#s-ttl {
    color: rgb(255,152,0);
}
#c-txt a {
    color: rgb(255,152,0);
}
.cc_div .cc-link {
    color: rgb(255,152,0);
}
#c-bns button:first-child {
    color: #fff;
    background: rgb(255,152,0);
}
#c-bns button:first-child:hover {
    background: var(--cc-btn-secondary-hover-bg);
    color: rgb(255,152,0);
}
#s-c-bn::after, #s-c-bn::before {
    background:rgb(255,152,0);
}
#s-bns button:first-child {
    color: #fff;
    background: rgb(255,152,0);
}
#s-bns button:first-child:hover {
    background: var(--cc-btn-secondary-hover-bg);
    color: rgb(255,152,0);
}
.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: rgb(255,152,0);
}
#s-c-bn.c-bn {
    border-radius: 5px;
}
/*Kolorowanie komunikatu cookies - koniec*/