/* Digages Engraver - Frontend Styles */

/* .digages-engraver-widget {
	margin: 20px 0;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	background: #fafafa;
}
.digages-engraver-heading h3 {
	margin: 0 0 14px;
	font-size: 16px;
} */
/* .digages-tabs-nav {
	display: flex;
	gap: 4px;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.digages-tab-btn {
	background: none;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
	font-size: 14px;
	color: #555;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	transition: color .2s, border-color .2s;
}
.digages-tab-btn.active {
	color: #2271b1;
	border-bottom-color: #2271b1;
	font-weight: 600;
} */
/* Panels are shown/hidden by JS only — no CSS class needed */

/* .digages-tab-panel { display: none; } */

/* .digages-field-wrap { margin-bottom: 12px; }
.digages-field-wrap label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 13px;
} */

/* Image upload */
/* .digages-image-preview {
	display: none; 
	margin-top: 10px;
	align-items: flex-start;
	gap: 12px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
}
.digages-image-preview.is-visible {
	display: flex;
}
.digages-image-preview img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}
.digages-image-info { flex: 1; }
.digages-image-name { font-size: 13px; word-break: break-all; } */
.digages-progress-wrap { margin-top: 6px; }
.digages-progress-bar {
	height: 6px;
	background: #e0e0e0;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 4px;
}
.digages-progress-fill {
	height: 100%;
	background: #2271b1;
	transition: width .3s;
	width: 0%;
}
.digages-progress-text { font-size: 11px; color: #666; }
.digages-remove-image {
	background: #e53935;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 4px 10px;
	cursor: pointer;
	font-size: 12px;
	flex-shrink: 0;
}

.digages-type-wrap { margin-top: 10px; }

/* Pricing Summary */
/* .digages-pricing-summary {
	margin-top: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.digages-pricing-table {
	width: 100%;
	border-collapse: collapse;
}
.digages-pricing-table td {
	padding: 10px 16px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
}
.digages-pricing-table tr:last-child td { border-bottom: none; }
.digages-price-col { text-align: right; font-weight: 500; }
.digages-grand-total-row td {
	background: #f8f8f8;
	font-size: 15px;
} */
