/**
 * fs_zuschnitte Plugin - Custom Styles (Cleaned)
 * Only includes CSS rules that are actually used
 */

/* Restore Items Container (versteckt) */
#restoreItems {
    display: none !important;
}

/* Variations Wrapper - found in HTML structure */
#varwrap-material,
#varwrap-vlies,
#varwrap-stoff,
#varwrap-zuschnittnr,
#varwrap-scale,
#varwrap-boundsc {
    margin-bottom: 15px;
}

/* Animation keyframe that's referenced */
@keyframes zuschnitt-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design - keep media queries that affect used elements */
@media (max-width: 768px) {
    /* Any mobile-specific rules for elements that are actually used */
}