/**
 * Niktel Realty — D&D upload overlay pro ACF Gallery.
 *
 * Žádné absolute overlay (zlomilo by ACF Gallery layout).
 * Místo toho: outline + background tint na wrapperu při file dragu.
 */

.acf-field-gallery.niktel-file-drag {
    outline: 3px dashed #2271b1;
    outline-offset: -3px;
    background: rgba(34, 113, 177, 0.08);
    transition: background 0.15s ease;
}

.acf-field-gallery.niktel-file-drag::before {
    content: '⬇ Pusťte soubory zde — budou nahrány do galerie';
    display: block;
    padding: 8px 12px;
    margin: 0 0 8px;
    background: #2271b1;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    pointer-events: none;
}

.niktel-gallery-progress {
    padding: 8px 12px;
    margin: 0 0 8px;
    background: #f0f6fc;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    font-size: 13px;
    color: #2271b1;
    font-weight: 600;
}
