.plt-installment-widgets {
	display: grid;
	gap: 15px;
	margin-top: 20px;
}

.plt-installment-widget {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #f8f8f8;
}

.plt-installment-widget__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 9px;
	background: var(--bgcolor-white, #fff);
	color: var(--pt-title-color, #242424);
	font-size: 13px;
	font-weight: 700;
}

.plt-installment-widget__logo img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.plt-installment-widget__content {
	min-width: 0;
}

.plt-installment-widget__title {
	display: block;
	color: var(--pt-title-color, #242424);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

.plt-installment-widget__description {
	margin: 2px 0 0;
	color: var(--pt-text-color, #767676);
	font-size: 12px;
	line-height: 1.7;
}
