/* Geo Bot Shield - ochrona treści przed kopiowaniem */
body.gbs-no-select,
body.gbs-no-select * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

body.gbs-no-select img {
    -webkit-user-drag: none !important;
    pointer-events: auto;
}

/* Pozwól na zaznaczanie w polach formularzy, żeby nie zepsuć np. wyszukiwarki czy komentarzy */
body.gbs-no-select input,
body.gbs-no-select textarea {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}
