/* =========================================================
   TOPBAR (TÍTULO INTERNO + ACCIONES)
   ========================================================= */

.topbar{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

/* Empuja acciones a la derecha */
.topbar .actions{
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Bloque de título */
.titleblock{
	min-width: 0;
}

.titleblock h1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 10px;
}
