/* v3.84.224 — public anti-copy / anti-selection deterrence layer. */
html.de90-content-protected,
html.de90-content-protected body,
html.de90-content-protected body *:not(input):not(textarea):not(select):not(option):not([contenteditable="true"]) {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
}

html.de90-content-protected input,
html.de90-content-protected textarea,
html.de90-content-protected select,
html.de90-content-protected option,
html.de90-content-protected [contenteditable="true"] {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
    -webkit-touch-callout: default !important;
}

html.de90-content-protected img,
html.de90-content-protected picture,
html.de90-content-protected svg {
    -webkit-user-drag: none !important;
}

.de90-protection-screen {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: none;
    place-items: center;
    padding: 28px;
    background: rgba(6, 57, 47, .985);
    color: #fff;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.de90-protection-screen__box {
    width: min(520px, 100%);
    padding: 26px 24px;
    border: 1px solid rgba(199, 163, 91, .62);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .24);
}

.de90-protection-screen strong {
    display: block;
    margin: 0 0 8px;
    color: #f3dfaa;
    font-size: 19px;
    line-height: 1.25;
}

.de90-protection-screen span {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    opacity: .9;
}

html.de90-devtools-likely-open .de90-protection-screen {
    display: grid;
}

@media print {
    html.de90-content-protected body > * {
        display: none !important;
    }

    html.de90-content-protected body::before {
        content: "Штампање садржаја није дозвољено.";
        display: block !important;
        padding: 40px;
        color: #000;
        font: 700 18px/1.4 system-ui, sans-serif;
    }
}
