/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* Paragraphs */
p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* Unordered lists */
ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

/* Ordered lists */
ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

/* List items */
ul li,
ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Nested lists */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}




