.marketcity-checkout {
	background: #ffffff;
	border: 1px solid #d8e1ee;
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	color: #111827;
	margin-top: 12px;
	overflow: hidden;
}

.marketcity-hero {
	align-items: center;
	background: #f7fafc;
	border-bottom: 1px solid #d8e1ee;
	display: flex;
	gap: 14px;
	padding: 16px;
}

.marketcity-store-logo {
	background: #fff;
	border: 1px solid #d8e1ee;
	border-radius: 8px;
	height: 48px;
	object-fit: contain;
	padding: 6px;
	width: 88px;
}

.marketcity-hero strong {
	display: block;
	font-size: 16px;
	line-height: 1.25;
}

.marketcity-hero span,
.marketcity-description,
.marketcity-split-note,
.marketcity-help {
	color: #64748b;
	font-size: 13px;
	line-height: 1.45;
}

.marketcity-description {
	margin: 0;
	padding: 14px 16px 0;
}

.marketcity-identification,
.marketcity-split-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 16px;
}

.marketcity-identification label,
.marketcity-split-grid label,
.marketcity-installments label {
	color: #111827;
	display: block;
	font-size: 13px;
	font-weight: 700;
}

.marketcity-identification input,
.marketcity-identification select,
.marketcity-split-grid input,
.marketcity-split-grid select,
.marketcity-installments select {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	display: block;
	font: inherit;
	margin-top: 7px;
	min-height: 42px;
	padding: 0 11px;
	width: 100%;
}

.marketcity-mode {
	background: #f8fafc;
	border-bottom: 1px solid #d8e1ee;
	border-top: 1px solid #d8e1ee;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 12px 16px;
}

.marketcity-mode label {
	align-items: center;
	background: #fff;
	border: 1px solid #d8e1ee;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	gap: 9px;
	min-height: 44px;
	padding: 10px 12px;
}

.marketcity-mode label:has(input:checked) {
	border-color: #16a34a;
	box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.14);
}

.marketcity-provider-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 16px;
}

.marketcity-provider-card {
	align-items: start;
	background: #fff;
	border: 1px solid #d8e1ee;
	border-radius: 10px;
	cursor: pointer;
	display: grid;
	gap: 10px;
	grid-template-columns: 22px 1fr;
	min-height: 132px;
	padding: 13px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.marketcity-provider-card:hover {
	border-color: #0f172a;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.10);
	transform: translateY(-1px);
}

.marketcity-provider-card input {
	margin-top: 4px;
}

.marketcity-provider-card:has(input:checked) {
	border-color: #16a34a;
	box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.16);
}

.marketcity-provider-logo {
	display: block;
	height: auto;
	margin-bottom: 8px;
	max-width: 145px;
	width: 100%;
}

.marketcity-provider-card strong {
	display: block;
	font-size: 14px;
}

.marketcity-provider-card small {
	color: #64748b;
	display: block;
	font-size: 12px;
	line-height: 1.35;
	margin-top: 5px;
	white-space: normal;
}

.marketcity-split-payment {
	border-bottom: 1px solid #d8e1ee;
}

.marketcity-split-note {
	margin: 0;
	padding: 0 16px 16px;
}

.marketcity-installments {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 150px;
	padding: 16px;
}

.marketcity-simulator {
	background: #ecfdf5;
	border-top: 1px solid #bbf7d0;
	display: grid;
	gap: 5px;
	padding: 15px 16px;
}

.marketcity-simulator span {
	color: #166534;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.marketcity-simulator strong {
	color: #052e16;
	font-size: 24px;
	line-height: 1.2;
}

.marketcity-simulator small {
	color: #166534;
	line-height: 1.45;
}

.marketcity-help {
	background: #f8fafc;
	border-top: 1px solid #d8e1ee;
	margin: 0;
	padding: 13px 16px;
}

.marketcity-help a {
	font-weight: 700;
	text-decoration: none;
}

.marketcity-thankyou {
	border: 1px solid #d8e1ee;
	border-radius: 10px;
	margin-top: 18px;
	padding: 18px;
}

@media (max-width: 720px) {
	.marketcity-hero {
		align-items: flex-start;
		flex-direction: column;
	}

	.marketcity-identification,
	.marketcity-mode,
	.marketcity-provider-grid,
	.marketcity-split-grid,
	.marketcity-installments {
		grid-template-columns: 1fr;
	}
}
