.pay-by-square {
	display: inline-block;
	padding-top: 0.7em;
}

.qr-image {
	/*border: 7px solid #e20e17;*/
	background:
		linear-gradient(#f54c54 0 0) bottom left / 78% 7px,
		linear-gradient(#f54c54 0 0) top left / 100% 7px,
		linear-gradient(#f54c54 0 0) top left / 7px 100%,
		linear-gradient(#f54c54 0 0) top right / 7px 95%;
	background-repeat:no-repeat;

	width: auto;
	height: auto;
	padding: 25px;
	margin-top: 0px;
	border-radius: 5px;
}

.qr-bottom-txt {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
	font-size: 30px;
	font-weight: 900;
}

.qr-bottom-txt .qr-txt-red {
	color: #f54c54;
}

.qr-bottom-txt .qr-txt-gray {
	color: #b1b4b8;
	padding-right: 8px;
}

.qr-bottom-txt .qr-card {
	margin-top: -12px;
	width: 60px;
	height: auto;
}
