.media-item {
    cursor: move;
}

.content-placeholder {
    min-height: 150px;
    border: 2px dashed #ccc;
    border-radius: 4px;
    margin-bottom: 1rem;
    padding: 1rem;
}

.content-placeholder.dragover {
    border-color: #696cff;
    background-color: rgba(105, 108, 255, 0.1);
}

.assigned-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.media-list {
    max-height: 600px;
    overflow-y: auto;
}

/* Compact vertical menu: shorter items to fit more vertically */
.menu-vertical .menu-item {
    margin: 0;
}

.menu-vertical .menu-item .menu-link {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    line-height: 1.2;
}

.menu-vertical .menu-link .menu-icon {
    font-size: 1.15rem;
    margin-right: 0.4rem;
}

.menu-vertical .menu-sub .menu-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.menu-vertical .menu-header {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
}

/* Active indicator bar: match compacted menu-link height (0.4*2 + 0.9375*1.2) */
.menu-vertical .menu-inner>.menu-item.active::before {
    height: 1.925rem !important;
}