/* V289 · catálogo maior e coluna de orçamento compacta no módulo Produtos */

#calculator > .workspace {
  width: 100%;
  min-width: 0;
  max-width: none;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) clamp(320px, 24vw, 390px) !important;
  align-items: start;
  gap: 12px;
  box-sizing: border-box;
}

#calculator > .workspace > .search-panel {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  align-self: start;
  justify-self: stretch;
  box-sizing: border-box;
}

#calculator > .workspace > .quote-panel {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 390px !important;
  align-self: start;
  justify-self: end;
  box-sizing: border-box;
}

#calculator .quote-panel .panel-head {
  gap: 8px;
}

#calculator .quote-panel .panel-head h3 {
  min-width: 0;
}

#calculator .quote-panel #quickQuoteButton {
  min-width: 0;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}

#calculator .quote-company-comparison {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px;
}

#calculator .quote-company-card,
#calculator .selected-box,
#calculator .quick-quote-box {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

#calculator #productResults {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  #calculator > .workspace {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #calculator > .workspace > .quote-panel {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch;
  }
}
