.component-dialog-close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 50;
}

.component-dialog-close > button {
	position: relative;
	background-color: transparent;
	font-weight: 500;
	border-radius: 0.25rem;
}

.component-dialog-close > button svg {
	width: 1.75rem;
	height: 1.75rem;
	fill: #050111;
}

.component-dialog-close.is-light svg {
	fill: #fff;
}
