/* docstack Custom Styles */

/* Drop Zone States */
.drop-zone.dragover {
    border-color: #374151;
    background-color: #f9fafb;
}

/* Sortable.js States */
.sortable-ghost {
    opacity: 0.4;
}

.sortable-chosen {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Mobile touch fix - remove tap delay and ensure proper touch handling */
.page-thumb button,
.preview-page-btn,
.rotate-btn,
.delete-page-btn {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

/* Ensure buttons are above other elements for touch */
.page-thumb .absolute {
    z-index: 10;
}
