/**
 * @file
 * Visual styles for Dark+'s recent comments.
 */
.view-mt-recent-comments .views-field-subject a {
  font-weight: 500;
}
.region--default-background .view-mt-recent-comments .views-field-subject a {
  color: var(--mt-color-default-contrast);
}
.region--bright-background .view-mt-recent-comments .views-field-subject a {
  color: var(--mt-color-bright-contrast);
}
.region--pattern .view-mt-recent-comments .views-field-subject a {
  color: var(--mt-color-pattern-contrast);
}
.region--accent-background .view-mt-recent-comments .views-field-subject a {
  color: var(--mt-color-accent-contrast);
}
.region--tint-background .view-mt-recent-comments .views-field-subject a {
  color: var(--mt-color-tint-contrast);
}
.region--shade-background .view-mt-recent-comments .views-field-subject a {
  color: var(--mt-color-shade-contrast);
}
.region--colored-background .view-mt-recent-comments .views-field-subject a {
  color: var(--mt-color-colored-contrast);
}
.region--dark-colored-background .view-mt-recent-comments .views-field-subject a {
  color: var(--mt-color-dark-colored-contrast);
}
.region--dark-background .view-mt-recent-comments .views-field-subject a {
  color: var(--mt-color-dark-contrast);
}
.view-mt-recent-comments .views-field-name {
  display: block;
  margin-bottom: 0px;
}
.view-mt-recent-comments .views-field-name a {
  text-transform: capitalize;
}
.view-mt-recent-comments .views-field-subject a {
  padding: 6px 0 7px 0px;
  line-height: 150%;
  display: block;
}
.view-mt-recent-comments .views-field-subject a:before {
  content: "\f086";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
  font-weight: 400;
  font-size: 15px;
  margin-right: 20px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
