/**
 * Skillet series project skin
 */

.recipe {
  --tf: var(--sans);
  background-color: #F8E7D1;
  padding: 15px;
  max-width: unset;
}

.recipe > * {
  max-width: var(--story-width);
  margin: 15px auto;
}

/* Added after chat with Eddie */

.recipe h3  {
  margin-top: 30px;
}

.recipe b {
  display: block;
}

.recipe ul {
  margin-top: 10px;
}

.recipe li p {
  margin: 0;
}

/* jump link */

.jump-link {
  --bc: var(--blue);
  --lhd: underline;
}

/* kicker swap */

/* .header .kicker-id:after { */
/*   content: url(https://media.mcclatchy.com/2021/skillet/charlotte-the-skillet-logo-color-2021-05.svg); */
/*   display: block; */
/*   width: 200px; */
/* } */

.header .kicker-id .kicker {
  display: none;
}

/* Gallery hide */

.story-body .gallery,
.story-body .figure:last-child,
.story-body  div:empty {
  display: none;
}

/* Centering the bio */

.header .bio {
  display: block;
  text-align: center;
}

.header .social-network-macro .share-list {
  justify-content: center;
}

/* Series grid styles (landing page) */

series-grid.landing-page {
  --padding: 15px;
}

/* series-grid .package { */
  /* background-color: #F8E7D1; */
/* } */

/* Series grid for landing page */
@media(min-width: 768px) {
  series-grid.landing-page {
    --columns: 1fr 1fr;
  }
}
