/* Noshow Deposit — auto-injected price summary */
.noshow-price-summary {
  margin: 1em 0;
  padding: 1em 1.25em;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 0.95em;
}

.noshow-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35em 0;
}

.noshow-summary-row + .noshow-summary-row {
  border-top: 1px solid #e8e8e8;
  margin-top: 0.35em;
  padding-top: 0.7em;
}

.noshow-summary-highlight {
  color: #1a1a1a;
  font-weight: 600;
}

.noshow-price-summary strong {
  white-space: nowrap;
}
