.digages-engraver-widget
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px 28px 32px;
gap: 24px;
width: 100%;
background: #F6F7F7;
}

.digages-engraver-heading
{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #1E1E1E;
}

.digages-engraver-tab-nav
{
    display: flex;
    gap: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #646970;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.digages-engraver-tab-nav-item
{
    display: flex;
    width: stretch;
}

.digages-engraver-tab-nav-item-btn 
{
	background: none !important;
	border: none !important;
	padding: 8px 16px !important;
	cursor: pointer !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #646970 !important;
	border-bottom: 3px solid transparent !important;
	transition: color .2s, border-color .2s;
    width: 100% !important;
}
.digages-engraver-tab-nav-item-btn.active {
	color: #1E1E1E !important;
	border-bottom: 2px solid #390051 !important;
}


/* Panels are shown/hidden by JS only — no CSS class needed */
.digages-tab-panel { 
    display: none; 
    width: 100%;
}

.digages-field-wrap { 
    margin-bottom: 12px;
    width: 100%;
 }

.digages-field-wrap input[type="text"],
.digages-field-wrap select,
.digages-field-wrap textarea {
	width: 100% !important; 
    display: flex !important;
    align-items: center !important;
    padding: 12px 24px !important;
    gap: 32px !important;
    height: 44px !important;
    background: #FFFFFF !important;
    border: 1px solid #DCDCDE !important;
    border-radius: 24px !important;
}
.digages-field-wrap textarea 
{ 
    resize: vertical; 
    min-height: 120px !important; 
}

.digages-text-input
{
	width: 100% !important; 
    display: flex !important;
    align-items: center !important;
    padding: 12px 24px !important;
    gap: 32px !important;
    height: 44px !important;
    background: #FFFFFF !important;
    border: 1px solid #DCDCDE !important;
    border-radius: 24px !important;
}
.digages-long-text-input
{
	width: 100% !important; 
    display: flex !important;
    padding: 12px 24px !important;
    gap: 32px !important;
    background: #FFFFFF !important;
    border: 1px solid #DCDCDE !important;
    border-radius: 24px !important;
    align-items: flex-start !important;
    height: 120px !important;
}

.digages-image-preview {
	display: none; /* shown by JS */
	margin-top: 10px; 
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    gap: 12px;
    width: 100%; 
    background: #FFFFFF; 
    border: 1px solid #DCDCDE;
    border-radius: 24px; 
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1F;
}

.digages-image-preview.is-visible {
	display: flex;
}
.digages-image-preview img {
	object-fit: cover;
	border-radius: 50%;
	flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.digages-image-info { flex: 1; }
.digages-image-name { font-size: 13px; word-break: break-all; }

.digages-remove-image
{

font-style: normal !important;
font-weight: 600 !important;
font-size: 11px !important;
line-height: 15px !important;
text-decoration-line: none !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
padding: 0px !important;
gap: 8px !important;
background: transparent !important;
border: 1px solid transparent !important; 
cursor: pointer !important; 
text-transform: uppercase !important;
color: #A8200D !important;
}

.digages-engraving-image-upload-box { 
	margin-top: 10px; 
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    gap: 12px;
    width: 100%; 
    background: #FFFFFF; 
    border: 1px solid #DCDCDE;
    border-radius: 24px;  
    color: #1F1F1F; 
    display: flex; 
    cursor: pointer;
    transition: 0.3s ease;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #646970;
}

.digages-engraving-image-upload-box:hover {
    background-color: #f0f0f0;
    border-color: #666;
}

.digages-engraving-image-upload-box-item
{
display: flex;
align-items: center;
padding: 0px;
gap: 12px;
}

.digages-engraving-image-upload-box-item-txt
{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #1F1F1F;
}

.digages-image-input {
    display: none !important;
}

.digages-engraving-pricing-summary
{
margin-top: 10px;
margin-bottom: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: baseline;
gap: 24px;
width: 100%;
}

.digages-engraving-pricing-table
{
display: flex; 
justify-content: space-between;
align-items: baseline;
gap: 24px;
width: 100%;
}

.digages-engraver-sides-hide
{
    display: none !important;
}

