/**
 * @file
 * Visual styles for Flashy+'s node in teaser tile view.
 */
.node--view-mode-mt-teaser-tile-text {
  margin-bottom: 60px;
}
.node--view-mode-mt-teaser-tile-text .node__header {
  padding-bottom: 0;
}
.node--view-mode-mt-teaser-tile-text .field--entity-reference-target-type-taxonomy-term,
.node--view-mode-mt-teaser-tile-text .field--entity-reference-target-type-taxonomy-term.field__item {
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
}
.node--view-mode-mt-teaser-tile-text .field--entity-reference-target-type-taxonomy-term:before,
.node--view-mode-mt-teaser-tile-text .field--entity-reference-target-type-taxonomy-term.field__item:before {
  content: "";
}
.node--view-mode-mt-teaser-tile-text .field--entity-reference-target-type-taxonomy-term .field__item a,
.node--view-mode-mt-teaser-tile-text .field--entity-reference-target-type-taxonomy-term.field__item a {
  font-size: 14px;
}
.region--dark-typography .node--view-mode-mt-teaser-tile-text .field--entity-reference-target-type-taxonomy-term .field__item a,
.region--dark-typography .node--view-mode-mt-teaser-tile-text .field--entity-reference-target-type-taxonomy-term.field__item a {
  color: #707070;
}
.node--view-mode-mt-teaser-tile-text .node__meta {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
}
.region--dark-typography .node--view-mode-mt-teaser-tile-text .node__meta {
  color: #707070;
}
.node--view-mode-mt-teaser-tile-text .node__meta-item {
  display: inline-block;
  margin-bottom: 5px;
}
.node--view-mode-mt-teaser-tile-text .node__meta-item a {
  font-size: 14px;
}
.node--view-mode-mt-teaser-tile-text .node__meta-item:after {
  content: "/";
  display: inline-block;
}
.node--view-mode-mt-teaser-tile-text .node__meta-item:last-child:after {
  content: "";
}
.node--view-mode-mt-teaser-tile-text .profile {
  display: inline-block;
}
.node--view-mode-mt-teaser-tile-text .profile .field--name-user-picture {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.node--view-mode-mt-teaser-tile-text .field--name-user-picture img {
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
}

/* teaser tile text 2 */
.node--view-mode-mt-teaser-tile-text-2 {
  margin-bottom: 40px;
}
.node--view-mode-mt-teaser-tile-text-2 .region--default-background {
  color: var(--mt-color-base);
}
.node--view-mode-mt-teaser-tile-text-2 .region--default-background a {
  text-decoration: none;
}
.node--view-mode-mt-teaser-tile-text-2 .teaser-tile-text-footer h4.node__title {
  font-size: 14px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 400;
}
.node--view-mode-mt-teaser-tile-text-2 .teaser-tile-text-footer h4.node__title a {
  display: inline-flex;
}
.node--view-mode-mt-teaser-tile-text-2 .teaser-tile-text-footer h4.node__title a:after {
  content: ",";
}
.node--view-mode-mt-teaser-tile-text-2 .teaser-tile-text-footer > div {
  display: inline-block;
  font-size: 14px;
  opacity: 0.65;
}
.node--type-mt-post.node--view-mode-mt-teaser-tile-text a {
  color: var(--mt-color-accent-contrast);
}
.node--type-mt-post.node--view-mode-mt-teaser-tile-text a:hover {
  color: var(--mt-color-accent-contrast);
  text-decoration: underline;
}
