.press-archive-note {
  margin: 10px 0 18px;
  padding: 11px 14px;
  border-left: 3px solid #f9c509;
  background: rgba(0, 0, 0, 0.22);
  color: #a8a8aa;
  font: 13px/1.45 Verdana, Arial, sans-serif;
}

#page1 header {
  height: 1400px;
}

.press-list {
  width: 940px;
}

.press-card {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 10px;
  min-height: 120px;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #8f8f91;
  font: 13px/1.35 Verdana, Arial, sans-serif;
}

.press-card::after {
  content: "";
  display: block;
  clear: both;
}

.press-card__meta {
  grid-column: 1 / -1;
  margin: 0 0 5px;
  color: #ccc;
  font-size: 12px;
}

.press-card__image {
  float: none;
  grid-column: 1;
  grid-row: 2 / 5;
  width: auto;
  max-width: 335px;
  max-height: 195px;
  margin: 0 10px 5px 0;
  border: 1px solid #707070;
}

.press-card h2 {
  grid-column: 2;
  grid-row: 2;
  margin: 0 0 4px;
  color: #8f8f91;
  font-size: 16px;
  line-height: 1.25;
}

.press-card p:not(.press-card__meta) {
  grid-column: 2;
  grid-row: 3;
  margin: 0 0 8px;
}

.press-open {
  display: inline-block;
  grid-column: 2;
  grid-row: 4;
  justify-self: start;
  margin-top: 2px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #9135b3;
  background: transparent;
  color: #a54bc3;
  cursor: pointer;
  font: 14px Verdana, Arial, sans-serif;
}

.press-open:hover,
.press-open:focus-visible {
  color: #d78ef0;
  border-bottom-color: #d78ef0;
}

.press-card strong,
.press-article strong {
  position: static;
  display: inline;
  margin: 0;
}

.press-dialog {
  width: min(780px, calc(100vw - 36px));
  max-height: 86vh;
  padding: 0;
  border: 1px solid #4c5058;
  border-radius: 3px;
  background: #1b1d22;
  color: #b7b7ba;
  box-shadow: 0 18px 80px rgba(0, 0, 0, 0.75);
}

.press-dialog:not([open]),
#faded-original {
  display: none !important;
}

.press-dialog::backdrop {
  background: rgba(5, 6, 8, 0.82);
}

.press-dialog__bar {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 12px 16px;
  border-bottom: 1px solid #353942;
  background: #24272d;
}

.press-dialog__source {
  color: #f9c509;
  font: bold 12px/1.35 Verdana, Arial, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.press-dialog__close {
  flex: 0 0 auto;
  padding: 5px 9px;
  border: 1px solid #666b74;
  border-radius: 2px;
  background: #15171b;
  color: #ddd;
  cursor: pointer;
  font: bold 12px Verdana, Arial, sans-serif;
}

.press-dialog__close:hover,
.press-dialog__close:focus-visible {
  border-color: #f9c509;
  color: #f9c509;
}

.press-article {
  padding: 24px 28px 30px;
  font: 14px/1.62 Verdana, Arial, sans-serif;
}

.press-article h2 {
  margin: 0 0 7px;
  color: #f1f1f2;
  font-size: 24px;
  line-height: 1.25;
}

.press-article h3 {
  margin: 25px 0 8px;
  color: #d9d9db;
  font-size: 17px;
  line-height: 1.35;
}

.press-article .press-article__lead {
  margin-bottom: 21px;
  color: #d0d0d2;
  font-size: 15px;
  font-weight: bold;
}

.press-article .press-article__date,
.press-article .press-article__credit,
.press-article .press-article__archive-note {
  color: #8f9299;
  font-size: 12px;
}

.press-article .press-article__archive-note {
  margin-top: 24px;
  padding-top: 13px;
  border-top: 1px solid #343740;
}

.press-article p {
  margin: 0 0 13px;
}

.press-article strong {
  color: #e2e2e4;
}

@media (max-width: 760px) {
  .press-list {
    width: auto;
  }

  .press-card__image {
    float: none;
    grid-column: 1;
    grid-row: auto;
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .press-card {
    display: block;
  }

  .press-article {
    padding: 19px 17px 24px;
  }
}
