& .oauth-options {
	display: flex;
	flex-direction: column;
	gap: 16px;

	& .oauth-options-heading {
		display: flex;
		gap: 8px;

		align-items: center;

		& .oauth-options-heading-separator {
			flex-grow: 1;
		}

		& .oauth-options-title {
			color: var(--color-fg-2);
		}
	}

	& .oauth-options-buttons {
		display: flex;
		gap: 0px;
		max-width: 200px;
		width: 100%;
		align-self: center;
		justify-content: space-between;

		& .button {
			flex-basis: 56px;
			margin-block: -16px;
		}
	}
}
