.sr-pix-wa-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	margin-top: 12px;
}

.sr-pix-wa-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	text-align: center;
	white-space: normal;
}

.sr-whatsapp-button {
	background: #128c7e !important;
	border-color: #128c7e !important;
	color: #fff !important;
}

.sr-whatsapp-button:hover,
.sr-whatsapp-button:focus {
	filter: brightness(.92);
	color: #fff !important;
}

.sr-pix-wa-actions--checkout {
	margin-bottom: 12px;
}

.sr-pix-wa-actions--blocks {
	box-sizing: border-box;
}

.sr-pix-payment-box {
	margin: 28px 0;
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 12px;
	background: #fff;
}

.sr-pix-payment-box h2 {
	margin-top: 0;
}

.sr-pix-grid {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

.sr-pix-qr {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	padding: 10px;
	background: #fff;
}

.sr-pix-qr img,
.sr-pix-qr canvas {
	max-width: 100%;
	height: auto !important;
}

.sr-pix-copy-area label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.sr-pix-code {
	box-sizing: border-box;
	width: 100%;
	min-height: 128px;
	resize: vertical;
	word-break: break-all;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
}

.sr-pix-copy {
	margin-top: 10px !important;
}

.sr-pix-copy-feedback {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
}

.sr-pix-manual-note {
	margin-bottom: 0;
	font-size: 14px;
	opacity: .78;
}

.sr-pix-block-description {
	font-size: .95em;
}

@media (max-width: 680px) {
	.sr-pix-wa-actions,
	.sr-pix-grid {
		grid-template-columns: 1fr;
	}

	.sr-pix-payment-box {
		padding: 18px;
	}
}

.sr-pix-selection-status {
	grid-column: 1 / -1;
	display: block;
	min-height: 1.3em;
	font-size: 13px;
	line-height: 1.4;
	opacity: .82;
}

.sr-whatsapp-button.sr-is-loading {
	pointer-events: none;
	opacity: .72;
}
