
/* Print Designer rev 1.0.0.6.4 - smart suggestions, template packs, PDF underlay prototype, layout clearance */
:root { --pd064-panel-clear-left: 354px; --pd064-panel-clear-right: 330px; }
body.compact-workspace.panel-visible-left .stage-header,
.panel-visible-left .stage-header {
  padding-left: var(--pd064-panel-clear-left) !important;
}
body.compact-workspace.panel-visible-right:not(.props-collapsed) .stage-header {
  padding-right: var(--pd064-panel-clear-right) !important;
}
.stage-header {
  align-items: flex-start !important;
  gap: 12px !important;
  min-width: 0;
}
.stage-title-block {
  min-width: 0 !important;
  flex: 1 1 auto;
  max-width: 100%;
}
.print-intent-row {
  min-width: 0;
  max-width: 100%;
}
.print-intent-row label {
  min-width: 0;
  max-width: 100%;
}
.print-intent-select {
  max-width: min(440px, 34vw) !important;
  text-overflow: ellipsis;
}
.property-strip.compact-style-tools,
.property-strip {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 42vw;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.color-dots {
  flex-wrap: wrap;
  max-width: 215px;
}
body.compact-workspace.panel-visible-right:not(.props-collapsed) .property-strip {
  max-width: 260px;
}
@media (max-width: 1280px) {
  body.compact-workspace.panel-visible-left .stage-header,
  .panel-visible-left .stage-header { padding-left: 326px !important; }
  body.compact-workspace.panel-visible-right:not(.props-collapsed) .stage-header { padding-right: 300px !important; }
  .print-intent-select { max-width: 260px !important; }
}
.intent-apply-choice-grid {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.intent-apply-choice-grid p { margin: 0; }
.intent-apply-warning {
  border: 1px solid rgba(245,158,11,.45);
  background: rgba(245,158,11,.08);
  border-radius: 10px;
  padding: 9px 10px;
  color: #fde68a;
}
.validation-solution-actions,
.issue-solution-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.validation-solution-actions button,
.issue-solution-actions button,
.smart-suggestion-button,
.pdf-underlay-panel button {
  border: 1px solid rgba(56,189,248,.55);
  background: rgba(14,165,233,.12);
  color: #e0f2fe;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  cursor: pointer;
}
.validation-solution-actions button:hover,
.issue-solution-actions button:hover,
.smart-suggestion-button:hover,
.pdf-underlay-panel button:hover {
  background: rgba(14,165,233,.22);
}
.selected-data-smart-actions,
.line-builder-smart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid rgba(56,189,248,.32);
  border-radius: 10px;
  background: rgba(14,165,233,.07);
}
.pdf-underlay-foreign object,
.pdf-underlay-foreign iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: white;
}
.pdf-underlay-frame {
  fill: rgba(241,245,249,.72);
  stroke: #38bdf8;
  stroke-width: 2;
  stroke-dasharray: 12 8;
}
.pdf-underlay-label {
  fill: #0f172a;
  font-size: 22px;
  font-weight: 900;
  pointer-events: none;
}
.pdf-underlay-subtext {
  fill: #334155;
  font-size: 14px;
  font-weight: 700;
  pointer-events: none;
}
.note-node text tspan { pointer-events: none; }
.key-editor-row[data-component-row="true"] {
  border-left: 3px solid #38bdf8;
  padding-left: 6px;
}
.spec-package-hint {
  border: 1px solid #334155;
  border-radius: 10px;
  background: rgba(15,23,42,.9);
  padding: 10px;
  margin: 10px 0;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.45;
}
.hydraulic-lesson-note {
  border: 1px solid rgba(34,197,94,.35);
  background: rgba(34,197,94,.08);
  color: #dcfce7;
  border-radius: 10px;
  padding: 9px;
  margin: 0 0 10px;
}
