.post:not(:target) {
  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;
  }

  .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;
  }

}