/* Hitos y estado actual del edificio para la guía de GiGO Akihabara. */
.gigo-facts {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--heading);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 42px 0;
}

.gigo-facts div {
  min-height: 132px;
  padding: 20px 18px 20px 0;
}

.gigo-facts div + div {
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

.gigo-facts span,
.current-status span {
  color: var(--heading);
  display: block;
  font-size: 10px;
  letter-spacing: .13em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.gigo-facts p {
  color: var(--paper);
  font-size: 14px;
  line-height: 1.52;
  margin: 0;
}

.current-status {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--heading);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  margin: 40px 0 42px;
  padding: 22px 0 24px;
}

.current-status h3 {
  color: var(--paper);
  font-family: Oxygen, Arial, sans-serif;
  font-size: clamp(26px, 2.6vw, 37px);
  font-weight: 300;
  letter-spacing: -.05em;
  line-height: 1.05;
  margin: 0;
}

.current-status p {
  color: #d1cbc2;
  font-size: 15px;
  line-height: 1.68;
  margin: 0;
}

.article-body a:not(.back) {
  border-bottom: 1px solid var(--heading);
  color: var(--paper);
  transition: border-color .2s, color .2s;
}

.article-body a:not(.back):hover {
  border-color: var(--soft);
  color: var(--soft);
}

.related-posts--outside {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.related-posts--outside h2 {
  color: var(--paper);
  font-family: Oxygen, Arial, sans-serif;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 300;
  letter-spacing: -.05em;
  line-height: 1.06;
  margin: 10px 0 24px;
}

@media (max-width: 760px) {
  .gigo-facts {
    display: block;
  }

  .gigo-facts div {
    min-height: 0;
    padding: 17px 0;
  }

  .gigo-facts div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }

  .current-status {
    display: block;
  }

  .current-status h3 {
    margin-bottom: 20px;
  }
}
