:root {
  --article-height: 26.1em;
  --half-article-height: 12.1em;
}

article {
  height: var(--article-height);
  width: 100%;

  display: inline-block;
  vertical-align: top;

  background-color: var(--article-background);

  border-bottom: 0.2em solid var(--separator);
  border-top: 0.2em solid var(--separator-dark);

  cursor: pointer;

  margin: 1em;
}

article[onclick] {
  cursor: pointer;
}

article > figure {
  width: 100%;
  height: calc(var(--article-height) / 2);

  margin: 0 !important;

  display: inline-block;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

article.missing-image > figure {
  background-image: url(/images/rum-u-black.png);
  background-size: auto 85%;
  background-position: center;
}

article > figure a {
  display: block;
  height: 100%;
}

article > div {
  position: relative;
  margin: 0;
  display: inline-block;
  padding: 1em;
}

article > div > h3.month-year {
  font-size: 0.8em;
}

article > div h3  {
  text-align: left;
}

article > div h3 a {
  color: var(--black);
  font-family: 'Overpass', sans-serif;
}

article > div h3 a:hover {
  color: var(--dark);
}

article > div h3 {
  margin: 0;
}

article > div ul {
  list-style-type: none;
  padding: 0;
}

article > div ul li {
  font-family: 'Cormorant', serif;
  font-style: italic;
}

article > div > label {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--lighter-font);
}

article > div > label.dossier {
  color: var(--dossier);
}

article > div > label.crítica,
article > div > label.reseñas {
  color: var(--crítica);
}

article > div > label.panóptico {
  color: var(--panóptico);
}

article > div > label.multimedia {
  color: var(--multimedia);
}

article > div > label.suplemento {
  color: var(--blog);
}

article > div > label.editorial {
  display: none;
}

article .translations {
  font-size: 0.7em;
  display: flex;

  position: absolute;
  bottom: 10px;
  width: calc(100% - 2em);
}

article .translations a {
  flex: 1 100%;
  padding: 2px;
  text-align: center;
}

article .tags {
  text-align: center;
}

/* mobile */
@media (max-width: 72em) {
  article {
    margin: 1em 0;
  }

  article > div {
    height: 50%;
    width: 100%;
  }
}
