.brand-logo-field {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.brand-logo-field .brand-logo-frame {
  flex-shrink: 0;
  width: 100%;
}

.brand-logo-field__body {
  display: none;
}

.brand-logo-field--admin-editor .brand-logo-field__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.brand-logo-field__initial[hidden] {
  display: none !important;
}

.brand-logo-field__msg {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #71717a;
}

.brand-logo-field__msg--error {
  color: #b42318;
}

.brand-logo-field__msg[hidden] {
  display: none;
}

.brand-logo-field__btn {
  height: 40px;
  padding: 0 16px;
  border-radius: 1000px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #e4e4e7;
  background: #fff;
  color: #09090b;
  font-family: inherit;
}

.brand-logo-field__btn:hover:not(:disabled) {
  background: #f4f4f5;
}

.brand-logo-field__btn--primary {
  background: #09090b;
  border-color: #09090b;
  color: #fff;
}

.brand-logo-field__btn--danger {
  color: #b42318;
  border-color: rgba(180, 35, 24, 0.35);
}

.brand-logo-field__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.brand-logo-field__btn[hidden] {
  display: none;
}
