/* =========================================================
   Championship Logo Story Page
   File: /assets/css/emblem.css
   ========================================================= */

.logo-story-page .content-panel {
  padding: 3rem 3.25rem;
}

.logo-story-page .content-section,
.logo-story-page .orphan-section {
  margin-top: 4rem;
}

.logo-story-page .content-section:first-child {
  margin-top: 0;
}

.logo-story-page .intro-section {
  padding-bottom: 3.25rem;
  border-bottom: 1px solid rgba(209, 183, 122, 0.28);
}

.logo-story-page .orphan-section {
  padding-top: 0.5rem;
}

.logo-story-page .section-kicker {
  display: block;
  margin-bottom: 1rem;
}

.logo-story-page h2 {
  max-width: 820px;
  margin-bottom: 1.6rem;
}

.logo-story-page .content-panel p {
  max-width: 880px;
  margin-top: 0;
  margin-bottom: 1.75rem;
  line-height: 1.9;
}

.logo-story-page .content-panel p:last-child {
  margin-bottom: 0;
}

.logo-story-page .orphan-lead {
  max-width: 900px;
  margin-bottom: 1.75rem;
  font-size: 1.08rem;
  line-height: 1.9;
}

.logo-story-page .orphan-section p + p,
.logo-story-page .content-section p + p {
  margin-top: 1.25rem;
}

.logo-story-page .story-closing {
  margin-top: 2rem;
  padding: 1.45rem 1.55rem;
  border-left: 4px solid #d1b77a;
  background: rgba(209, 183, 122, 0.08);
}

.logo-story-page .story-closing p {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .logo-story-page .content-panel {
    padding: 2rem 1.35rem;
  }

  .logo-story-page .content-section,
  .logo-story-page .orphan-section {
    margin-top: 3rem;
  }

  .logo-story-page .content-panel p {
    margin-bottom: 1.45rem;
    line-height: 1.8;
  }
}
/* Make all story sections use identical spacing */

.logo-story-page .intro-section,
.logo-story-page .orphan-section{
    padding-top:0;
    padding-bottom:0;
    margin-top:4rem;
}

.logo-story-page .intro-section{
    margin-top:0;
    margin-bottom:0;
    border-bottom:none;
}

.logo-story-page .content-section h2,
.logo-story-page .orphan-section h2{
    margin-bottom:1.5rem;
}

.logo-story-page .content-section p,
.logo-story-page .orphan-section p{
    margin-bottom:1.75rem;
}

.logo-story-page .content-section p:last-child,
.logo-story-page .orphan-section p:last-child{
    margin-bottom:0;
}
