.teaser-xs {
  display: flex;
  gap: 1rem;
  position: relative;
}
.teaser-xs__extra-text-top {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #9d9d9d;
  margin-bottom: 0.25rem;
}
.teaser-xs div.teaser-xs__extra-text-bottom {
  display: block;
  margin-top: 1rem;
  font-size: 0.75rem;
}
.teaser-xs__imagen-principal {
  position: relative;
  overflow: visible;
}
.teaser-xs__imagen-principal::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  width: 300px;
  height: 1px;
  background-color: red;
}
.teaser-xs__imagen-principal,
.teaser-xs .autor__profile {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}
.teaser-xs .autor__profile {
  border-radius: 50%;
  overflow: hidden;
}
.teaser-xs__content {
  flex: 1;
  line-height: 1.2;
  margin-top: -0.35rem;
}
.teaser-xs__content div,
.teaser-xs__content h2 {
  display: inline;
}
.teaser-xs__secciones {
  color: #42721F;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1;
}
.teaser-xs__title {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}
.teaser-xs .article__sponsored {
  font-size: 0.63rem;
  color: #9d9d9d;
  text-transform: uppercase;
  margin-top: 0.5rem;
}