.single h1.s-title {
    font-size: clamp(24px, 3vw, 32px);
}
.widget-side {
    width: 100%;
    box-shadow: 0px 6px 20px -4px #0000001A;
    border-radius: 20px;
    padding: 20px;
    background: var(--white);
    margin-bottom: 24px;
    span {
        display: flex;
        background: linear-gradient(90deg, #0B052E 0%, #160959 100%);
        align-items: center;
        justify-content: center;
        min-height: 64px;
        color: var(--white);
        border-radius: 20px;
        font-size: 18px;
        font-family: var(--Medium);
        position: relative;
    }
    ul {
        padding-inline: 12px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
        margin-top: 16px;
    }
    a {
        transition: 0.4s;
        color: var(--black);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        padding-right: 16px;
        line-height: 24px;
        font-size: 14px;
        font-family: var(--Medium);
    }
    li a:before {
        content: '';
        width: 6px;
        height: 6px;
        background: var(--color1);
        border-radius: 15px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: calc(50% + 2px);
        transform: translateY(-50%);
        z-index: 1;
        transition: 0.4s ease;
    }
    a:hover {
        color: var(--color2);
        &:before {
            background: var(--color2);
        }
    }
}
.sidebar-left {
    width: 100%;
    box-shadow: 0px 6px 20px -4px #0000001A;
    border-radius: 20px;
    padding: 20px;
    background: var(--white);
    span {
        display: flex;
        background: linear-gradient(90deg, #0B052E 0%, #160959 100%);
        align-items: center;
        justify-content: center;
        min-height: 64px;
        color: var(--white);
        border-radius: 20px;
        font-size: 18px;
        font-family: var(--Medium);
    }
    .related-posts {
        margin-top: 24px;
        .hr {
            display: flex;
            align-items: center;
            gap: 12px;
            .post-image {
                width: 80px;
                height: 80px;
                flex: 0 0 80px;
            }
            .post-title {
                padding: 0;
                line-height: 26px;
                a {
                    font-size: clamp(14px, 2vw, 16px);
                    height: 55px;
                }
            }
            .post-date {
                padding: 0;
                color: #4D4D4D;
                font-size: 10px;
                i {
                    width: 12px;
                    height: 12px;
                    font-size: 10px;
                    color: var(--color2);
                }
            }
        }
    }
}
.blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-block: 1.5rem;
    width: 100%;
    i {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: 0.4s;
        color: var(--color1);
    }
    .meta-wrapper {
        display: flex;
        background: white;
        box-shadow: 0px 6px 20px -4px #0000001A;
        border-radius: 10px;
        padding: 8px 16px;
        gap: clamp(16px, 2vw, 24px);
        font-size: 16px;
        flex-wrap: wrap;
        .comment-count,
        .post-date {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .category_post {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
    }
}
.copy-url.copy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 0px 6px 20px -4px #0000001A;
    border-radius: 10px;
    padding: 8px 16px;
    gap: clamp(16px, 2vw, 24px);
    height: 48px;
    width: 48px;
    position: relative;
    cursor: pointer;
    line-height: 1;
    i {
        font-size: 24px;
    }
    .tooltip-url {
        position: absolute;
        box-shadow: 0 1px 7px rgba(67, 43, 179, 0.1);
        background: var(--color1);
        padding: 4px;
        border-radius: 0.5rem;
        bottom: 130%;
        min-width: 75px;
        min-height: 24px;
        right: 50%;
        transform: translateX(50%);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease;
        white-space: nowrap;
        font-size: 0.75rem;
        text-align: center;
        z-index: 1;
        color: var(--white);
        &:before {
            content: '';
            display: block;
            position: absolute;
            right: 50%;
            bottom: -8px;
            width: 0;
            height: 0;
            box-sizing: border-box;
            border: 3px solid var(--color1);
            border-top-color: rgb(0, 0, 0);
            border-right-color: rgb(0, 0, 0);
            border-bottom-color: rgb(0, 0, 0);
            border-left-color: rgb(0, 0, 0);
            border-top-color: rgb(0, 0, 0);
            border-right-color: rgb(0, 0, 0);
            border-bottom-color: rgb(0, 0, 0);
            border-left-color: rgb(0, 0, 0);
            border-top-color: rgb(0, 0, 0);
            border-right-color: rgb(0, 0, 0);
            border-bottom-color: rgb(0, 0, 0);
            border-left-color: rgb(0, 0, 0);
            border-color: #0000 #0000 var(--color1) var(--color1);
            transform-origin: 0 0;
            transform: rotate(-45deg) translateX(50%);
            box-shadow: -1px 1px 3px 0 rgb(106 137 204 / 19%);
            z-index: 0;
        }
    }
    &:hover .tooltip-url {
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 768px) {
    .copy-url.copy-btn {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .widget-side span {
        justify-content: flex-start;
        padding-inline: 16px;
        &:before {
            content: "\e91b";
            font-family: 'icomoon';
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            transition: 0.4s;
        }
        &.active:before {
            transform: translateY(-50%) rotateX(180deg);
        }
    }
}
/********************************/
.category_post a:not(:nth-last-child(1)) {
    position: relative;
    padding-left: 0.5rem;
}
.category_post a:not(:nth-last-child(1)):before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
}
.category_post a:not(:nth-last-child(1)):before {
    content: "/";
}
.thumbnail-post-img {
    display: flex;
    text-align: center;
    margin-block: 1.5rem;
    position: relative;
}
.thumbnail-post-img img {
    border-radius: 1rem;
    width: 100%;
    height: auto;
}
.access_item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}
.access_item li a {
    padding: 0.75rem 1rem;
    position: relative;
    display: flex;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 0.75rem;
}
.access_item li a:before,
.access_item li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(105%, 0);
    transform: translate(105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: var(--color1);
    background-color: var(--color1);
}
.access_item li a:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.access_item li a:hover:before,
.access_item li a:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.tag_post {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}
.tag_post i {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: 0.4s;
    color: var(--color1);
}
.post-content-excerpt {
    background: #eee;
    padding: 1rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 576px) {
    .thumbnail-post-img {
        margin-block: 1rem;
    }
    .blog-meta {
        margin-block: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .fixed_share {
        flex-direction: row;
    }
}



