li span.title {
  font-weight: 600;
}

.no-padding ol {
  list-style-position: outside;
  padding-left: 40px;
}

ul.is-style-minimal {
   list-style-type: none;
}

.is-style-minimal {
  margin: 50px 0 10px 0;
  font-weight: 500;
  color: #333;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

.is-style-minimal {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.is-style-minimal li {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  line-height: 1.4;
  color: #888;
  font-size: 0.9em;
}

.is-style-minimal li:hover {
  background-color: #fafafa;
  padding-left: 15px;
}

.is-style-minimal li:last-child {
  border-bottom: none;
}

.is-style-minimal a {
  color: #444;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  display: block;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.is-style-minimal a:hover {
  color: #85252e;
}

.is-style-minimal span {
  font-style: normal;
  color: #222222;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.is-style-minimal span.more-published-date {
 text-transform: none;
}