/* Seletor compacto: ocupa o mesmo espaço do campo legado e evita sobreposição. */
.description-ai-style-panel {
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.description-ai-style-label {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.description-ai-style-label > span {
  color: #334155;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.description-ai-style-label > small {
  min-height: 14px;
  overflow: hidden;
  color: #64748b;
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.description-ai-style-select {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 0 34px 0 11px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  background-color: #fff;
  color: #0f172a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.description-ai-style-select:hover {
  border-color: #94a3b8;
  background-color: #f8fafc;
}

.description-ai-style-select:focus {
  border-color: #0f172a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, .12);
}

@media (max-width: 720px) {
  .description-ai-style-label > small {
    display: none;
  }

  .description-ai-style-select {
    height: 40px;
    font-size: 12px;
  }
}
