/* Non-resident toggle: a quiet link-style control. Without these rules it
   inherits the theme's default <button> styling — a full-width solid-blue
   bar with the same visual weight as the primary "Pagar" CTA. */
.bolao-join button.bolao-join__intl-toggle {
	background: none;
	border: 0;
	box-shadow: none;
	width: auto;
	align-self: flex-start;
	justify-self: start;
	margin: calc(-1 * var(--space-2, 0.5rem)) 0 0;
	padding: 0;
	color: var(--brand-green, #009739);
	font-size: var(--size-sm, 0.875rem);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.bolao-join button.bolao-join__intl-toggle:hover,
.bolao-join button.bolao-join__intl-toggle:focus {
	color: var(--color-success, #059669);
	background: none;
}

/* Non-resident mode: hide the CPF field entirely. A greyed/disabled field
   still shows a foreigner a label for a document they just said they don't
   have — hiding reads cleaner and shortens the form. (Scoped under
   .bolao-join so it outranks the theme's `.bolao-join label { display:flex }`.) */
.bolao-join .bolao-join__cpf--off {
	display: none;
}
