/* GoldenTech — precio lista (MP) + cuotas MP / MODO */

.gt-pagos-producto,
.gt-pagos-producto *,
.gt-pagos,
.gt-pagos * {
	box-sizing: border-box;
}

.gt-pagos-producto,
.gt-pagos.gt-pagos--lista,
.gt-pagos.gt-pagos--modo,
.gt-pagos.gt-pagos--mp-cuotas {
	width: 100%;
	max-width: 420px;
}

.gt-pagos-producto {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0.5rem 0 1rem;
	clear: both;
}

.gt-pagos {
	display: block;
	width: 100%;
	margin: 0 0 0.75rem;
	padding: 0;
	font-family: inherit;
	color: inherit;
	line-height: 1.45;
}

.gt-pagos:last-child {
	margin-bottom: 0;
}

.gt-pagos--lista {
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.gt-pagos__eyebrow {
	margin: 0 0 0.2rem;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 600;
	opacity: 0.88;
}

.gt-pagos__amount {
	margin: 0 0 0.55rem;
	padding: 0;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.15;
}

/* Fila 1 pago + logo MP */
.gt-pagos__mp-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 12px;
	width: 100%;
	min-height: 26px;
}

.gt-pagos__mp-row-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.45rem;
	min-width: 0;
	font-size: 0.8125rem;
	line-height: 1.35;
}

.gt-pagos__badge {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.5rem;
	border-radius: 4px;
	background: rgba(0, 158, 227, 0.12);
	color: #007eb5;
	font-weight: 600;
	white-space: nowrap;
}

.gt-pagos__with {
	opacity: 0.88;
}

.gt-pagos__logo-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
	height: 24px;
	line-height: 0;
}

.gt-pagos__logo {
	display: block;
	height: 20px;
	width: auto;
	max-width: 96px;
	object-fit: contain;
	object-position: right center;
}

/* Cabecera Ver cuotas + logo */
.gt-pagos-modo-panel,
.gt-pagos-mp-panel {
	width: 100%;
}

.gt-pagos-modo-panel__head,
.gt-pagos-mp-panel__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 12px;
	width: 100%;
	margin: 0;
	padding: 0 0 0.5rem;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	min-height: 28px;
}

.gt-pagos-modo-panel__label,
.gt-pagos-mp-panel__label {
	margin: 0;
	padding: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.3;
	align-self: center;
}

.gt-pagos-modo-panel__label {
	color: #008744;
}

.gt-pagos-mp-panel__label {
	color: #007eb5;
}

.gt-pagos-modo-panel__head .gt-pagos__logo-wrap,
.gt-pagos-mp-panel__head .gt-pagos__logo-wrap {
	align-self: center;
}

.gt-pagos-modo-panel__body,
.gt-pagos-mp-panel__body {
	width: 100%;
	padding: 0.45rem 0 0;
	margin: 0;
}

.gt-pagos--modo,
.gt-pagos--mp-cuotas {
	margin-top: 0;
}

/* Lista sin viñetas del tema (div, no ul) */
.gt-pagos .gt-cuotas-list {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.gt-pagos .gt-cuotas-list__item {
	display: block;
	margin: 0;
	padding: 0.42rem 0;
	font-size: 0.875rem;
	line-height: 1.45;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.gt-pagos .gt-cuotas-list__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.gt-pagos .gt-cuotas-list__item::before {
	content: none !important;
	display: none !important;
}

.gt-pagos-legal {
	margin: 0.4rem 0 0;
	padding: 0;
	font-size: 0.75rem;
	line-height: 1.4;
	opacity: 0.65;
}

/* Impreza / Woo — anular estilos agresivos del tema */
.single-product .gt-pagos p,
.single-product .gt-pagos div {
	margin-bottom: 0;
}

.single-product .gt-pagos img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

@media (max-width: 480px) {
	.gt-pagos__amount {
		font-size: 1.45rem;
	}

	.gt-pagos__logo {
		max-width: 84px;
		height: 18px;
	}
}
