/*
Theme Name: Textellent V2
Theme URI: https://auxiliumps.com
Author: Auxilium Technology
Author URI: https://auxiliumps.com/
Description: Textellent custom theme customized from the C1 theme developed by Mentor360
Version: 2.0
License: Private License Textellent.
*/
:root {
    --aux-h-font-family: 'Funnel Display';
    --aux-h-font-weight: 700;
}



html {
    scroll-behavior: smooth;
}

@media (min-width: 1600px){
    .container {
        max-width: 95%;
        margin-left:auto;
        margin-right:auto;
    }
}
#blog-post h1, #blog-post .h1, #blog-post h2, #blog-post .h2, #blog-post h3, #blog-post .h3,
#blog-post h4, #blog-post .h4, #blog-post h5, #blog-post .h5, #blog-post h6, #blog-post .h6{
    font-family: var(--aux-h-font-family);
    font-weight: var(--aux-h-font-weight);
}
/* Blog Post (single-blog.php) */
#blog-post h1, #blog-post .h1{
    font-size:40px;
    line-height: 45px;
}
#blog-post h2, #blog-post .h2{
    font-size:30px;
    line-height: 35px;
}
#blog-post h3, #blog-post .h3{
    font-size:22px;
    line-height:30px;
}

#blog-post .related-post .card {
    background: #f8f8f8;
}

#blog-post .related-post-title{
    color: #0660be;
}
#blog-post .related-post-excerpt a{
    color: #616161;
/*     font-size: 1rem;
    line-height: 1.33333rem; */
}
#blog-post .related-post-title:hover ,#blog-post .related-post-excerpt a:hover{
    text-decoration: none;
}
#blog-post .related-post-time{
    color: #efba2c;
    font-size: 1rem;
    font-style: italic;
}

#blog-post .blog-post-right-widgets .card{
    border:none;
}
#blog-post .blog-post-right-widgets .card .wp-block-cover{
    border-radius: 1rem;
}


#blog-post .sticky-widget {
    position: sticky;
	top: 5rem;
    z-index: 999;
}

.text-primary {
  color: #5C76FF !important;
}
ol.widget-tldr-headings li a {
  color: #5C76FF !important; /* Your desired link color */
  font-weight: 600 !important;
  text-decoration: none !important; /* optional: removes underline */
}

ol.widget-tldr-headings li a:hover {
  color: #945CFF !important; /* optional: hover color */
}