.craftery-secupay-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 76px;
	min-height: 28px;
	padding: 3px 8px;
	border: 1px solid #8c3f28;
	border-radius: 4px;
	color: #8c3f28;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.craftery-secupay-checkout-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.92);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.craftery-secupay-checkout-overlay.active {
	display: flex;
}

.craftery-secupay-spinner {
	width: 48px;
	height: 48px;
	border: 4px solid #e5ddd3;
	border-top-color: #8c3f28;
	border-radius: 50%;
	animation: craftery-secupay-spin 0.8s linear infinite;
}

.craftery-secupay-checkout-overlay p {
	margin: 0;
	font-size: 16px;
	color: #333;
	font-family: Geist, Tahoma, sans-serif;
	text-align: center;
	line-height: 1.5;
}

.craftery-secupay-payment-details {
	background: #f7ede0;
	border: 1px solid #e5ddd3;
	border-radius: 6px;
	padding: 24px;
	margin: 20px 0;
}

.craftery-secupay-payment-details h3 {
	margin-top: 0;
	font-size: 18px;
	color: #333;
}

.craftery-secupay-payment-details table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.craftery-secupay-payment-details th,
.craftery-secupay-payment-details td {
	padding: 8px 12px 8px 0;
	text-align: left;
	vertical-align: top;
}

.craftery-secupay-payment-details th {
	width: 170px;
	font-weight: 700;
	white-space: nowrap;
}

.craftery-secupay-reference {
	color: #8c3f28;
	letter-spacing: 0.5px;
}

@keyframes craftery-secupay-spin {
	to {
		transform: rotate(360deg);
	}
}
