/* Extracted from index.html: style-10 */
.pe-row { margin-bottom: 12px; }
.pe-row label { display: block; font-size: 12px; color: #666; margin-bottom: 4px; font-weight: 500; }
.pe-row input, .pe-row select, .pe-row textarea { width: 100%; padding: 8px 10px; border: 1px solid #e0e0e0; border-radius: 6px; font-size: 13px; box-sizing: border-box; font-family: inherit; }
.pe-row input:focus, .pe-row select:focus, .pe-row textarea:focus { outline: none; border-color: #E85D04; }
.pe-row.pe-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.pe-extra-img { position: relative; width: 80px; height: 80px; border-radius: 6px; overflow: hidden; border: 1px solid #eee }
.pe-extra-img img { width: 100%; height: 100%; object-fit: cover; }
.pe-extra-img .pe-del { position: absolute; top: 2px; right: 2px; background: rgba(231,76,60,.9); color: #fff; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 12px; }
#pe-sku-table th, #pe-sku-table td { padding: 6px; border-bottom: 1px solid #f0f0f0; }
#pe-sku-table input { width: 100%; padding: 6px 8px; border: 1px solid #e0e0e0; border-radius: 4px; font-size: 12px; box-sizing: border-box; }
.pe-sku-del { color: #e74c3c; cursor: pointer; padding: 4px 8px; }
