/*
 * Sara Easton project skin
 */

 .story-body {
    --paper-color: #1a1d1e;
    /* --tc: #d1d2d2; */
    --text-color: #d1d2d2;
    --secondary-text-color: var(--lightgray);
    --ad-background: #111111;
  }
  
  .story-body .header {
    padding-top: 30px;
    margin-top: 0;
  }
  
  .story-body .header .h1 {
    color: black;
    font-size: 1.9rem;
  }
  
  .story-body > video.full-bleed {
    margin-bottom: 0;
  }
  
  @media(max-width: 1023px) {
    .social-network-macro .share-list .share-icon .link-icon {
      color: white;
    }
  }
  
  @media(min-width: 1024px) {
    .story-body .header {
      position: absolute;
      top: 0;
      height: 56.25vw;
      width: 100vw;
      max-width: unset;
      box-sizing: border-box;
      display: grid;
      grid-template-columns: min(var(--story-width), 90vw);
      place-content: start center;
      text-align: center;
      margin: 0;
      /* --tc: black; */
      --text-color: black;
      --secondary-text-color: black;
    }
  
    .story-body .header .bio {
      flex-direction: column;
      text-align: center;
    }
  }
  
  .story-body > h3 {
    font: normal 1.6rem/1em var(--serif);
    text-transform: none;
  }
  
  .story-body > h3:before {
    content: "";
    display: block;
    height: 2px;
    margin: 60px auto;
    background: radial-gradient(var(--tc), transparent 70%);
  }
  
  .story-body .animated-illo {
    max-width: unset;
  }
  
  .animated-illo video {
    width: 100%;
  }
  
  /*
   * Commenting vendor
   */
  
  #zone-el-16 {
    background: #ddd;
  }