body {
	line-break: strict;
}

/* .section-plans */
.section-plans .applecare-plan .flex-row .column-product-group {
	flex-basis: 44%;
	max-width: 44%;
}

.section-plans .applecare-plan.pricing-columns-2 .column-product-group {
	padding-right: 20px;
}

.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
	display: flex;
	align-items: center;
	flex-basis: 28%;
	max-width: 28%;
}

.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
	padding-left: 10px;
	margin-left: 0;
}

@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-product-group {
		flex-basis: 39%;
		max-width: 39%;
	}
	.section-plans .applecare-plan.pricing-columns-2 .column-product-group {
		padding-right: 10px;
	}
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
		display: flex;
		align-items: center;
		flex-basis: 33%;
		max-width: 33%;
		justify-content: flex-start;
	}
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.column-1 {
		flex-basis: 28%;
		max-width: 28%;
	}
	.section-plans .static-plans .applecare-plan .flex-row .column-dynamic-pricing.column-1 {
		flex-basis: 32%;
		max-width: 32%;
	}
	.section-plans .applecare-plan .flex-row.column-labels .column-dynamic-pricing {
		justify-content: flex-start;
	}
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		padding-left: 5px;
	}
}

@media only screen and (max-width: 735px) {
	span.nowrap.small-reject {
		white-space: unset;
	}
}

@media only screen and (max-width: 460px) {
	.section-plans .applecare-plan .flex-row .column-product-group {
		flex-basis: 34%;
		max-width: 34%;
	}
	.section-plans .applecare-plan.pricing-columns-2 .column-product-group {
		padding-right: 15px;
		font-size: 14px;
	}
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
		display: flex;
		align-items: center;
		flex-basis: 33%;
		max-width: 33%;
		font-size: 14px;
	}
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		padding-left: 5px;
		margin-left: 20px;
	}
	.section-plans .applecare-plan:not(.pricing-columns-2) .flex-row .column-product-group {
		font-size: 14px;
	}
}

@media only screen and (max-width: 390px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
		margin-left: 16px;
	}
}

@media only screen and (max-width: 390px) {
	.section-plans .applecare-plan.pricing-columns-2 .column-product-group, .section-plans .applecare-plan .flex-row .column-dynamic-pricing {
		font-size: 12px;
	}
	.section-plans .applecare-plan:not(.pricing-columns-2) .flex-row .column-product-group {
		font-size: 12px;
	}
}

@media only screen and (min-width: 736px) {
	.nowrap_pc {
		display: inline-block;
		text-decoration: inherit;
		white-space: nowrap;
	}
}

.section-plans .applecare-plan:not(.pricing-columns-2) .flex-row {
	justify-content: space-between;
}
.section-plans .applecare-plan:not(.pricing-columns-2) .flex-row .column-product-group {
	flex-basis: 50%;
	max-width: 50%;
}

.section-plans .static-plans .applecare-plan .flex-row .column-dynamic-pricing {
	justify-content: flex-start;
}

@media only screen and (max-width: 440px) {
	.section-plans .applecare-plan.is-first .flex-row .typography-pricing-body-semibold {
		font-size: 11px;
	}
}
