/*
Theme Name: Javra Theme
Author: Nischal Shakya
Version: 1.0
Description: Custom lightweight theme for Javra project
*/

body{
	margin: 0;
    padding: 0;
}

.elementor-categories-list {
  list-style: none;
  padding: 0;
}
.elementor-categories-list li {
  margin-bottom: 8px;
}
.elementor-categories-list li a {
  color: #0073aa;;
  text-decoration: none;
}
.elementor-categories-list li a:hover {
  text-decoration: underline;
}