.company-file-drop img {
  display: block;
  width: 100%;
  height: 96px;
  margin: 8px 0;
  object-fit: contain;
  border-radius: 8px;
  background: #f8fafc;
}
.company-file-drop img[hidden] { display: none; }
.company-file-drop.asset-selected {
  border-color: #18794e;
  background: #f0fff5;
}
.company-file-drop.asset-selected span {
  color: #18794e;
  font-weight: 750;
}
.roofus-evidence-status {
  grid-column: 1 / -1;
  padding: 9px 11px;
  border-radius: 8px;
  background: #edf5ff;
  color: #174f8f;
  line-height: 1.4;
}
.custom-line-guide {
  margin: 10px 0;
  padding: 10px 12px;
  border-left: 4px solid #0052cc;
  background: #edf5ff;
  color: #174f8f;
}
.custom-field-help {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 10px;
  line-height: 1.35;
}
.allowance-library-title {
  width: min(100%, 720px);
  margin: 2px 0 12px;
  padding: 7px 9px;
  border: 1px dashed #8bb5e8;
  background: #fff;
  color: #172338;
  font-size: 24px;
  font-weight: 850;
}
.allowance-preset-name {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 7px;
  border: 1px dashed #8bb5e8;
  background: #f8fbff;
  color: #172338;
  font-size: 11px;
  font-weight: 750;
}
.allowance-preset-slot {
  display: block;
  padding: 10px;
  border: 1px solid #d8e0eb;
  border-radius: 10px;
  background: #fff;
}
.allowance-slot-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.allowance-slot-fields label {
  display: grid;
  gap: 4px;
  color: #526273;
  font-size: 10px;
}
.allowance-slot-fields input,.allowance-slot-fields select {
  min-width: 0;
}
.allowance-slot-fields .allowance-listed {
  display: flex;
  align-items: center;
  grid-column: 1 / -1;
  gap: 7px;
  color: #174f8f;
  font-size: 11px;
  font-weight: 750;
}
.allowance-listed input { width: auto; }
@media(max-width:760px){.allowance-slot-fields{grid-template-columns:1fr}}
#floatingCloseEstimate,#exitBidPouchWorkspace {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  background: #172338;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(15,23,42,.28);
}
#exitBidPouchWorkspace { position: absolute; top: max(12px, env(safe-area-inset-top)); right: 18px; bottom: auto; left: auto; background: #0052cc; }
@media(max-width:600px){#exitBidPouchWorkspace{top:max(10px,env(safe-area-inset-top));right:10px;max-width:calc(100vw - 20px);padding:10px 14px;font-size:12px}.login-card{padding-top:58px}body>aside{padding-top:58px}}
#estimateWorkspace:not([open]) #floatingCloseEstimate { display: none; }
@media print{#floatingCloseEstimate,#exitBidPouchWorkspace{display:none!important}}
