/**
 * Custom CSS
 *
 * This file is for your custom styles.
 * You can add any CSS rules here to customize the Ghost theme.
 *
 * Note: Changes made directly to this file may be overwritten during theme updates.
 * It's recommended to use the Code Injection feature in Ghost for persistent customizations.
 */

/* Your custom CSS goes below this line */



  .footer-copyright > span {
      display: none;
  }

  .toc-title{
    font-size: 16px !important;
    margin-bottom: 10px !important;
    padding: 20px !important;
    padding-bottom: 0px !important;
  }

  .toc{
    background:#FAFCFF !important;
  }

  .toc > ul> li{
    border-bottom: 2px solid #E9EEF2 !important;
  }

  .toc > ul> li > a {
    color:#008080 !important;
    font-size:13px !important;
  }

  .toc > ul> li > a:hover{
    color:#FF1A75 !important;
    font-size:14px !important;
  } 

.toc > ul> li > ul> li > a {
    color:#3888CF !important;
    font-size:12px !important;
  }

  .toc > ul> li > ul> li > a:hover {
    color:#FF1A75 !important;
    font-size:13px !important;
  }

  
  .toc>ul:before {
      background-color:#FF1A75 !important;
  }

  .toc a.active {
    text-decoration-color: #FAFCFF !important;
   
}

  .toc ul {
    line-height: 1.3;
    list-style: none;
    margin: 0;
    padding-left: var(--spacing-4);
}
  
  .post-featured {
    display: none !important;
    /* margin: 0 auto; */
    /* max-width: var(--featured-image--max-width); */
    /* position: relative; */
    /* width: 100%; */
    /* z-index: 1; */
}

  .post-card-author {
    display: none !important;
    flex-direction: column;
    gap: var(--spacing-6);
}


  .section-authors{
    display: none !important;
  }
  


