.single-wrap {
    padding-top: clamp(84px, 9vw, 140px);
}
.help-heading {
    position: relative;
    box-shadow: 0px 10px 20px rgb(148 148 148 / 16%);
    border-radius: 24px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
.help-heading:before {
    content: "";
    position: absolute;
    background: var(--color1);
    width: 104px;
    height: 12px;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    z-index: 0;
}
.help-heading span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1;
    font-family: var(--medium);
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .help-heading span {
        width: 100%;
    }
}
.help-heading ul {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2vw, 24px);
}
.help-heading li {
    position: relative;
    line-height: 1.5;
    display: flex;
    gap: 8px;
    align-items: center;
}
.help-heading li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: relative;
    display: inline-flex;
    background: var(--color1);
    border-radius: 50%;
    transition: 0.4s;
    flex: 0 0 5px;
}
.access-post-mobile {
    width: 100%;
}
.access-post {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-block: 20px;
}
.access-post a {
    width: 100%;
    position: relative;
    box-shadow: 0px 10px 20px rgb(148 148 148 / 16%);
    border-radius: 24px;
    height: 88px;
    display: flex;
    align-items: center;
    padding: 20px;
}
.access-post a:after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 5px;
    transform: rotate(90deg);
    margin-right: auto;
}
.single-title h1 {
    font-size: clamp(24px, 3vw, 32px);
}
.blog-meta {
    margin: clamp(20px, 2vw, 24px) 0 clamp(24px, 3vw, 32px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.row-meta {
    display: flex;
    column-gap: clamp(40px, 5vw, 64px);
    flex-wrap: wrap;
}
.category_post {
    display: flex;
    flex-wrap: wrap;
}
.category_post i,
.post-date i {
    width: 24px;
    height: 24px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    color: var(--color1);
}
.post-date i {
    margin-left: 0;
}
.category_post a {
    position: relative;
    font-size: 14px;
    font-family: var(--medium);
}
.category_post a:after {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--color1);
    display: inline-block;
    margin-inline: 12px;
    border-radius: 50%;
}
.category_post a:nth-last-child(1):after {
    content: none;
}
.post-date {
    font-size: 14px;
    font-family: var(--medium);
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--color2);
}
.post-date .label {
    color: black;
}
.socials-share {
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
}
.socials-share .icon-share {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    position: relative;
}
.single-product .socials-share .icon-share:after {
    left: -12px;
    right: auto;
}
.socials-share .icon-share:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color1);
    position: absolute;
    right: -12px;
}
.single-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}
.single-product .single-socials {
    flex-direction: row-reverse;
}
.single-socials a {
    width: 24px;
    height: 24px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail-post-img img {
    border-radius: clamp(20px, 3vw, 32px);
}
.copy-btn {
    position: relative;
    display: flex;
    font-size: 24px;
    color: #1A2141;
    line-height: 1;
    cursor: pointer;
    transition: 0.4s ease;
}
.copy-btn:hover {
    color: var(--color2);
}
.copy-btn i {
    z-index: 2;
}
.copy-btn .tooltip-url {
    position: absolute;
    box-shadow: 0 1px 7px rgba(67, 43, 179, 0.1);
    background: #fff;
    padding: 9px 8px 5px;
    border-radius: 11px;
    bottom: 115%;
    min-width: 75px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    white-space: nowrap;
    font-size: 16px;
    direction: ltr;
    color: #000;
    text-align: center;
    z-index: 1;
}
.copy-btn .tooltip-url::before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 3px solid #000;
    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 #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg) translateX(50%);
    box-shadow: -1px 1px 3px 0 rgb(106 137 204 / 19%);
    z-index: 0;
}
.copy-btn:hover .tooltip-url {
    opacity: 1;
    visibility: visible;
}
.copy-btn .tooltip-url:hover {
    opacity: 0;
    visibility: hidden;
    background: var(--color1);
}
.single-content {
    border: 1px solid var(--border);
    padding: 1rem;
    margin-top: clamp(24px, 3vw, 40px);
    padding: clamp(16px, 2vw, 24px);
    border-radius: clamp(18px, 3vw, 32px);
}
.tags_post {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}
.tags_post a {
    background: #F7F7F7;
    padding: 2px 16px;
    border-radius: 12px;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    /*.help-heading {*/
    /*    align-items: center;*/
    /*}*/
}
@media only screen and (max-width: 768px) {
    .post-date {
        margin-block: 24px;
        justify-content: center;
    }
    .help-heading .caticon {
        font-size: 6px;
        left: 20px;
        top: 30px;
    }
    .wrap-ft-menu.help-heading {
        padding-block: 20px;
    }
    .help-heading .accordion-title:before {
        content: "\e900";
        font-size: 6px;
        top: 28px;
        justify-content: flex-end;
    }
}
.author-box {
    background: #F7F7F7;
    border-radius: 20px;
    margin-top: clamp(16px, 2vw, 24px);
    padding: 12px;
    & .author-image {
        max-width: clamp(52px, 5vw, 64px);
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    & .author-body {
        display: flex;
        gap: clamp(12px, 2vw, 16px);
        align-items: center;
        margin-bottom: 12px;
        & h6 {
            font-size: clamp(14px, 2vw, 16px);
            font-family: var(--medium);
        }
        & p {
            font-size: clamp(12px, 2vw, 14px);
            color: var(--gray3);
        }
    }
    & .author-desc p{
        font-size: clamp(12px, 2vw, 14px);
    }
}