/* Configurator-specific styles */

/* Avatar Preview Mock */
.figure-mock {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #1f2937, #374151);
    border: 4px solid #3b82f6;
}

/* Refresh Icon */
.dark .refresh-icon-svg {
    stroke: white !important;
}

.dark #reset-avatar-btn svg {
    stroke: white !important;
}

/* Configurator-specific dark mode overrides */
.dark #change-details-btn {
    background-color: #374151;
    color: var(--text-dark);
}