.angie-mug-customizer-wrap {
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 24px;
    margin: 25px 0;
    font-family: inherit;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.customizer-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    border-bottom: 2px solid #3a4f1c;
    padding-bottom: 8px;
    display: inline-block;
}

.customizer-field {
    margin-bottom: 22px;
}

.customizer-field:last-child {
    margin-bottom: 0;
}

.customizer-label {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 10px;
}

.customizer-label .required {
    color: #d93838;
}

/* Print Position Radio Cards Style */
.position-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
}

.position-card {
    cursor: pointer;
    display: block;
    position: relative;
}

.position-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 10px;
    background-color: #fff;
    transition: all 0.25s ease;
}

.position-card input[type="radio"]:checked + .card-box {
    border-color: #3a4f1c;
    background-color: #f7fafc;
    box-shadow: 0 4px 12px rgba(58, 79, 28, 0.1);
}

.card-icon {
    font-size: 1.5rem;
    margin-bottom: 6px;
}

.card-title {
    font-weight: 600;
    font-size: 0.85rem;
    color: #1a202c;
    margin-bottom: 4px;
}

.card-desc {
    font-size: 0.7rem;
    color: #718096;
    line-height: 1.2;
}

/* Wording Area */
.customizer-field textarea {
    width: 100%;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.9rem;
    resize: none;
    transition: border-color 0.2s;
}

.customizer-field textarea:focus {
    border-color: #3a4f1c;
    outline: none;
}

.field-hint {
    display: block;
    font-size: 0.75rem;
    color: #a0aec0;
    margin-top: 4px;
}

/* File Upload drag and drop styling */
.artwork-upload-zone {
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.2s, background-color 0.2s;
}

.artwork-upload-zone:hover, .artwork-upload-zone.dragover {
    border-color: #3a4f1c;
    background-color: #f8fafc;
}

.upload-icon {
    font-size: 2.2rem;
    margin-bottom: 8px;
    display: inline-block;
}

.upload-main-text {
    font-weight: 500;
    font-size: 0.9rem;
    color: #334155;
    margin: 0 0 4px 0;
}

.upload-sub-text {
    font-size: 0.75rem;
    color: #64748b;
    margin: 0;
}

/* File Preview UI */
.upload-preview-container {
    margin-top: 10px;
    background-color: #f1f5f9;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
}

.preview-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #1e293b;
}

.preview-filename {
    font-weight: 500;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview-remove {
    background: none;
    border: none;
    color: #ef4444;
    font-size: 1.1rem;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
}

.preview-remove:hover {
    color: #dc2626;
}

/* Link customization in cart */
.mug-artwork-link {
    color: #3a4f1c;
    font-weight: 600;
    text-decoration: underline;
}
