/* local overrides */

/* bts 2024 ribbon */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.ribbon-bts-2024 .ac-ribbon__bts-2024-content {
		width: 500px;
	}
}

/* --- */

.large-show {
	display: inline;
}

@media only screen and (max-width: 1068px) {
	.large-show {
		display: none;
	}
}

/* hero */
.section-hero .typography-intro.intro-cta a.more {
	text-transform: none;
}

/* resume seccion */

.template-badge .badge-value {
	font-size: 54px;
}

@media screen and (max-width: 734px) {
	.template-badge .badge-value {
		font-size: 28px;
	}
}

/* Modal */
.compare-modal .template-item-default {
	margin-top: 20px;
}

.compare-modal .template-item-link {
	margin-top: 11px;
}

/* pricing */

.template-dynamic-price-monthly {
	max-width: 225px;
	justify-self: center;
}
