.c-news-social {
  background-size: cover;
  background-position: 50%;
  border-radius: 5px;
  display: flex;
  height: 203px;
  margin-top: .5em;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}

.c-news-social:hover,
.c-news-social:focus {
  color: #18ffff;
}

.c-rcds .cell:first-child {
  display: none;
}

.c-rcds .cell:last-child {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.c-rcds .mailto {
  display: none;
}

.post a {
  white-space: pre-line;
  word-wrap: break-word;
}

.press-byline {
  display: grid;
  gap: 5px;
  text-align: center;
}

.post-title {
  margin-block: 1rem;
  text-align: center;
  text-wrap: balance;
}

.post-title small {
  font-size: 1rem;
}

.js-remove-print,
.post-print-btn,
.press-officer,
.print-header,
.print-seal {
  display: none;
}

@media(width>=45em) {

  .press-byline {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: 1.25rem;
    text-align: left;
  }

  .press-byline h2 {
    grid-column: 1 / -1;
  }

  .press-date,
  .press-officer {
    grid-column: span 3;
  }

  html[lang=es] .press-date {
    font-size: .95rem;
    grid-column: span 2;
    white-space: nowrap;
  }

  html[lang=es] .press-officer {
    font-size: .95rem;
    grid-column: span 4;
  }

  .press-officer {
    display: block;
    text-align: right;
  }

}

@media print {
  .post a {
    white-space: normal;
    word-wrap: normal;
  }

  .press-date,
  .press-officer,
  .print-seal {
    font-size: 16px;
    grid-column: span 2 !important;
  }

  .print-seal {
    display: block;
    padding-block-end: 1rem;
    text-align: center;
  }

  .print-header {
    display: block;
    grid-column: 1 / -1;
    text-align: center;
  }

  .print-header span {
    display: block;
    font-weight: bold;
  }

  .print-header .top {
    font-size: 250%;
    margin-bottom: 1rem;
    text-decoration: underline;
  }

  .note-english {
    display: none !important;
  }

}