/* =========================================
   RSComments latest comments → old CComment look
   ========================================= */

.rsc_latest {
  margin: 0;
  padding: 0;
  font-family: 'PT Sans Narrow', sans-serif;
}

.rsc_latest .rscomm-recent-comment {
  list-style: none !important;
  margin: 4px 0 10px 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}

/* top grey info bar */
.rsc_latest .rscomm-recent-head {
  position: relative;
  margin: 0;
  min-height: 24px;
  padding: 3px 70px 3px 8px;

  background: #ececec;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;

  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 1rem;
  line-height: 1.2;
  color: #666;
  font-weight: 700 !important;
}

/* kill gravatar + timestamp in header */
.rsc_latest .rscomm-recent-media {
  display: none !important;
}

/* author label */
.rsc_latest .rscomm-recent-head::after {
  content: " schrieb in";
}

/* comment excerpt */
.rsc_latest .rscomm-recent-body {
  margin: 6px 0 0 0;
  padding: 0 0 0 6px;
  background: none !important;
  border: none !important;
}

.rsc_latest .rscomm-recent-body p {
  margin: 0;
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.3;
  color: #222;
  word-wrap: break-word;
}

/* referenced article title */
.rsc_latest .rscomm-recent-article {
  margin: 0 0 5px -5px;
  padding: 0 0 0 6px;
  background: none !important;
  border: none !important;

  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #174f82;
}

/* footer area */
.rsc_latest .rscomm-recent-footer {
  position: absolute;
  top: -2px;
  right: 8px;
  margin: 0;
  padding: 0;
  background: none !important;
  border: none !important;
}

/* "Mehr" link */
.rsc_latest .rscomm-recent-view {
  float: none !important;
  display: block;
  margin: -1px;
  padding: 0;
}

.rsc_latest .rscomm-recent-view i {
  display: none !important;
}

.rsc_latest .rscomm-recent-view a {
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 11px;
  color: #2f6ea3 !important;
  text-decoration: underline;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.rsc_latest .rscomm-recent-view a:hover {
  color: #174f82 !important;
}

/* replace "View comment" text */
.rsc_latest .rscomm-recent-view a small {
  font-size: 0 !important;
}

.rsc_latest .rscomm-recent-view a small::after {
  content: "Mehr";
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 13px;
  font-weight: 700;
}

/* remove bubble look */
.rsc_latest .rscomm-recent-comment,
.rsc_latest .rscomm-recent-body,
.rsc_latest .rscomm-recent-footer,
.rsc_latest .rscomm-recent-head {
  border-radius: 0 !important;
}

/* remove pseudo arrows */
.rsc_latest .rscomm-recent-body::before,
.rsc_latest .rscomm-recent-body::after,
.rsc_latest .rscomm-recent-comment::before,
.rsc_latest .rscomm-recent-comment::after {
  display: none !important;
  content: none !important;
}