.bn-cuotas-box {
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(247, 240, 252, 0.8));
	border: 1px solid #e5daed;
	border-radius: 12px;
	color: #241d2d;
	font-size: 14px;
	margin: 14px 0 18px;
	padding: 16px;
}

.bn-cuotas-transfer {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	font-weight: 300;
}

.bn-cuotas-kicker {
	font-size: 13px;
	font-weight: 600;
}

.bn-cuotas-transfer-price {
	font-size: 18px;
	font-weight: 700;
	margin-top: 3px;
}

.bn-cuotas-badge {
	background: #17a589;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 8px;
	white-space: nowrap;
}

.bn-cuotas-divider {
	background: #e5daed;
	height: 1px;
	margin: 12px 0;
}

.bn-cuotas-main {
	font-weight: 600;
	margin-bottom: 4px;
}

.bn-cuotas-gocuotas {
	color: #595959;
	font-size: 13px;
	margin-bottom: 12px;
}

.bn-cuotas-trigger,
.bn-cuotas-close {
	cursor: pointer;
	font-family: inherit;
}

.bn-cuotas-trigger {
	background: transparent!important;
	border: 1px solid #123644!important;
	border-radius: 8px;
	color: #123644!important;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 12px;
	width: 100%;
}

.bn-cuotas-modal {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 999999;
}

.bn-cuotas-modal.is-open {
	align-items: flex-end;
	display: flex;
	justify-content: center;
}

.bn-cuotas-backdrop {
	background: rgba(25, 20, 32, 0.58);
	inset: 0;
	position: absolute;
}

.bn-cuotas-sheet {
	background: #fff;
	border-radius: 16px 16px 0 0;
	box-shadow: 0 -18px 50px rgba(30, 20, 40, 0.24);
	max-height: 82vh;
	max-width: 440px;
	overflow-y: auto;
	padding: 22px 20px 24px;
	position: relative;
	width: 100%;
}

.bn-cuotas-close {
	background: #123644;
	border: 0;
	border-radius: 999px;
	color: #fff;
	height: 28px;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 28px;
}

.bn-cuotas-sheet h3 {
	font-size: 20px;
	margin: 0 36px 4px 0;
}

.bn-cuotas-note,
.bn-cuotas-legal {
	color: #70687b;
	font-size: 12px;
}

.bn-cuotas-section {
	margin-top: 18px;
}

.bn-cuotas-section h4 {
	color: #123644;
	font-size: 17px;
	margin: 0 0 8px;
}

.bn-cuotas-section p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.bn-cuotas-table {
	border: 1px solid #e5daed;
	border-radius: 10px;
	overflow: hidden;
}

.bn-cuotas-row {
	align-items: center;
	background: #fff;
	border-top: 1px solid #e5daed;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 9px 12px;
}

.bn-cuotas-row:first-child {
	border-top: 0;
}

.bn-cuotas-row:nth-child(even) {
	background: #fbf7fe;
}

.bn-cuotas-row.is-disabled {
	color: #aaa0b2;
}

.bn-cuotas-row strong {
	white-space: nowrap;
}

.bn-cuotas-legal {
	background: #F5F5F5;
	border-radius: 10px;
	color: #424242!important;
	line-height: 1.45;
	margin: 18px 0 0;
	padding: 12px;
}

@media (min-width: 768px) {
	.bn-cuotas-modal.is-open {
		align-items: center;
	}

	.bn-cuotas-sheet {
		border-radius: 14px;
	}
}
