
@media (max-width: 1023px) {
	/* Target the mobile Get Started button by its unique classes */
	button.bg-blue-600.text-white.rounded-lg.font-medium.transition-colors.text-sm {
		padding-left: 0.75rem !important; /* px-3 */
		padding-right: 0.75rem !important;
		padding-top: 0.375rem !important; /* py-1.5 */
		padding-bottom: 0.375rem !important;
		font-size: 0.85rem !important;
	}
}
