/* Estilos del panel de edición masiva y filtros de Media Organizer 3L */

.emo-bulk-edit-panel {
	position: sticky;
	top: 32px;
	z-index: 100;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left: 4px solid #2271b1;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	margin: 12px 0;
	padding: 12px 16px;
}

.emo-bulk-edit-inner strong {
	display: inline-block;
	margin-bottom: 8px;
}

.emo-selected-count {
	color: #646970;
	font-style: italic;
}

.emo-bulk-edit-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 6px 0;
	flex-wrap: wrap;
}

.emo-bulk-edit-row label {
	min-width: 160px;
	font-weight: 600;
}

.emo-bulk-terms-input {
	min-width: 260px;
}

.emo-bulk-edit-status {
	margin-top: 8px;
	color: #2271b1;
	font-weight: 600;
}

.emo-gallery-item img {
	border-radius: 4px;
	display: block;
}

#emo-mime-filter,
select[name^="emo_filter_"] {
	margin-right: 6px;
}

/* Panel de edición masiva en modo Cuadrícula: flotante y fijo, ya que
   ahí no hay una tabla que lo empuje de forma natural como en Lista. */
#emo-grid-bulk-edit-panel {
	position: fixed;
	right: 20px;
	bottom: 80px;
	width: 360px;
	max-width: calc(100% - 40px);
	z-index: 160000;
}

.emo-grid-bulk-edit-button {
	margin-left: 8px !important;
}

.emo-grid-download-button {
	margin-left: 8px !important;
}

/* Barra flotante de acciones sobre la selección, en modo Cuadrícula.
   Independiente de la barra de herramientas nativa de WordPress. */
.emo-grid-float-bar {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 159900;
	background: #1d2327;
	color: #fff;
	padding: 10px 14px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	gap: 10px;
}

.emo-grid-float-bar .emo-float-count {
	font-size: 13px;
	white-space: nowrap;
}

/* Checklist de categorías dentro del panel de detalles del adjunto
   (modal de medios / edición clásica), con el mismo aspecto que la
   caja de categorías del editor de posts. */
.emo-checklist-wrap {
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #dcdcde;
	padding: 6px 10px;
	background: #fff;
}

.emo-checklist-wrap ul.categorychecklist,
.emo-checklist-wrap ul.categorychecklist ul.children {
	margin: 0;
}

.emo-checklist-wrap li {
	margin: 4px 0;
}
