/* WP Shippo Shipping admin & checkout styles */

.wp-shippo-settings .form-table th {
	width: 220px;
}

.wp-shippo-order-details {
	margin-top: 1em;
	padding: 12px;
	background: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wp-shippo-order-details h3 {
	margin-top: 0;
}

.wp-shippo-badge {
	display: inline-block;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
}

.wp-shippo-badge--test {
	background: #fff3cd;
	color: #856404;
	border: 1px solid #ffc107;
}

/* Classic checkout loading overlay */
#order_review.wp-shippo-loading {
	position: relative;
}

.wp-shippo-loading-overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.wp-shippo-loading-overlay span {
	padding: 8px 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

/* Block checkout loading indicator */
.wp-shippo-blocks-loading {
	padding: 8px 12px;
	margin-bottom: 8px;
	background: #f0f6fc;
	border: 1px solid #c3d9f0;
	border-radius: 4px;
	font-size: 14px;
	color: #1d2327;
}
