/* =========================================================
   Conjurly News Watch — Single
   Scope: single-cnjrly_news_watch only
   ========================================================= */

/* Kicker block */
.single-cnjrly_news_watch .cnjrly-news-watch-article__kicker-block {
  margin-bottom: 0;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__label {
  display: inline-block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cj-indigo, #4c187e);
  text-decoration: none;
  margin-bottom: 0.35rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__label:hover,
.single-cnjrly_news_watch .cnjrly-news-watch-article__label:focus {
  text-decoration: underline;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__label-description {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--bb-body-text-color, #444);
  max-width: 34ch;
  margin-bottom: 0.8rem;
}

.single-cnjrly_news_watch hr.cnjrly-news-watch-article__section-rule {
  margin: 0 0 1.25rem;
  background-color: var(--bb-content-border-color);
  border: 0;
  box-sizing: content-box;
  height: 1px;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__subhead {
  margin: 0 0 0.7rem;
  font-family: var(--cnjrly-news-subhead-font-family, "IBM Plex Sans", sans-serif);
  font-size: var(--cnjrly-news-subhead-font-size, 1.08rem);
  font-weight: var(--cnjrly-news-subhead-font-weight, 400);
  font-style: var(--cnjrly-news-subhead-font-style, normal);
  line-height: var(--cnjrly-news-subhead-line-height, 1.45);
  letter-spacing: var(--cnjrly-news-subhead-letter-spacing, -0.005em);
  color: var(--cnjrly-news-subhead-color, rgba(0, 0, 0, 0.72));
  opacity: 1;
  max-width: 52rem;
}

/* Curator summary card */
.single-cnjrly_news_watch .cnjrly-news-watch-article__summary-wrap {
  margin: 0 0 1.4rem;
  padding: 1rem 1.1rem;
  background: var(--cnjrly-news-surface-subtle);
  border: 1px solid var(--cj-border-light, #e6e7eb);
  border-radius: var(--cj-radius-card, 14px);
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__summary-label {
  margin: 0 0 0.45rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--bb-headings-color, #111);
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__summary {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: var(--bb-body-text-color, #444);
  opacity: 1;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__summary p {
  margin: 0;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__summary p + p {
  margin-top: 0.75rem;
}

/* Publication/source block */
.single-cnjrly_news_watch .cnjrly-news-watch-article__source {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__source-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__source-text {
  display: flex;
  align-items: center;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__source-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  line-height: 1.1;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__source-logo-image {
  display: block;
  height: 1.9rem !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__source-name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.15;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__source-domain {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.85rem;
  line-height: 1.15;
  opacity: 0.75;
  margin-top: 0.12rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__source-link:hover,
.single-cnjrly_news_watch .cnjrly-news-watch-article__source-link:focus {
  text-decoration: none;
}

/* Meta row */
.single-cnjrly_news_watch .cnjrly-news-watch-article__meta {
  margin-top: 0.2rem;
  margin-bottom: 0.6rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__meta-separator {
  margin: 0 0.5rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__meta-item--comments {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

/* Body copy + editor-defined clip fade */
.single-cnjrly_news_watch .cnjrly-news-watch-article__clip-wrap {
  position: relative;
  margin-bottom: 2rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__content {
  line-height: 1.7;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 3.75rem;
}

/* Body copy links */
.single-cnjrly_news_watch .cnjrly-news-watch-article__content a {
  color: var(--cj-link, #4c187e);
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__content a:hover {
  color: var(--cj-link-hover, #6f4697);
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__content a:visited {
  color: var(--cj-link-visited, #3f1268);
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
  height: 10rem;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.72) 45%,
    rgba(255, 255, 255, 0.93) 78%,
    #fff 100%
  );
  pointer-events: none;
}

/* Fade CTA */
.single-cnjrly_news_watch .cnjrly-news-watch-article__fade-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  pointer-events: none;
  text-align: center;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__fade-cta .button,
.single-cnjrly_news_watch .cnjrly-news-watch-article__read-original-destination {
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__read-original-destination {
  display: inline-block;
  max-width: 22rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
  color: var(--bb-body-text-color, #444);
  opacity: 0.82;
  text-decoration: none;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__read-original-destination:hover,
.single-cnjrly_news_watch .cnjrly-news-watch-article__read-original-destination:focus {
  text-decoration: underline;
}

/* Curator note */
.single-cnjrly_news_watch .cnjrly-news-watch-article__curator-note {
  margin-top: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.95rem;
  color: var(--bb-body-text-color, #444);
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__curator-note a {
  color: var(--cj-indigo, #4c187e);
  text-decoration: none;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__curator-note a:hover,
.single-cnjrly_news_watch .cnjrly-news-watch-article__curator-note a:focus {
  text-decoration: underline;
}

/* Footer meta */
.single-cnjrly_news_watch .cnjrly-news-watch-article__divider {
  margin: 2rem 0 1.25rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__footer-meta {
  font-size: 0.95rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__terms-row + .cnjrly-news-watch-article__terms-row {
  margin-top: 0.5rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__terms-label {
  font-weight: 600;
  margin-right: 0.35rem;
}

/* Mobile */
@media (max-width: 767px) {
  .single-cnjrly_news_watch .cnjrly-news-watch-article__subhead {
    font-size: var(--cnjrly-news-subhead-font-size-mobile, 1.2rem);
    font-weight: var(--cnjrly-news-subhead-font-weight, 400);
    line-height: var(--cnjrly-news-subhead-line-height, 1.35);
    margin-bottom: 0.7rem;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__summary-wrap {
    margin: 0 0 1.15rem;
    padding: 0.9rem 1rem;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__summary-label {
    font-size: 0.84rem;
    margin-bottom: 0.4rem;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__summary {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__content {
    padding-bottom: 3.25rem;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__content::after {
    bottom: 2rem;
    height: 9rem;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__fade-cta {
    padding-bottom: 0.3rem;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__read-original-destination {
    max-width: 15rem;
    font-size: 0.84rem;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "author comments"
      "date comments"
      "location comments";
    row-gap: 0.2rem;
    column-gap: 0.75rem;
    font-size: 0.98rem;
    align-items: start;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta-separator {
    display: none;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta-item--author {
    grid-area: author;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta-item--date {
    grid-area: date;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta-item--location {
    grid-area: location;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta-item--comments {
    grid-area: comments;
    justify-self: end;
    align-self: center;
    text-align: right;
    white-space: nowrap;
  }

  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta-item--author,
  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta-item--date,
  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta-item--location,
  .single-cnjrly_news_watch .cnjrly-news-watch-article__meta-item--comments {
    margin: 0;
    line-height: 1.2;
  }
}


.single-cnjrly_news_watch .cnjrly-news-watch-article__content {
  margin-top: 0.6rem;
}

.single-cnjrly_news_watch .cnjrly-news-watch-article__content > p:first-child {
  margin-top: 0;
}

/* Limited Ember accent: News Watch kicker only */
.single-cnjrly_news_watch .cnjrly-news-watch-article__label {
  color: var(--cj-ember, #d97d37);
}
