/* Schmale Viewports. Wird per Glob nach den übrigen Arkendo-Styles geladen. */
/* Quelle: migration/arkendo/hubspot-theme/css/tokens.css @media (max-width: 699px) */

@media (max-width: 699px) {
	.ak-card {
		padding: var(--space-5) var(--space-4); /* 24 / 16 — Desktop bleibt 48 / 32 */
	}

	.ak-btn {
		white-space: normal;
		text-align: center;
	}

	.ak-footer__address {
		white-space: normal;
	}
}
