.wcip-pix-box {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin: 24px 0;
	padding: 20px;
	border: 1px solid #d6d9dc;
	border-left: 4px solid #f58220;
	border-radius: 6px;
	background: #fff;
}

.wcip-pix-box *,
.wcip-pix-box *::before,
.wcip-pix-box *::after {
	box-sizing: border-box;
}

.wcip-pix-box__heading,
.wcip-pix-box__content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.wcip-pix-box__heading {
	justify-content: space-between;
	margin-bottom: 16px;
}

.wcip-pix-box__heading h2,
.wcip-pix-box__details p {
	margin: 0;
}

.wcip-pix-box__heading h2 {
	color: #1d2327;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
}

.wcip-pix-box__badge {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 3px 8px;
	border-radius: 999px;
	background: #f58220;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
}

.wcip-pix-box__qr {
	flex: 0 0 232px;
	padding: 6px;
	border: 1px solid #e2e4e7;
	background: #fff;
}

.wcip-pix-box__canvas {
	display: block;
	width: 220px;
	height: 220px;
}

.wcip-pix-box__details {
	flex: 1 1 auto;
	min-width: 0;
}

.wcip-pix-box__details label {
	display: block;
	margin: 14px 0 6px;
	font-weight: 700;
}

.wcip-pix-box__code {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 96px;
	padding: 10px;
	border: 1px solid #d6d9dc;
	border-radius: 3px;
	background: #fff;
	color: #1d2327;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0;
	resize: vertical;
	word-break: break-all;
}

.wcip-pix-box .wcip-pix-box__copy {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 40px;
	margin-top: 8px !important;
	padding: 10px 16px;
	line-height: 1.2;
	letter-spacing: 0;
	white-space: normal;
}

.wcip-pix-box__status {
	margin-top: 14px !important;
	font-weight: 700;
	color: #59636e;
}

.wcip-pix-box--paid {
	border-left-color: #168a55;
}

.wcip-pix-box--paid .wcip-pix-box__status {
	color: #168a55;
}

.wcip-pix-box--expired {
	border-left-color: #b32d2e;
}

.wcip-pix-box--expired .wcip-pix-box__status {
	color: #b32d2e;
}

.wcip-woodmart-active .wd-content-layout .wcip-pix-box,
.wcip-elementor-active .elementor-widget-woocommerce-checkout-page .wcip-pix-box,
.wcip-elementor-active .elementor-widget-woocommerce-my-account .wcip-pix-box {
	float: none;
	overflow: hidden;
}

@media (max-width: 640px) {
	.wcip-pix-box {
		padding: 16px;
	}

	.wcip-pix-box__heading {
		align-items: flex-start;
		gap: 10px;
	}

	.wcip-pix-box__content {
		flex-direction: column;
		align-items: stretch;
	}

	.wcip-pix-box__qr {
		align-self: center;
		flex-basis: auto;
	}

	.wcip-pix-box .wcip-pix-box__copy {
		width: 100% !important;
	}
}

/* Payment method icon, including themes that resize all checkout images. */
.payment_method_inter_pix img.wcip-method-icon,
.wcip-method-label img.wcip-method-icon {
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	min-height: 32px !important;
	max-height: 32px !important;
	flex: 0 0 32px;
	object-fit: contain;
	vertical-align: middle;
	margin: 0 0 0 8px;
	padding: 0;
}
.wcip-pix-box__success[hidden] { display: none; }
.wcip-pix-box--paid {
	padding: 36px;
	border: 1px solid #b8dfd0;
	border-radius: 16px;
	background: linear-gradient(145deg, #f0faf5, #fff 70%);
	box-shadow: 0 8px 28px rgba(22, 86, 62, .06);
}
.wcip-pix-box--paid .wcip-pix-box__heading,
.wcip-pix-box--paid .wcip-pix-box__content { display: none; }
.wcip-pix-box__success { text-align: center; color: #334b42; }
.wcip-pix-box__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #147d55;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	box-shadow: 0 0 0 8px #e0f3e9;
	margin-bottom: 24px;
}
.wcip-pix-box__success .wcip-pix-box__eyebrow {
	margin: 0 0 8px;
	color: #147d55;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
}
.wcip-pix-box__success h2 {
	margin: 0 0 12px;
	color: #163f2f;
	font-size: clamp(24px, 4vw, 32px);
	line-height: 1.2;
	text-transform: none;
}
.wcip-pix-box__success p { margin: 0 auto 24px; max-width: 540px; line-height: 1.6; }
.wcip-pix-box__summary {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-around;
	padding: 20px;
	border: 1px solid #daebe2;
	border-radius: 10px;
	background: #fff;
	font-size: 13px;
}
.wcip-pix-box__summary strong { display: block; margin-top: 6px; color: #163f2f; font-size: 16px; }
.wcip-pix-box--expired .wcip-pix-box__qr,
.wcip-pix-box--expired .wcip-pix-box__code,
.wcip-pix-box--expired .wcip-pix-box__copy,
.wcip-pix-box--expired .wcip-pix-box__details > label { display: none !important; }
@media (max-width: 480px) {
	.wcip-pix-box--paid { padding: 28px 16px; }
	.wcip-pix-box__summary { flex-direction: column; gap: 16px; }
}

/* Receipt layout; scoped to avoid changing the store's other payment methods. */
.wcip-pix-box.wcip-pix-box--paid {
	padding: 0;
	overflow: hidden;
	border: 1px solid #c8e3d7;
	border-top: 4px solid #168359;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(22, 63, 47, .10);
}
.wcip-pix-box .wcip-pix-box__success { padding: 0 32px 28px; background: radial-gradient(ellipse at 50% 20%, #eaf8f0, #fff 65%); }
.wcip-pix-box .wcip-pix-box__receipt-header {
	display: flex; justify-content: space-between; align-items: center; gap: 12px;
	padding: 18px 0; margin-bottom: 30px; border-bottom: 1px solid #dcebe3;
	color: #537264; font-size: 12px;
}
.wcip-pix-box__receipt-header span:first-child { font-size: 22px; font-weight: 800; color: #176542; }
.wcip-pix-box .wcip-pix-box__success h2 { margin: 0 0 14px; font-size: clamp(26px, 4vw, 36px); font-weight: 750; line-height: 1.2; color: #163f2f; }
.wcip-pix-box .wcip-pix-box__summary { padding: 24px 16px; background: rgba(255,255,255,.85); border: 1px solid #d5e8de; border-radius: 12px; }
.wcip-pix-box .wcip-pix-box__next { display: flex; gap: 14px; text-align: left; margin-top: 24px; padding-top: 24px; border-top: 1px dashed #cbded3; }
.wcip-pix-box .wcip-pix-box__next-icon { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; background: #e6f5ec; color: #168359; }
.wcip-pix-box .wcip-pix-box__next h3 { margin: 0 0 5px; color: #163f2f; font-size: 16px; }
.wcip-pix-box .wcip-pix-box__next p { margin: 0; font-size: 13px; line-height: 1.6; color: #537264; }
@media (max-width: 480px) {
	.wcip-pix-box .wcip-pix-box__success { padding: 0 18px 24px; }
	.wcip-pix-box .wcip-pix-box__receipt-header { font-size: 11px; }
}
