.lnpd_item_wrapper {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.lnpd_item_wrapper .lnpd_item_with_intro {
  clear: both;
  list-style: none;
}

.lnpd_item_wrapper .lnpd_item_with_intro .lnpd_item_title {
  font-size: 1.2em;
  line-height: normal;
  display: block;
  margin-bottom: 0.3em;
}

.lnpd_item_wrapper .lnpd_item_with_intro .lnpd_item_date {
  font-size: 0.8em;
  color: #666;
  display: block;
  margin-bottom: 0.7em;
}

.lnpd_item_wrapper .lnpd_item_with_intro .lnpd_thumb_before_title img {
  float: left;
  margin: 0.2em 0.7em 0.3em 0;
}

.lnpd_item_wrapper .lnpd_item_with_intro .lnpd_thumb_after_title img {
  float: left;
  margin: 0.7em 0.7em 0.3em 0.7em;
}

.lnpd_item_wrapper .lnpd_item_with_intro .lnpd_item_introtext {
  font-size: 0.9em;
  display: block;
  margin-bottom: 1.2em;
  line-height: inherit;
  background: #f0f0f0;
  padding: 0.7em 0.7em 0.3em 0.7em;
  box-shadow: inset 0px 0px 10px #eee;
  border-radius: 4px;
  color: #666;
  text-shadow: 0 1px 0 #fff;
}

.lnpd_item_wrapper .lnpd_item_with_intro .lnpd_item_introtext::after {
  content: '';
  display: block;
  clear: both;
  height: 0.2em;
}

.lnpd_item_wrapper .lnpd_item_without_intro {
  margin-left: 1em;
  border-bottom: 1px solid #ddd;
  font-size: 1em;
  padding: 0.3em;
}

.lnpd_item_wrapper .lnpd_item_without_intro .lnpd_item_title {
  font-size: 0.9em;
  line-height: inherit;
  font-weight: 700;
}

.lnpd_item_wrapper .lnpd_item_without_intro .lnpd_item_date {
  font-size: 0.9em;
  color: #CC9900;
  display: inline-block;
}

.lnpd_more_cat {
  display: block;
  padding: 0.7em 0;
  font-size: 0.9em;
}

.lnpd_more_cat a {
  text-decoration: underline;
}
