:root {
	--tile-custom-gap: 0.5em;
	--sk-tile-padding: 2em 1em;
	/* --sk-cssgrid-column-gutter-inner: 3em; */
	--sk-cssgrid-row-gutter-inner: 2em;
}

@media only screen and (max-width: 734px) {
	:root {
		--sk-cssgrid-row-gutter-inner: 1em;
		--tile-custom-gap: 0.25em;
	}
	.tile {
		width: 85%;
	}
}

.tile-content {
	text-align: center;
}

.content-guide-icons {
	width: 72px;
	margin-bottom: 0.25em;
}

.section-cg a {
	text-decoration: none;
	color: inherit;
}

.labs-s-hammer-icon {
	max-height: 170px;
}
