/**
 * BP Payment UI — bloque CRO compacto en ficha de producto.
 */

.bp-pui-container {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin: 0.65rem 0 1rem;
	max-width: 36rem;
	font-size: 0.9rem;
	line-height: 1.35;
	font-weight: 400;
}

.bp-pui-row {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
}

.bp-pui-icon {
	flex: 0 0 1.25rem;
	width: 1.25rem;
	text-align: center;
	line-height: 1.35;
	user-select: none;
}

.bp-pui-text {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 400;
}

.bp-pui-text strong {
	font-weight: 700;
}

.bp-pui-text small {
	font-size: 0.85em;
	opacity: 0.9;
	font-weight: 400;
}

.bp-pui-shipping.success {
	color: var(--paletteColor3, var(--theme-palette-color-3, #16a34a));
}

.bp-pui-container--totals {
	margin: 0;
	max-width: none;
	font-size: 0.88rem;
	gap: 0.3rem;
}

tr.bp-pui-totals-options th,
tr.bp-pui-totals-options td {
	vertical-align: top;
	padding-top: 0.75em;
}

@media (max-width: 480px) {
	.bp-pui-container {
		font-size: 0.85rem;
		gap: 0.35rem;
		margin: 0.5rem 0 0.85rem;
	}

	.bp-pui-container--totals {
		font-size: 0.82rem;
	}
}
