/* START PRESS RELEASE LIST STYLES (JSON-driven listing page) */

/* Toolbar: search + year filters */
.pr-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1rem;
}

.pr-search-wrap {
  flex: 1 1 260px;
  max-width: 24rem;
}

.pr-search {
  font-family: 'Roboto', sans-serif;
}

.pr-search:focus {
  border-color: #00aea9;
  box-shadow: 0 0 0 0.2rem rgba(0, 174, 169, 0.2);
}

.pr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pr-chip {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #232323;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.pr-chip:hover {
  border-color: #00aea9;
  background-color: rgba(0, 174, 169, 0.08);
}

.pr-chip:focus-visible {
  outline: 2px solid #00aea9;
  outline-offset: 2px;
}

.pr-chip--active {
  background-color: #003057;
  border-color: #003057;
  color: #fff;
  font-weight: 500;
}

.pr-chip--active:hover {
  background-color: #003057;
  border-color: #003057;
  color: #fff;
}

.pr-count {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  color: #5a5454;
  margin-bottom: 1.25rem;
}

.pr-clear {
  font-size: 0.875rem;
  padding: 0;
  border: 0;
  background: none;
  color: #007da5;
  text-decoration: underline;
  margin-left: 0.5rem;
}

/* Shared meta line: date, location, external source */
.pr-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5a5454;
  margin-bottom: 0.4rem;
}

.pr-meta__date {
  font-weight: 700;
  color: #003057;
}

.pr-tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-color: rgba(0, 125, 165, 0.12);
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  color: #003057;
}

.pr-teaser {
  font-size: 1rem;
  line-height: 1.55;
  color: #232323;
  margin-bottom: 0.75rem;
}

/* Featured (latest) item — mirrors the podcast featured card, without the media column */
.pr-featured {
  width: 100%;
  border-radius: 1.5rem;
  margin-bottom: 2.5rem;
  transition: box-shadow 0.2s ease;
}

.pr-featured:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(0, 48, 87, 0.12) !important;
}

.pr-featured__body {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1rem 1.25rem;
  text-align: left;
  background-color: #f1f1f1;
  border-radius: 1.5rem;
}

.pr-badge {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
  background-color: rgba(0, 125, 165, 0.15);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  margin-bottom: 0.5rem;
  align-self: flex-start;
}

.pr-featured__heading {
  border-left: 5px solid #00aea9;
  padding-left: 10px;
  margin-bottom: 0;
}

.pr-featured__title {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.pr-featured__heading .pr-meta {
  margin-bottom: 0;
}

.pr-featured__teaser-wrap {
  margin-top: 0.65rem;
}

.pr-featured .pr-teaser {
  margin-bottom: 0;
}

/* Compact archive rows */
.pr-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.pr-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--bs-border-color, #dee2e6);
}

.pr-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.pr-item__media {
  flex: 0 0 auto;
  max-width: 150px;
}

.pr-item__body {
  flex: 1 1 18rem;
}

.pr-item__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pr-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.pr-featured .pr-cta-group {
  margin-top: 0.75rem;
  gap: 0.5rem;
}

.pr-more {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #007da5;
  text-decoration: none;
  white-space: nowrap;
}

.pr-more:hover,
.pr-more:focus {
  color: #003057;
  text-decoration: underline;
}

#pr-load-more {
  margin-top: 1.75rem;
}

/* Teal accent moves under the heading on narrow screens, as on the podcast card */
@media (max-width: 575.98px) {
  .pr-featured__heading {
    border-left: none;
    padding-left: 0;
    border-bottom: 5px solid #00aea9;
    padding-bottom: 0.5rem;
    display: inline-block;
  }
}

/* END PRESS RELEASE LIST STYLES */
