/* Jobix v43 — quote builder cleanup only */
.jx43-hidden-helper,
.jx43-hidden-duplicate-service {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.jx43-quote-cleanup textarea.jx43-description-scope {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 84px !important;
  margin-top: 10px !important;
  box-sizing: border-box !important;
  resize: vertical !important;
}

body.jx43-quote-cleanup select,
body.jx43-quote-cleanup input[type="text"],
body.jx43-quote-cleanup input[type="number"] {
  max-width: 100%;
  box-sizing: border-box;
}

body.jx43-quote-cleanup .jx43-quote-service-polished {
  row-gap: 8px !important;
}

body.jx43-quote-cleanup .jx43-quote-service-polished label,
body.jx43-quote-cleanup .jx43-quote-service-polished .label {
  white-space: normal !important;
}

@media (max-width: 900px) {
  body.jx43-quote-cleanup textarea.jx43-description-scope {
    min-height: 96px !important;
  }
}