.breadcrumb-nav .breadcrumb {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.media-table-thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

#mediaTable .sortable {
    cursor: pointer;
    user-select: none;
}

#mediaTable .sort-icon {
    font-size: 0.75rem;
    opacity: 0.5;
}

#mediaBulkBar {
    min-height: 2.5rem;
}

#mediaTable th:first-child,
#mediaTable td:first-child {
    vertical-align: middle;
    text-align: center;
}

.media-library-modal-dialog {
    z-index: 1065;
}

.linked-media-section .files-container {
    min-height: 2rem;
}

.media-upload-zone.border-primary {
    background-color: #e7f1ff !important;
}

.media-modal-preview {
    min-height: 120px;
    max-height: 280px;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-modal-preview-img {
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.media-modal-preview-video {
    max-width: 100%;
    max-height: 260px;
}

/* Stacked preview modal above Add / Edit (Bootstrap 5 default z-index 1055) */
.media-preview-stack-modal {
    z-index: 1090 !important;
}
