/*
Theme Name: 22 Health Theme
Template: hello-elementor
Author: Leticia Ands
Description: 22 Health Theme is a child of Hello Elementor Theme, a lightweight and minimalist theme that was built to work seamlessly with the Elementor site builder plugin. The theme is designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1755194935
Updated: 2025-08-14 14:08:55

*/

/* Quick links — safe to leave ready; it does nothing until those classes exist */
.in-quick-link-nav ul {
  list-style-type: none;
}

.in-quick-link-nav .page-list li {
  margin: 10px 0;
}

.in-quick-link-nav{
  height: 0;
  opacity: 0;
  overflow: auto;
  transition: all .5s linear;
}

.in-quick-link-nav.active {
  height: unset;
  opacity: 1;
  padding-top: 5px;
}

.quick-link-nav-container .elementor-icon svg {
  transition: all .5s linear;
}

.quick-link-nav-container .elementor-icon svg.active {
  transform: rotate(180deg);
}

@media (max-width: 1024px){
    .in-quick-link-nav ul.page-list {
        padding: 0;
    }
}
