/* This file is now empty to allow booking elements to show */
/* The hiding functionality is now controlled via JavaScript */

/* Verberg alle booking buttons en containers */
.booking-button-container,
.booking-link,
.booking-button,
#booking-toast {
  display: none !important;
}
