/*
Theme Name: SparClean
Theme URI: https://sparclean.us/
Author: SparClean
Description: Tema oficial da SparClean, com experiência visual React e gestão nativa de leads no WordPress.
Version: 1.1.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: sparclean
*/

/* Keep the client's primary contact visible in the announcement bar. */
.announcement-inner:not(:has(.announcement-actions)) > a[href="#estimate"]::before {
	content: "Call us: (916) 546-0021";
	letter-spacing: .035em;
	text-transform: none;
	font-size: .78rem;
	font-weight: 850;
	margin-right: 24px;
	padding-right: 24px;
	border-right: 1px solid currentColor;
}

@media (width <= 1050px) {
	.announcement-inner:not(:has(.announcement-actions)) > a[href="#estimate"]::before {
		margin-right: 14px;
		padding-right: 14px;
	}
}

html,
body {
  margin: 0;
  padding: 0;
}

#sparclean-root:empty {
  min-height: 100vh;
  background: #f7f3ea;
}

.sparclean-noscript {
  max-width: 720px;
  margin: 80px auto;
  padding: 32px;
  color: #171512;
  font: 16px/1.6 system-ui, sans-serif;
  text-align: center;
}
