.modul-color-field {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.modul-color-input {
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  height: 40px;
  padding: 4px;
  width: 56px;
}

.modul-color-text {
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  font-family: var(--app-font-sans, "Inter", system-ui, sans-serif);
  min-height: 40px;
  padding: 8px 10px;
  text-transform: uppercase;
  width: 110px;
}
