.lp-sipago-qr-buy-button {
	align-items: center;
	background: #0f6b57;
	border: 1px solid #0f6b57;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 12px 18px;
	text-decoration: none;
	
}

.lp-sipago-qr-buy-button:hover,
.lp-sipago-qr-buy-button:focus {
	background: #0b5646;
	border-color: #0b5646;
	color: #fff;
	text-decoration: none;
}

.lp-sipago-qr-modal[aria-hidden="true"] {
	display: none;
}

.lp-sipago-qr-modal[aria-hidden="false"] {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 99999;
}

.lp-sipago-qr-modal__backdrop {
	background: rgba(10, 20, 24, 0.62);
	inset: 0;
	position: absolute;
}

.lp-sipago-qr-modal__dialog {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
	box-sizing: border-box;
	max-height: calc(100vh - 40px);
	max-height: calc(100dvh - 40px);
	max-width: 560px;
	overflow: auto;
	padding: 30px;
	position: relative;
	-webkit-overflow-scrolling: touch;
	width: min(100%, 560px);
	z-index: 1;
}

.lp-sipago-qr-modal__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #263238;
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 36px !important;
}

.lp-sipago-qr-modal__text {
	color: #263238;
	font-size: 17px;
	line-height: 1.55;
	margin: 0 0 20px;
	padding: 0 18px 0 0;
}

.lp-sipago-qr-modal__price {
	color: #263238;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 14px;
	padding: 0 32px;
	text-align: center;
}

.lp-sipago-qr-modal__image {
	border: 1px solid #e2e8e6;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 62vh;
	max-width: 360px;
	width: 100%;
}

.lp-sipago-qr-modal__qr-label {
	align-items: center;
	background: #0f6b57;
	border: 1px solid #0f6b57;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	margin: 0 auto 16px;
	min-height: 42px;
	padding: 11px 16px;
	text-align: center;
	width: min(100%, 360px);
}

.lp-sipago-qr-modal__transfer-button {
	align-items: center;
	background: #0f6b57;
	border: 1px solid #0f6b57;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	margin: 18px auto 0;
	min-height: 42px;
	padding: 11px 16px;
	text-align: center;
	width: min(100%, 360px);
}

.lp-sipago-qr-modal__transfer-button:hover,
.lp-sipago-qr-modal__transfer-button:focus {
	background: #0b5646;
	border-color: #0b5646;
	color: #fff;
}

.lp-sipago-qr-modal__transfer-details {
	background: #f5faf8;
	border: 1px solid #d8e8e3;
	border-radius: 4px;
	color: #263238;
	font-size: 15px;
	line-height: 1.45;
	margin: 12px auto 0;
	padding: 14px 16px;
	width: min(100%, 360px);
}

.lp-sipago-qr-modal__transfer-details p {
	margin: 0 0 8px;
}

.lp-sipago-qr-modal__transfer-details p:last-child {
	margin-bottom: 0;
}

.lp-sipago-qr-modal-open {
	overflow: hidden;
}

@media (max-width: 600px) {
	.lp-sipago-qr-modal[aria-hidden="false"] {
		align-items: flex-start;
		padding: 12px;
	}

	.lp-sipago-qr-modal__dialog {
		max-height: calc(100vh - 24px);
		max-height: calc(100dvh - 24px);
		padding: 22px 16px 18px;
	}

	.lp-sipago-qr-modal__price {
		padding: 0 34px 0 0;
	}

	.lp-sipago-qr-modal__text {
		font-size: 15px;
		line-height: 1.45;
		margin-bottom: 14px;
		padding-right: 0;
	}

	.lp-sipago-qr-modal__image {
		max-height: 36vh;
		max-height: 36dvh;
		max-width: 280px;
	}

	.lp-sipago-qr-modal__transfer-button {
		margin-top: 14px;
	}

	.lp-sipago-qr-modal__transfer-details {
		box-sizing: border-box;
		overflow-wrap: anywhere;
	}
}
