.section-router .router-item.router-watchos {
	padding-bottom: 64px;
}

@media only screen and (max-width: 1068px) {
	.section-router .router-item.router-watchos {
		padding-bottom: 58px;
	}
}

@media only screen and (max-width: 734px) {
	.section-router .router-item.router-watchos {
		padding-bottom: 0px;
	}
}

.page-overview .section-safari .grid-item-highlights .tile-button {
	background-color: #86868b;
	color: white;
}

.tile-overlay-toggle:checked ~ .tile-overlay .tile-button {
	color: var(--tile-overlay-background-color);
	background-color: #fff;
}
