.sitecare-screen {
	h1 ~ .error,
	h1 ~ .notice {
		display: none;
	}
}

.sitecare-settings-panel {
	background: #fff;
	border: 1px solid #ccd0d4;
	margin: 20px 0;
	max-width: 600px;

	.components-panel__body {
		display: flex;
		flex-direction: column;
		gap: 15px;
		position: relative;
	}

	.components-panel__body-title {

	}
}

.sitecare-error-message {
	background: #f8d7da;
	border: 1px solid #f5c2c7;
	border-radius: 2px;
	color: #842029;
	padding: 10px 15px;
}

.sitecare-placeholder {
	background: #fff;
	border: 1px solid #ccd0d4;
	padding: 20px;
	margin: 20px 0;
	max-width: 600px;
}

.sitecare-placeholder__title {
	margin-top: 0;
}

.sitecare-progress-bar {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100% !important;
}
