/* Local overrides */

/* Local nav */
@media only screen and (max-width: 359px) {
	#ac-localnav .ac-ln-title a {
		white-space: normal;
		width: 220px;
	}
	#ac-localnav .ac-ln-content {
		height: 72px;
	}
}

/*Setup section */
@media only screen and (min-width: 1069px) {
	.section-setup .tile-settings .overview-setup-get-started {
		padding-left: 28px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-setup .tile-settings .overview-setup-get-started {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 325px) {
	.section-setup .tile-settings {
		padding: 40px 10px 0px 22px;
	}
}

@media only screen and (max-width: 734px) {
	.section-setup .section-content-settings .section-headline {
		width: 90.666667%;
	}
}

@media only screen and (max-width: 374px) {
	.section-setup .section-content-settings .section-headline {
		width: 94.666667%;
	}
}

/*Section privacy */

@media (max-width: 734px) {
	.section-setup .subsection-privacy .section-headline {
		width: 79.333333%;
	}
}

/* Screen time - export */
.section-parental-controls .card-screen-time .card-content {
	padding-bottom: 56px;
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-parental-controls .card-screen-time .card-content {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 734px) {
	.section-parental-controls .card-screen-time .card-content {
		padding-bottom: 0;
	}
}
