#registry-view-controller * {
	--registry-header-height: 66px;
}

#registry-view-controller h1 {
	color: #242424;
}

#registry-view-controller card-collection-view {
	position: absolute;
	top: var(--registry-header-height);
	left: 0;
	right: 0;
	bottom: 0;
}

#registry-view-controller .clock-container {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	pointer-events: none;
	z-index: 10000;
}

view-controller#delete-category-view-controller {
	max-width: 550px;
}