.post {
  display: none;
}

.post:target {
  display: block;
}

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

.press-date,
.press-officer {
  float: left;
  width: 50%;
}

.print-seal {
  display: none;
}

.press-officer {
  float: right;
  text-align: right;
}

.post-title {
  clear: both;
  margin-top: 1em;
  text-align: center;
}

.post-print-btn,
.print-header {
  clear: both;
  text-align: center;
}

.print-header,
.print-seal {
  display: none;
}

.press-byline {
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.post-title {
  margin-bottom: 0.75rem;
}

.post-print-btn,
.js-remove-print {
  display: none;
}

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

  .press-byline {
    display: block !important;
  }

  .press-date,
  .print-seal,
  .press-officer {
    font-size: 14px;
    float: left;
    width: 33%;
  }

  .print-seal {
    display: block;
    text-align: center;
    padding-bottom: 1em;
  }

  .press-byline {
    border: 0;
  }

  .post .cell {
    flex-basis: 100%;
    max-width: 45rem;
    margin: 0 auto;
    width: 100%;
  }

  .print-header {
    clear: both;
    display: block;
    text-align: center;
  }

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

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

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

}