/* THEME: Minimal Editorial — single column, no borders/shadows,
   generous whitespace, large serif headlines (the defining
   difference from the other 3 sans-serif themes) */

.brk-theme-editorial .brk-page-title,
.brk-theme-editorial .brk-single-title,
.brk-theme-editorial .brk-card-title,
.brk-theme-editorial .brk-related h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
}

.brk-theme-editorial .brk-content h2,
.brk-theme-editorial .brk-content h3 {
  font-family: Georgia, 'Times New Roman', serif;
}

.brk-theme-editorial .brk-card-meta,
.brk-theme-editorial .brk-single-meta {
  letter-spacing: 0.12em;
}

.brk-theme-editorial .brk-content p:first-of-type::first-letter {
  float: left;
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: 0.85;
  font-weight: 700;
  padding: 4px 8px 0 0;
  color: var(--brk-primary);
}

.brk-theme-editorial .brk-grid {
  grid-template-columns: 1fr !important;
  gap: 0;
  max-width: 760px;
  margin: 0 auto;
}

.brk-theme-editorial .brk-card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--brk-border);
  background: transparent;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 26px;
  padding: 30px 0;
}

.brk-theme-editorial .brk-card-link {
  display: contents;
}

.brk-theme-editorial .brk-card-img {
  height: 130px;
  border-radius: 8px;
}

.brk-theme-editorial .brk-card-body { padding: 0; }

.brk-theme-editorial .brk-card-title {
  font-size: 22px;
  letter-spacing: -0.3px;
}

.brk-theme-editorial .brk-page-title {
  text-align: left;
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -1px;
}

.brk-theme-editorial .brk-page-sub {
  text-align: left;
  margin: 0 0 50px;
}

.brk-theme-editorial .brk-content {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
}

.brk-theme-editorial .brk-single-title {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(30px, 5vw, 46px);
  letter-spacing: -1px;
}

.brk-theme-editorial .brk-single-meta,
.brk-theme-editorial .brk-breadcrumb {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.brk-theme-editorial .brk-featured-img {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  height: 420px;
}

@media (max-width: 640px) {
  .brk-theme-editorial .brk-card {
    grid-template-columns: 1fr;
  }
  .brk-theme-editorial .brk-card-img { height: 180px; }
}
