.bar {
  display: block !important;
  text-align: center !important;
}

.bar a.btn.book.custom {
  display: inline-block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.bar::after {
  content: "⚡ New weekend rental rates now available! Save more on Saturday & Sunday rentals.";
  display: block;
  margin-top: 14px;
  font-size: 1.4rem; /* 🔥 Increased font size */
  color: #ff0000; /* 🔥 Bright red */
  font-weight: 700; /* 🔥 Bolder text */
  text-align: center;
  background: #e6f0ff;
  padding: 10px 14px;
  border-radius: 6px;
}
