.type-post .entry .title--list--container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #ccc;
  padding: 0.8em 1em; }
.type-post .entry .title--list--h3 {
  font-size: 16px;
  margin-bottom: 1em;
  margin-top: 0;
  padding-top: 0; }
.type-post .entry .title--list--ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.type-post .entry .title--list--number:after {
  content: "-"; }
.type-post .entry .title--list--ul li {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px; }
.type-post .entry .title--list--ul a {
  color: #444;
  text-decoration: none;
  font-size: 16px; }
.type-post .entry .title--list--ul ul {
  margin-top: 10px; }
  .type-post .entry .title--list--ul ul li:last-of-type {
    margin-bottom: 0; }
