/* Minimal styling so your custom theme can “own” typography/colors */
.zl-press__list { list-style: none; padding: 0; margin: 0; }
.zl-press__item { border-bottom: 1px solid rgba(0,0,0,.08); }
.zl-press__link {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 14px 0;
  text-decoration: none;
}
.zl-press__title { font-weight: 600; }
.zl-press__date { opacity: .7; white-space: nowrap; }

/* Modal */
.zl-press-modal[aria-hidden="true"] { display: none; }
.zl-press-modal { position: fixed; inset: 0; z-index: 9999; }
.zl-press-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.zl-press-modal__dialog {
  position: relative;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100% - 64px);
  margin: 32px auto;
  background: #fff;
  border-radius: 12px;
  overflow: auto;
  padding: 20px 20px 28px;
}
.zl-press-modal__close {
  position: sticky; top: 0;
  float: right;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
}
body.zl-press-modal-open { overflow: hidden; }

.zl-press-article__meta { opacity: .7; margin-bottom: 16px; }