.empresa-personalizacion-page .trazion-branding-card,
.empresa-personalizacion-page .trazion-preview-card{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 38px rgba(15,23,42,.08);
}

.trazion-logo-preview-box{
  min-height:230px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:1.5rem;
  border:1px dashed #cbd5e1;
  border-radius:22px;
  background:#f8fafc;
}

.trazion-logo-preview-icon{
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:1rem;
  border-radius:24px;
  color:#2563eb;
  background:#e0ecff;
  font-size:1.9rem;
}

.trazion-logo-preview-box h5{
  font-weight:800;
  color:#0f172a;
}

#empresaPersonalizacionLogoActual{
  color:#0f172a;
}
