/*
Theme Name: TheAisle
Theme URI: https://theaisle.qodeinteractive.com
Description: Elegant Wedding Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: theaisle
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 0;
}

ol > li {
  counter-increment: custom-counter;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

ol > li::before {
  content: counter(custom-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #e9a048; /* Cambia esto para personalizar el color de los números */
}

ol > li > ul {
  margin-top: 10px;
  margin-left: 20px;
}

ol > li > ul > li {
  margin-bottom: 10px;
}

ol > li > ul > li > strong {
	color: #2c3e50; /* Cambia esto para personalizar el color del texto en negrita */
	font-size: 20px;
}
ol > li > strong {
	color: #e9a048; /* Cambia esto para personalizar el color del texto en negrita */
	font-size: 20px;
}

ol > li > ul > li {
  color: #7f8c8d; /* Cambia esto para personalizar el color del texto normal */
}

