.mim-designer {
  max-width: 600px;
  margin: 24px 0;
  padding: 24px;
  border: 1px solid #EAEAEE;
  border-radius: 16px;
  background: #FAFAFB;
  font-family: inherit;
}

.mim-designer-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
}

#mim-canvas {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  background: #fff;
}

.mim-field {
  margin-bottom: 18px;
}

.mim-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #6B7280;
  margin-bottom: 8px;
}

.mim-swatches {
  display: flex;
  gap: 10px;
}

.mim-swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
}

.mim-swatch.active {
  border-color: #15161A;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #15161A;
}

.mim-field input[type="text"],
.mim-field input[type="file"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid #EAEAEE;
  font-size: 14px;
  box-sizing: border-box;
}

.mim-char-count {
  display: block;
  font-size: 12px;
  color: #9AA0AC;
  margin-top: 6px;
  text-align: right;
}
