/* =========================================
   FREEDOM NEWS — THE DEEP DIVE
========================================= */

.fn-deep-dive-article {
  border-top: 7px solid #0b0b0b;
}

.fn-series-kicker {
  margin: 0 0 18px;
  color: #991f1f;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fn-deep-dive-article .fn-article-header h1 {
  max-width: 860px;
}

.fn-deep-dive-note {
  border-left-color: #0b0b0b;
  background: #f1f1f1;
}

.fn-deep-dive-note strong {
  color: #0b0b0b;
}

@media (max-width: 700px) {
  .fn-deep-dive-article {
    border-top-width: 5px;
  }

  .fn-series-kicker {
    margin-bottom: 14px;
    font-size: 0.7rem;
    line-height: 1.5;
  }
}
