.easycod-form {
                max-width: 100%;
                margin: 20px auto;
                padding: 15px;
                border: 2px solid #000000;
                border-radius: 15px;
                background: #ffffff;
                box-sizing: border-box;
                text-align: right;
                font-family: system-ui, sans-serif;
                color: #1d8718;
            }
            .easycod-form h3 { color: #1d8718; }
            .easycod-urgency-wrapper { margin-bottom: 15px; }
            .easycod-stock-status { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 5px; color: #1d8718; opacity: 0.8; }
            .easycod-progress-bar { height: 7px; background: #edf2f7; border-radius: 4px; overflow: hidden; }
            .easycod-progress-fill { width: 85%; height: 100%; background: #f56565; animation: pulse 2s infinite; }
            @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
            .easycod-img-preview { width: 100%; margin-bottom: 15px; border-radius: 15px; overflow: hidden; border: 1px solid #000000; }
            .easycod-img-preview img { width: 100%; height: auto; display: block; }
            .easycod-attributes-container { margin-bottom: 15px; border-bottom: 1px solid #000000; padding-bottom: 10px; }
            .easycod-attr-row { margin-bottom: 10px; }
            .easycod-attr-label { font-weight: bold; font-size: 14px; margin-bottom: 5px; }
            .easycod-attr-options { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-start; }
            .easycod-swatch { padding: 8px 12px; border: 1px solid #000000; border-radius: 6px; cursor: pointer; font-size: 13px; background: #ffffff; transition: 0.2s; min-width: 40px; text-align: center; color: #056819;}
            .easycod-swatch.is-color { width: 30px; height: 30px; padding: 0; border-radius: 50%; border: 1px solid #000000; }
            .easycod-swatch.selected { border-color: #1689fc; background: #1689fc; color: #fff; }
            .easycod-swatch.is-color.selected { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #1689fc; }
            .easycod-offer-card { display: flex; justify-content: space-between; align-items: center; padding: 12px; border: 2px solid #000000; border-radius: 15px; margin-bottom: 8px; cursor: pointer; background: #ffffff; color: #056819;}
            .easycod-offer-card.active { border-color: #1689fc; background-color: #bfdefc; }
            .offer-badge { background: #f56565; color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 4px; }
            .offer-price-display { font-weight: bold; color: #0a7a55; }
            .easycod-field { margin-bottom: 10px; width: 100%; }
            .easycod-field input, .easycod-field textarea { width: 100%; padding: 12px; border: 1px solid #000000; border-radius: 6px; box-sizing: border-box; display: block; background: #ffffff; font-family: system-ui, sans-serif; color: #056819; }
            .easycod-summary-accordion { margin: 15px 0; border: 1px solid #000000; border-radius: 8px; overflow: hidden; }
            .summary-header { background: #ffffff; padding: 12px; cursor: pointer; font-weight: bold; display: flex; justify-content: space-between; align-items: center; color: #1d8718;}
            .summary-body { padding: 12px; background: #ffffff; border-top: 1px solid #000000; color: #1d8718;}
            .summary-row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 6px; }
            .summary-divider { height: 1px; background: #000000; margin: 10px 0; }
            .summary-row.total { font-weight: bold; font-size: 16px; border-top: 1px dashed #000000; padding-top: 8px; }
            .summary-row.total strong { color: #e8af20; }
            .easycod-submit { width: 100%; padding: 16px; background: #81d742; color: #ffffff; border: none; border-radius: 15px; font-size: 18px; font-weight: bold; cursor: pointer; font-family: system-ui, sans-serif; transition: 0.3s; }
            .easycod-submit:disabled { background: #ccc; cursor: not-allowed; opacity: 0.7; }
            form.cart, .price, .woocommerce-product-gallery { display: none !important; }
