/* START - Parent Presentation Download Icon Orphan Fix */
@media screen and (max-width: 324px) {
	.section-hero .parent-tile .parent-modal-trigger {
		max-width: 90%;
	}
}
/* END - Parent Presentation Download Icon Orphan Fix */

/* Aligment of compare CTA */
.compare-row.compare-buttons .compare-column {
	min-height: 49px;
}

/* BEGIN: Do more section fix */
@media (max-width: 734px) {
	#do-more .typography-do-more-tile-headline {
		font-size: 22px;
	}
}

.section-do-more .ai-disclaimer {
	font-style: italic;
	font-size: 14px;
	color: var(--sk-glyph-gray-tertiary-alpha);
}

/* END: Do more section fix */

/* BEGIN: AI section available in selected languages */

.section-apps .ai-disclaimer {
	color: #86868b;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
}

/* END: AI section available in selected languages */

/* BEGIN: mac section available in selected languages */

.section-mac .ai-disclaimer {
	color: #86868b;
	font-size: 14px;
	font-weight: normal;
	margin-top: 30px;
}

/* END: mac section available in selected languages */
