#wc_geopay_pix_container {
	display: none;
	margin-bottom: 1em;
	text-align: center;
	background-color: #f9f9f9;
	padding: 1.25em 1.5em;
	border-radius: 4px;
}

#wc_geopay_pix_container .wc_geopay_countdown {
	font-size: 1.25rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 0.75em;
	font-variant-numeric: tabular-nums;
}

#wc_geopay_qrcode_wrapper {
	display: none;
	margin-bottom: 1em;
}

#wc_geopay_qrcode_wrapper > table,
#wc_geopay_qrcode_wrapper > img {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wc_geopay_pix_code_wrapper {
	display: none;
	margin-top: 1em;
}

.wc_geopay_pix_code_input {
	width: 100%;
	padding: 0.5em;
	font-size: 0.75rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 0.5em;
	font-family: monospace;
	resize: none;
}

.wc_geopay_copy_btn {
	width: 100%;
	background: #10a4da;
	color: #fff;
	border: none;
	padding: 0.5em 1em;
	border-radius: 6px;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 600;
}

.wc_geopay_copy_btn:hover {
	background: #0d8fc4;
}

.wc-geopay-hidden {
	display: none;
}

.wc-geopay-generate-button {
	background-color: #10a4da;
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 15px 20px;
	cursor: pointer;
}

.wc-geopay-generate-button-text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.wc-geopay-success-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem 0;
}

.wc-geopay-success-icon {
	width: 72px;
	height: 72px;
	background: rgba(34, 197, 94, 0.2);
	border: 2px solid rgba(34, 197, 94, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.wc-geopay-success-text {
	font-size: 1.25rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 1.5rem;
}

.wc-geopay-success-link {
	display: inline-block;
	background: #10a4da;
	color: #fff;
	text-decoration: none;
	padding: 0.875rem 1.75rem;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 600;
}

.wc-geopay-status-title {
	margin: 0 0 0.5em;
	font-weight: 600;
}

.wc-geopay-status-subtitle {
	margin: 0;
	font-size: 0.9em;
	color: #666;
}

.wc-geopay-error-center {
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	border: 1px solid #fecaca;
	background: #fff1f2;
	color: #991b1b;
	font-size: 0.9rem;
	text-align: left;
}
