/* Default styles for ordered lists (ol) */

ol {
  padding-left: 20px; /* Adjust the indentation as needed */
  margin: 10px 0; /* Adjust margins as needed */
  list-style-type: decimal; /* Use different list-style-type values for different numbering styles */
}

ol li {
  margin-bottom: 10px; /* Adjust spacing between list items */
}

/* Nested ordered list styles */
ol ol {
  list-style-type: lower-alpha; /* Use different list-style-type values for nested lists */
  margin-top: 5px; /* Adjust spacing between nested lists */
  margin-bottom: 5px;
  padding-left: 20px; /* Adjust the indentation for nested lists */
}

ol ol li {
  margin-bottom: 3px; /* Adjust spacing between nested list items */
}

.icon-flag {
  height: 80px;
}

.coming-soon {
  text-transform: uppercase;
  font-weight: 200;
  color: #3f3eed;
  font-size: 12px;
  position: relative;
  top: -10px;
  left: 5px;
}

.logo-wrap {
  top: -5px;
}

.btn-hivis,
.btn-hivis:hover {
  background-color: #1ADE64;
  border-color: #1ADE64;
  color: #fff;
}