/* Enoten slovenski izbirnik datotek na javnih obrazcih. */
input.dobeno-file-native {
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    margin:-1px !important;
    padding:0 !important;
    overflow:hidden !important;
    clip:rect(0 0 0 0) !important;
    white-space:nowrap !important;
    border:0 !important;
}
.dobeno-file-picker { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:8px; }
.dobeno-file-button { min-height:40px; padding:9px 13px; color:#08100c; border:0; border-radius:4px; background:#8be392; font:inherit; font-size:.84rem; font-weight:850; cursor:pointer; }
.dobeno-file-button:hover, .dobeno-file-button:focus-visible { background:#a8ecad; outline:3px solid rgba(139,227,146,.24); outline-offset:2px; }
.dobeno-file-status { color:rgba(242,244,239,.7); font-size:.82rem; line-height:1.3; }
.dobeno-file-picker.has-selection .dobeno-file-status { color:#dff7e3; font-weight:750; }
#dobeno-site .together-upload input.dobeno-file-native { position:absolute !important; width:1px !important; height:1px !important; margin:-1px !important; padding:0 !important; overflow:hidden !important; clip:rect(0 0 0 0) !important; border:0 !important; }
.idea-page .dobeno-file-button { color:#fff; background:var(--forest); }
.idea-page .dobeno-file-button:hover, .idea-page .dobeno-file-button:focus-visible { background:#176552; outline-color:rgba(43,168,154,.2); }
.idea-page .dobeno-file-status { color:var(--muted); }
.idea-page .dobeno-file-picker.has-selection .dobeno-file-status { color:#176552; }
@media (max-width:560px) { .dobeno-file-picker { align-items:stretch; flex-direction:column; gap:7px; } .dobeno-file-button { width:100%; } }
