.company-logo-preview {
  width:80px; height:80px; border-radius:10px; object-fit:contain;
  border:1px solid var(--border); background:var(--input-bg);
  display:flex; align-items:center; justify-content:center;
  font-size:28px; cursor:pointer; overflow:hidden;
}
.company-logo-block{flex-shrink:0}
.company-logo-img{width:100%;height:100%;object-fit:contain}
.company-logo-hint{font-size:10px;color:var(--text3);text-align:center;margin-top:4px}

.company-colors { display:flex; gap:8px; flex-wrap:wrap; }
.color-swatch { width:32px; height:32px; border-radius:8px; border:2px solid transparent; cursor:pointer; transition:all 0.15s; }
.color-swatch:hover { transform:scale(1.1); }
.color-swatch.active { border-color:white; box-shadow:0 0 0 2px rgba(99,102,241,0.5); }
.company-color-picker{width:32px;height:32px;border:0;border-radius:8px;cursor:pointer;padding:2px;background:none}
.company-secondary-picker{width:48px;height:36px;border:0;border-radius:8px;cursor:pointer;padding:2px}

@media(max-width:640px){
  .company-logo-block{width:100%;display:flex;flex-direction:column;align-items:center}
}
