:root {
    box-sizing: border-box;
    --font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --size-11: .6875rem;
    --size-12: .75rem;
    --size-13: .8125rem;
    --size-14: .875rem;
    --size-16: 1rem;
    --size-17: 1.0625rem;
    --size-18: 1.125rem;
    --size-20: 1.25rem;
    --size-22: 1.375rem;
    --size-24: 1.5rem;
    --size-28: 1.75rem;
    --size-30: 1.875rem;
    --size-32: 2rem;
    --size-37: 2.3125rem;
    --size-40: 2.5rem;
    --size-45: 2.8125rem;
    --size-50: 3.125rem;
    --size-55: 3.4375rem;
    --size-70: 4.375rem;
    --color-grey-0: #292d34;
    --color-grey-1: #7c828d;
    --color-grey-2: #b9bec7;
    --color-grey-2-opacity-40: rgba(185,190,199,.4);
    --color-grey-3: #e9ebf0;
    --color-grey-4: #fafbfc;
    --color-white: #fff;
    --color-black: #000;
    --color-pink: #eb3dae;
    --color-pink-dark: #de1798;
    --color-red: #fd7171;
    --color-blue: #5bc5fa;
    --color-cyan: #49ccf9;
    --color-green: #6bc950;
    --color-teal: #5cc0bf;
    --color-teal-light: #8afcde;
    --color-yellow: #f7ce51;
    --color-yellow-dark: #f5cd51;
    --color-brand: #7b68ee;
    --color-purple: #7b42d1;
    --color-purple-dark: #8041d0;
    --color-background: #fafbfc;
    --color-brand-facebook: #3b5998;
    --color-brand-instagram: #c32aa3;
    --color-brand-linkedin: #0077b5;
    --color-brand-twitter: #1da1f2;
    --color-brand-youtube: red;
    --color-success: var(--color-green);
    --color-error: var(--color-red);
    --bg-main: var(--color-grey-4);
    --bg-secondary: var(--color-white);
    --easing-natural: cubic-bezier(.5,0,.5,1);
    --easing-bounce: cubic-bezier(.175,.885,.32,1.275);
    --easing-in: cubic-bezier(.895,.03,.685,.22);
    --easing-out: cubic-bezier(.165,.84,.44,1);
    --easing-in-out: cubic-bezier(.445,.05,.55,.95);
    --transition-long: .5s var(--easing-natural);
    --transition-short: .25s var(--easing-natural);
    --transition-long-bounce: .5s var(--easing-bounce);
    --transition-short-bounce: .25s var(--easing-bounce);
    --container-max-width: 1200px;
}
*,::before,::after{box-sizing: inherit;}
*{padding:0;margin:0;}
body{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: var(--bg-main);
    color: var(--color-grey-0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-family);
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    min-height: 100vh;
}

a {
    color: var(--link-color, var(--color-purple));
    text-decoration: none;
    -webkit-transition: color var(--transition-short);
    -o-transition: color var(--transition-short);
    transition: color var(--transition-short);
}

.container {
   width:1200px;
   margin:0 auto;
}

.top-bar{
    box-shadow: 0 4px 94px rgba(41, 45, 52, .14);
    left: 0;
    position:sticky;
    right: 0;
    top: 0;
    transition: all .35s ease;
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
    width: 100%;
    z-index: 100;
}
.header {
    background-color: var(--bg-secondary);
    border-bottom: 1px solid var(--color-grey-3);
    font-family: Axiforma, Arial, serif;
}
.header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.header__logo {
    
    display: block;
    height: 66px;
    
    width: 200px;
    z-index: 1;
}

.header__logo>a {
    display: block;
    height: 100%;
    width: 100%;
}
.sr-only, .visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.main{
    flex:1;
}
.single-content__hero {
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, #92e47c, #FFD1DC);
}
.single-content__hero-wrap {
    position: relative;
    width: 100%;
    
}
.single-content__hero:after {
    background-color: var(--bg-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slogan{
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
    height: 500px;
}

.single-content__thumbnail {
    --shadow-opacity-before: .5;
    background-color: var(--shadow-color);
    border-radius: 9px;
    max-width: 50%;
    width: 100%;
}
.single-content__thumbnail img{width:90%;border-radius: 10px;}
.category{
    color: var(--color-pink);
    font-family: Axiforma, Arial, serif;
    font-size: var(--size-12);
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}
.single-content__title {
    font-size: var(--size-45);
    line-height: 1.35;
    margin-top:2rem;
}

.meta-info{
    display: flex;
    flex-direction: row;
    margin-top:2rem;
    text-align: center;
}
.author{flex:1.5;display: flex;flex-direction: row;}
.date{flex:1;}
.reading-time{flex:1;}

.author .avatar{margin-right:10px;}
.author .name-position{}
.avatar img{width: 50px;height: 50px;}
.name-position .name{font-size: 16px;}
.name-position .position{font-size: 15px;margin-top:3px;}
.meta-info>div{
    position: relative;
}
.meta-info>div+div::before{
    content: "";
    position: absolute;
    left: 5px;
    top: 5%;
    width: 2px; 
    height: 40%;
    background-color: rgb(170, 163, 163);
}

.toc {
    width: 30%;
    padding: 20px;
    overflow-y: auto;
    float: right;
}

.toc ul{list-style: none;}

.content {
    width: 70%;
    padding: 20px;
    overflow-y: auto;
    float: left;
}

.content h2 {
    margin-top: 0;
}

.content p {
    line-height: 1.6;
}

.toc-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin-bottom: 13px;
    padding: 12px;
    text-transform: uppercase;
}
.toc-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-grey-0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    padding: 12px;
    color: var(--color-grey-0);
}
.toc-item__arrow {
    width: 10px;
}
.toc-item__text {
    font-size: 15px;
    padding-left: 6.5px;
}

.active {
    background: #fff;
    border-radius: 9.01455px;
    -webkit-box-shadow: 0 13.5px 64px hsla(0, 0%, 40%, .1);
    box-shadow: 0 13.5px 64px hsla(0, 0%, 40%, .1);
    color: var(--color-grey-0);
    font-weight: 600;
    -webkit-transition: -webkit-transform var(--transition-short);
    transition: -webkit-transform var(--transition-short);
    -o-transition: transform var(--transition-short);
    transition: transform var(--transition-short);
    transition: transform var(--transition-short), -webkit-transform var(--transition-short);
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.content{  
    line-height: 1.5;
}
.content p {
    margin-bottom: 20px;
    margin-top:20px;
    font-size: 18px;
    line-height: 1.75;
}

.content h2 {
   font-weight: 700;
   margin-top: 35px;
   font-size: 28px;
}

.content h3 {
    font-size:25px;
    margin-top:20px;
}

.wp-block-image{margin-top:2rem;text-align: center;}
.wp-block-image .book-img img{width:50%;}
.content h4{font-size: 24px;}
.content ul{
    box-sizing: border-box;
    margin-top: 20px;
    margin-left:20px;
}
.content li, .content p {
    font-size: var(--size-18);
    line-height: 1.75;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.logo img{width:100%;height:100%;}