/**
 * Mobile (≤1280px) — dimensioni CTA uniformi su tutte le pagine.
 * Solo altezza, larghezza, padding e tipografia bottone; nessun colore.
 *
 * @package GDS-Fullcreative
 */

@media (max-width: 1280px) {
	.gds-hero__button,
	.about-us-home__cta,
	.cerchi-cta,
	.gds-hcs__cta,
	.gds-cs-cta__button,
	.gds-services-data-value__cta-btn,
	.gds-cs-card__more,
	.gds-page--contact .gds-contact-form__button,
	.gds-page--contact .wpcf7-form input[type="submit"],
	.gds-page--default .search-form .search-submit {
		box-sizing: border-box;
		width: auto;
		max-width: 100%;
		min-width: 155px;
		justify-self: start;
		height: var(--gds-home-btn-h);
		min-height: var(--gds-home-btn-h);
		padding: 0 20px;
		font-size: var(--gds-home-btn-fs);
		line-height: var(--gds-home-btn-lh);
		letter-spacing: 0;
	}
}
