dialog {
	border: none;
	border-radius: 8px;
	padding: 10px;
	max-width: 90vw;
	max-height: 90vh;
	background-color: #f8f8f8;
}

/* Flexbox für das Schließen-Layout innerhalb des Dialogs */
dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.75);
	/* Dunkler Hintergrund */
}
