body{	
}
.wai_btn{
  background-color: #f29310;
  color: #fff!important;
  font-size: 15px;
  padding: 0.8rem 0.8rem;
  border: none;
  border-radius: 10px;
}
.wai_btn:hover, .wai_btn:focus, .wai_btn:active {
  background-color: #83be02;
  color: #fff!important;
}
.wai_btn.private_tour{
  padding-right: 20%;
  padding-left: 20%;
}
.wai_results_container {
/*   margin: 20px 0;
  padding: 20px; */
  display: none; /* Nascondi inizialmente */
}

.wai_results_container.visible {
  display: block; /* Mostra quando ha la classe visible */
}

.wai_tours_list {
  display: block;
}

.wai_tours_title {
  color: #83be02 !important;
  font-size: 40px !important;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* Bootstrap card - rimuovi padding e border personalizzati se Bootstrap li gestisce già */
.wai_tour_item .card {
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.wai_tour_item .card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.wai_tour_item .card-title {
  color: #052041;
}

.wai_tour_item p strong {
  color: #052041;
  font-weight: 600;
}

.wai_tour_code, .wai_tour_dates {
  color: #f29310 !important;
  font-weight: 500;
}

.wai_tour_price {
  color: #052041 !important;
  margin-bottom: 0 !important;
  font-weight: 600;
}

.wai_btn_book_now {
  background-color: #83be02;
  color: #fff !important;
  font-weight: bold;
  padding: 0.8rem 0.8rem;
  border: none;
  border-radius: 3px;
}
.wai_no_results {
  text-align: center;
  color: #555;
  padding: 20px;
}
.badge.text-bg-warning{
  color: #FFFFF1 !important;
  background-color: #ffad00 !important;
}
#wai_booking_form button.btn-primary{
  border-radius: 15px;
	background-color: #83BE04;
  border: none;
	color: #fff!important;
	font-weight: bold;
	padding: 0.8rem 0.8rem;
}
.wai-form-message {
	margin-top: 15px;
	padding: 12px;
	border-radius: 4px;
}

.wai-form-message.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.wai-form-message.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}
#wai_booking_form h2, form#wai_booking_form_element label {
  color: #fff;
}

