/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 1069px) {
	.section-plans .plan-tile ul li .cost-breakdown {
		font-size: 16px;
	}

	.section-plans .plan-tile .violator {
		font-size: 11px;
	}

	.section-router .services-content .column {
		flex-basis: 50%;
	}

	.section-router .services-content .typography-body.column {
		max-width: 337.5px;
	}

	.section-plans .plan-tile {
		width: 370px;
	}

	.section-router .services-content {
		justify-content: center;
	}
}

.section-faq .question .accordion-item-title {
	width: auto;
}

.violator-reduced {
	padding-top: 5px;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-plans .plan-tile .typography-plan-share {
		flex-direction: row;
		gap: 4px;
	}
	.violator-reduced {
		padding-top: 4px;
	}
	.section-plans .plan-tile {
		width: 300px;
		min-height: 500px;
	}
	.section-plans .plan-tile .back-face .logo-container {
		width: 100%;
	}
	.section-plans .plan-tile .back-face .violator {
		margin-top: 0px;
		margin-left: 5px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-plans .plan-tile .typography-plan-share .icon-shared {
		flex: none;
		top: 2px;
		position: relative;
	}
	.section-plans .plan-tile ul {
		flex: unset;
		margin-bottom: 53px;
	}
	.section-plans .plan-tile .back-face ul {
		margin-bottom: 23px;
		margin-top: 18px;
	}
}

.section-plans .plan-tile .typography-plan-share .icon-shared {
	top: 2px;
	position: relative;
}

@media only screen and (min-width: 735px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: 221px;
	}
}

@media only screen and (max-width: 735px) {
	.section-plans .plan-tile ul li .cost-breakdown {
		font-size: 16px;
	}
	html.no-reduced-motion .section-plans .plan-tile.expanded .fade-delay-1 .cost-breakdown {
		margin-top: 0px;
	}
	.section-faq .question button {
		gap: 10px;
	}
	.section-faq .faqs li:last-child .question button {
		gap: 0px;
	}
	.section-faq .faqs li:last-child .question button .plus-icon {
		margin-left: 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 373px) {
	.section-plans .plan-tile.expanded figure.logo-icloud {
		padding-right: 20px;
	}
	.section-plans .plan-tile.expanded .violator {
		margin-top: 6px;
	}
	html.no-reduced-motion .section-plans .plan-tile.expanded .fade-delay-1 .cost-breakdown {
		margin-top: -30px;
	}
}

.section-river .section-content h2.typography-section-headline {
	text-align: center;
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
