.brand-logo {
  display: block;
  width: 210px;
  height: 68px;
  max-width: 210px;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
}

.brand-copy {
  display: none;
}

.product-mark {
  width: 108px !important;
  height: 108px !important;
  border-radius: 28px !important;
}

.product-mark img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 12px;
  object-fit: contain;
  border-radius: 25px;
  background: #fff;
}

.image-editor {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px dashed #b8c9d8;
  border-radius: 14px;
  background: #f7fafc;
}

.image-editor img,
.image-editor > span {
  display: block;
  width: 110px !important;
  height: 64px !important;
  max-width: 110px !important;
  max-height: 64px !important;
  object-fit: contain;
  border: 1px solid #dce6ee;
  border-radius: 10px;
  padding: 8px;
  background: #fff;
}

.image-editor > span {
  display: grid;
  place-items: center;
  color: #607086;
}

.image-editor label { flex: 1; }
.image-editor input[type="file"] { margin-top: 7px; }
#brand-logo-editor { margin: 18px 0 24px; }

@media (max-width: 600px) {
  .brand-logo {
    width: 170px;
    height: 56px;
    max-width: 170px;
    max-height: 56px;
  }

  .image-editor {
    align-items: stretch;
    flex-direction: column;
  }
}
