#wc-fv-selectors-app { margin: 15px 0; padding: 10px; background: #fafafa; border: 1px solid #eee; border-radius: 4px; }
.wc-fv-group { margin-bottom: 12px; }
.wc-fv-group label { display: block; margin-bottom: 5px; font-size: 14px; }
.wc-fv-swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.wc-fv-swatch-item { width: 42px; height: 42px; border: 2px solid #ddd; border-radius: 4px; cursor: pointer; overflow: hidden; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; }
.wc-fv-swatch-item:hover { border-color: #999; }
.wc-fv-swatch-item.active { border-color: #007cba; box-shadow: 0 0 5px rgba(0,124,186,0.5); }
.wc-fv-swatch-item img { width: 100%; height: 100%; object-fit: cover; }
.wc-fv-swatch-item span { font-size: 10px; text-align: center; }