/*CAFR overrides*/
#ac-globalfooter sup {
	font-size: 9px;
	vertical-align: top;
	position: relative;
	top: -1px;
}

.template-item-image .typography-label sup {
	top: -0.5em;
	position: relative;
	font-size: 0.6em;
	vertical-align: baseline;
}

.nowrap {
	white-space: nowrap;
}

.typography-intro.ac-gf-buystrip {
	padding: 0px 10px;
}

/* Ribbon */
.ribbon-trade-in-event-2022 .ac-ribbon__trade-in-event-2022-footnote {
	text-decoration: none !important;
}
/* XS body */
@media only screen and (max-width: 330px) {
	body {
		font-size: 16px;
	}
}

/* Custom dash break */
.section-summary .custom_dash {
	display: none;
}
@media only screen and (max-width: 365px) {
	.section-summary .custom_dash {
		display: inline-block;
	}
}
