/* Price guidance only: do not override the host page's theme or layout. */
.price-guide {
  box-sizing: border-box;
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  border-left: 3px solid #0f766e;
  border-radius: 10px;
  padding: 16px;
  margin: 16px 0;
  color: #134e4a;
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.price-guide > strong { font-size: 13px; display: block; }
.price-guide p { margin: 7px 0; }
.price-guide a { font-size: 12px; font-weight: 600; color: #0f766e; }
.price-guide-compact { padding: 12px; font-size: 12px; margin: 4px 0 18px; }
.price-guide-compact > strong { font-size: 11px; }
.price-guide-compact p { line-height: 1.6; }
.price-guide-compact p span { white-space: nowrap; }
.price-helper { font-size: 13px; color: #64748b; margin: 5px 0 0; }
.price-guide-error { color: #b91c1c; }
