#gemobile-order-guide.gemobile-order-guide {
	box-sizing: border-box;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 920px !important;
	margin: 32px auto 64px;
	padding: 0 20px;
	color: #172224;
}

#gemobile-order-guide,
#gemobile-order-guide * {
	box-sizing: border-box;
}

#gemobile-order-guide .gemobile-order-guide__intro {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 0 24px;
	padding: 32px;
	border: 1px solid #dce8e5;
	border-radius: 24px;
	background: #f1f8f6;
}

#gemobile-order-guide .gemobile-order-guide__eyebrow {
	margin: 0 0 8px;
	color: #12645e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

#gemobile-order-guide .gemobile-order-guide__intro h2 {
	margin: 0 0 12px;
	color: #123c3f;
	line-height: 1.15;
}

#gemobile-order-guide .gemobile-order-guide__intro > p:last-child,
.gemobile-checkout-obligation p {
	margin: 0;
	line-height: 1.65;
}

#gemobile-order-guide .gemobile-order-guide__steps {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	justify-items: stretch !important;
	gap: 14px;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0;
	padding: 0;
}

/*
 * WordPress może wstawić pusty akapit między sąsiednimi blokami treści.
 * Nie pozwalamy, aby taki techniczny element stał się dodatkowym polem siatki.
 */
#gemobile-order-guide .gemobile-order-guide__steps > p:not([class]),
#gemobile-order-guide .gemobile-order-guide__step > p:not([class]) {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#gemobile-order-guide .gemobile-order-guide__step {
	display: grid !important;
	grid-template-columns: 40px minmax(0, 1fr) !important;
	align-items: start;
	gap: 16px;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	justify-self: stretch !important;
	margin: 0 !important;
	padding: 20px !important;
	border: 1px solid #dce8e5 !important;
	border-radius: 18px;
	background: #fff !important;
}

#gemobile-order-guide .gemobile-order-guide__number {
	display: grid !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: #123c3f;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

#gemobile-order-guide .gemobile-order-guide__copy {
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
}

#gemobile-order-guide .gemobile-order-guide__step-title {
	margin: 1px 0 5px !important;
	padding: 0 !important;
	color: #123c3f;
	font-size: 18px !important;
	font-weight: 800;
	line-height: 1.35 !important;
}

#gemobile-order-guide .gemobile-order-guide__step-text {
	margin: 0 !important;
	padding: 0 !important;
	color: #455356;
	font-size: 16px;
	line-height: 1.6 !important;
}

.gemobile-checkout-obligation {
	clear: both;
	margin: 16px 0;
	padding: 16px 18px;
	border: 1px solid #bfd7d2;
	border-radius: 14px;
	background: #f1f8f6;
	color: #243638;
}

.gemobile-checkout-obligation strong {
	display: block;
	margin-bottom: 4px;
	color: #123c3f;
}

.gemobile-checkout-obligation__guide-link {
	display: inline-block;
	margin-top: 10px;
	color: #12645e;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 640px) {
	#gemobile-order-guide.gemobile-order-guide {
		margin-top: 20px;
		padding: 0 14px;
	}

	#gemobile-order-guide .gemobile-order-guide__intro {
		padding: 22px 18px;
		border-radius: 18px;
	}

	#gemobile-order-guide .gemobile-order-guide__step {
		grid-template-columns: 32px minmax(0, 1fr) !important;
		gap: 12px;
		padding: 16px 14px !important;
		border-radius: 14px;
	}

	#gemobile-order-guide .gemobile-order-guide__number {
		width: 32px !important;
		min-width: 32px !important;
		max-width: 32px !important;
		height: 32px;
		font-size: 14px;
	}

	#gemobile-order-guide .gemobile-order-guide__step-title {
		margin-top: 0 !important;
		font-size: 16px !important;
	}

	#gemobile-order-guide .gemobile-order-guide__step-text {
		font-size: 15px;
	}
}
