.alma-payment-plans-wrapper {
	margin: 18px 0;
	width: 100%;
}

.alma-payment-plans-wrapper--product {
	max-width: 420px;
}

.alma-payment-plans-wrapper--cart {
	max-width: 100%;
}

.alma-payment-plans {
	position: relative;
	width: 100%;
	min-height: 68px;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.alma-payment-plans:empty {
	display: none;
}

.alma-payment-plans > * {
	width: 100% !important;
	max-width: none !important;
}

.alma-payment-plans iframe,
.alma-payment-plans svg {
	max-width: 100%;
}

.alma-payment-plans-exclusion {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
	padding: 12px 14px;
	border: 1px dashed #d1d5db;
	border-radius: 12px;
	background: #fafafa;
}

.alma-payment-plans-exclusion-logo {
	width: auto !important;
	height: 22px !important;
	border: 0 !important;
	vertical-align: middle;
	flex: 0 0 auto;
}

.alma-payment-plans-exclusion-text {
	color: #4b5563;
	font-size: 13px;
	line-height: 1.45;
	text-transform: none;
}
