/* Pay Now butonu: tema class'larını (checkout-button button alt wc-forward)
   kullandığı için tema stilini otomatik alır. Sadece spinner ve içerik hizası. */
.lco-pay-now {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.lco-pay-now.lco-loading .lco-pay-label {
	opacity: 0.6;
}

.lco-pay-spinner {
	display: none;
	width: 15px;
	height: 15px;
	border: 2px solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
	opacity: 0.8;
	animation: lco-spin 0.7s linear infinite;
}

.lco-pay-now.lco-loading .lco-pay-spinner {
	display: inline-block;
}

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

/* Güven satırı + PayPal logosu */
.lco-trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
	opacity: 0.85;
}

.lco-trust-text {
	font-size: 12px;
	color: #6b7280;
}

.lco-paypal {
	height: 22px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.lco-pay-error {
	display: none;
	margin-top: 8px;
	color: #b91c1c;
	font-size: 13px;
	text-align: center;
}
