/* Start custom CSS for html, class: .elementor-element-a283d68 */.booking-section {
  text-align: center;
  padding: 3rem 1rem;
}

.booking-section h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.booking-section p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.booking-button {
  display: inline-block;
  padding: 0.9rem 2.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;

  /* Farben kannst du anpassen */
  background: #000;
  color: #fff;
}

.booking-button:hover {
  opacity: 0.9;
}/* End custom CSS */