/*
Theme Name:     Hello Elementor Child
Theme URI:      https://elementor.com/hello-theme/
Description:    A lightweight child theme for Hello Elementor.
Author:         Your Name
Author URI:     https://yourwebsite.com
Template:       hello-elementor
Version:        1.0.0
Text Domain:    hello-elementor-child
*/

@import url("../hello-elementor/style.css"); /* Optional: if needed for legacy support */

#accordionBooking .accordion-header{
  font-size: 20px !important;
  margin: 0.5rem !important;
}

.single_add_to_cart_button{
    margin-top: 20px !important;
}

.toggle-icon { transition: transform .25s ease !important; }
.toggle-icon.rotate { transform: rotate(180deg) !important; }