.publish-website {
	background: #e5f6fc;
	margin: 2rem 0;
	width: 100%;
	padding: 1rem;
}

.publish-website__button {
	background: #00a9e2;
	color: #fff;
	padding: 0.25rem 0.5rem;
	text-transform: uppercase;
	font-weight: bold;
}
.publish-website__button:disabled {
	opacity: 0.4;
}

.publish-website__status {
	margin: 2rem 0;
	width: 100%;
	min-height: 6rem;
	background: #ffffff;
	border: dotted 1px #00a9e2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.publish-website__message {
	display: block;
	color: #666;
	font-size: 1rem;
	font-family: monospace;
}
.publish-website__row {
	position: relative;
	padding: 0.25rem;
}
.publish-website__row--overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}
