.tompla-purchase-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)); 
	gap: 10px;
    margin-bottom: 22px;
	width: 100%;
	min-width: 0;
}

.tompla-purchase-benefit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start; 
    gap: 12px;
	width: 100%;
	min-width: 0; 
	min-height: 52px;
	padding: 14px 11px 11px;
	color: var(--ink, #263432);
	text-align: center;
	background: var(--surface, #fff);
	border: 1px solid var(--line, #e8e4dc);
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(31, 45, 42, 0.05);
	font-size: 14px;
	line-height: 1.35;
}

.tompla-purchase-benefit__icon {
	display: inline-flex;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: var(--tompla-brand);
	background: var(--tompla-brand-soft);
	border-radius: 10px;
}

.tompla-purchase-benefit__icon svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tompla-purchase-benefit__content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
}

.tompla-purchase-benefit__content > span {
	display: block;
}

.tompla-payments-wrapper {
	display: block !important;
    margin-top: -4px;
	grid-column: 1 / -1;
	clear: both;
	width: 100% !important;
	min-width: 0;
	padding: 0;
	overflow: visible !important;
	position: relative;
	z-index: 2;
	line-height: 0;
	opacity: 1 !important;
	visibility: visible !important;
}

.tompla-payments {
	display: block !important;
	width: 100% !important;
	max-width: 360px;
	height: auto !important;
	margin: 0 auto;
	padding: 0;
	object-fit: contain;
	opacity: 1 !important;
	visibility: visible !important;
}

@media (min-width: 768px) {
	.tompla-purchase-benefit {
		min-height: 76px;
		padding: 13px;
		font-size: 13px;
	}

	.tompla-purchase-benefit__icon {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
	}
}

@media (min-width: 1200px) {
	.tompla-purchase-benefit {
		min-height: 68px;
		font-size: 14px;
	}
}