:root {
	--tile-custom-gap: 1em;
}

.hero-app-store {
	max-width: 750px;
}

.section-hero {
	background-color: #d5e7f8;
	color: rgb(29, 29, 31) !important;
}

body[data-color-scheme="dark"].theme-dark .section-hero,
body[data-color-scheme="dark"].theme-dark .section-hero h1,
body[data-color-scheme="dark"].theme-dark .section-hero p {
	background-color: #d5e7f8;
	color: rgb(29, 29, 31);
}

.sc-gallery__item {
	/* min-height: 500px; */
	min-height: 400px;
}

.sf-icon {
	height: 100%;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	transform: scale(1.2);
	color: #00a5f0;
}

.sf-tile-icon {
	font-size: 52px;
	margin-bottom: 0.5em;
	color: var(--bg-fill-invert);
}

.article-text-wrapper img {
	margin: 1em 0;
	border-radius: 8px;
}
