/* Add inside booking form area */
#steps::before {
  content: "Note: All listed prices include a 2.6% credit card processing surcharge.";
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #f8f8f8;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
