

.block-step ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .block-step li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
  }
  .block-step li:after {
	content: "";
	width: 40px;
	height: 1px;
	background-color: var(--sala-primary-navy, #767676);
	display: inline-block;
	margin: 0 40px;
  }
  .block-step li:last-child:after {
	content: "";
	display: none;
  }
  .block-step span {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: var(--sala-primary-navy, #767676);
	color: var(--sala-alway-white, #ffffff);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 500;
	margin-right: 16px;
  }
  .block-step p {
	font-size: 24px;
	line-height: 1.33;
	font-weight: 600;
	color: var(--sala-neutral-dark, #111111);
  }

  @media (max-width: 768px) {
	.block-step ul {
	  flex-direction: column;
	}
	.block-step li {
	  width: 100%;
	  margin-bottom: 20px;
	}
	.block-step li:after {
	  content: "";
	  display: none;
	}
  }

/* Global mobile standards for marketing/auth pages */
@media (max-width: 768px) {
	.container,
	.container-fluid {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	h1, .h1 { font-size: 1.8rem; line-height: 1.2; }
	h2, .h2 { font-size: 1.45rem; line-height: 1.25; }
	h3, .h3 { font-size: 1.2rem; line-height: 1.3; }

	.card,
	.modal-content {
		border-radius: 12px;
	}

	.modal-body {
		max-height: calc(100vh - 10rem);
		overflow-y: auto;
	}
}

@media (max-width: 576px) {
	.container,
	.container-fluid {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.modal-dialog {
		width: calc(100vw - 1rem);
		max-width: calc(100vw - 1rem);
		margin: 0.5rem auto;
	}

	.btn {
		min-height: 38px;
	}
}

@media (max-width: 480px) {
	.container,
	.container-fluid {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	h1, .h1 { font-size: 1.55rem; line-height: 1.2; }
	h2, .h2 { font-size: 1.3rem; line-height: 1.25; }
	h3, .h3 { font-size: 1.1rem; line-height: 1.3; }

	.modal-dialog {
		width: calc(100vw - 0.75rem);
		max-width: calc(100vw - 0.75rem);
		margin: 0.375rem auto;
	}

	.modal-header,
	.modal-body,
	.modal-footer {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.btn {
		min-height: 36px;
		font-size: 0.8125rem;
	}
}
