/**
 * Theme Name: Aana Theme
 * Template:   hello-elementor
 * Version: 1.0
 */

#wp-toolbar{
	width: 100%;
    display: flex;
    height: max-content;
    justify-content: space-between;
}

ul, ol{
  margin-bottom: 1rem!important;
}