.websima-breadcrumbs {
    margin-bottom: 10px;
    font-size: 12px;
    color: #868686;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.websima-breadcrumbs ul {
    display: inline-flex;
    min-width: max-content;
    padding: 0;
    margin: 0;
    list-style: none;
}
.websima-breadcrumbs ul li a {
    color: #000;
}
.websima-breadcrumbs ul li a:hover {
    color: var(--primary);
}
.websima-breadcrumbs ul li:not(:last-child)::after {
    content: "\e93f";
    font-family: 'icomoon';
    font-size: 8px;
    margin: 0 5px;
    color: #000;
}
.single-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}
.single-title .title-heading {
    font-size: 36px ;
    line-height: 1.4;
}
.single-meta {
    display: flex;
    gap: 4px;
}
.single-meta > * {
    background: rgb(245, 247, 254);
    display: flex;
    gap: 4px;
    align-items: center;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 32px;
    font-size: 12px;
    padding: 4px 8px;
    font-variation-settings: var(--wgh_500);
    line-height: 1.5;
}
.single-date i {
    font-size: 14px;
}
.article-likes .icon-like {
    font-size: 14px;
}
.single-date i {
    font-size: 14px;
}
/* help */
.help-heading {
    padding: 30px 0 0 29px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.help-heading .title::before {
    content: "\e912";
    font-family: icomoon;
    color: var(--primary);
    font-size: 30px;
    position: absolute;
    left: -42px;
    top: -5px;
}

.help-heading .title {
    font-size: 18px;
    color: var(--color_main);
    font-variation-settings: "wght" 500, "wdth" 100;
    margin-bottom: 24px;
    display: block;
    line-height: 1.4;
    text-transform: capitalize;
    position: relative;
}
.help-heading::after {
    content: '';
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 51, 230, 0) 0%, #0533E6 50px, #0533E6 calc(100% - 50px), rgba(5, 51, 230, 0) 100%);
    box-shadow: 16px 0 50px 2px #C9DCF5;
    position: absolute;
    top: 0;
    left: 0;
}

.help-heading ul {
    padding-left: 8px;
    margin-bottom: 32px;
}
.help-heading ul a {
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    color: var(--color_main);
    line-height: 1.4;
    text-transform: capitalize;
}
.help-heading ul a::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #8189A8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.help-heading ul a:hover {
    color: var(--primary);
}
.help-heading ul a.active {
    color: var(--primary);
}
.help-heading ul li {
    margin-bottom: 14px;
}
.adjacent-articles {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 32px auto;
}
.adjacent-articles a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--color_text);
    text-transform: capitalize;
    transition: 0.4s ease;
    font-size: 14px;
    line-height: 1.4;
}
.adjacent-articles a:hover {
    color: var(--primary);
}
.adjacent-articles a span {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 9px;
    color: #9B9B9B;
    text-transform: capitalize;
}
.adjacent-articles a span i {
    font-size: 11px;
    margin-top: 2px;
}
.next-article {
    align-items: end;
    margin-left: auto;
    text-align: right;
}
.websima-votes {
    text-align: center;
    margin-top: 56px;
    position: relative;
}
.vote-shadow-1 {
    background: #0533E633;
    width: 140px;
    height: 110px;
    position: absolute;
    filter: blur(120px);
    left: 0;
    top: 66%;
    z-index: -1;
    border-radius: 50%;
}
.vote-shadow-2 {
    background: rgba(105, 231, 220, 0.5);
    position: absolute;
    filter: blur(120px);
    right: 0;
    top: 37%;
    z-index: -1;width: 160px;
    height: 120px;
}
.sec-head .title {
    font-size: 16px;
    line-height: 1.4;
    font-variation-settings: var(--wgh_500);
    margin-bottom: 7px;
}
.sec-head .subtitle {
    font-size: 14px;
    color: #4F5673;
}
.vote-btns {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 4px;
}
.websima-vote-btn {
    background: #fff;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    font-size: 14px;
    padding: 4px 8px;
    font-variation-settings: var(--wgh_500);
    line-height: 1.5;
    min-width: 52px;
    border: 1px solid #fff;
    transition: 0.6s ease;
}
.websima-vote-btn[data-vote="like"]:hover {
    background: rgba(0, 128, 0, 0.1);
    border-color: green;
}
.websima-vote-btn[data-vote="dislike"]:hover {
    background: rgba(255, 0, 0, 0.1);
    border-color: red;
}
.related-articles {
    margin-top: 80px;
}
.related-articles-wrapper {
    margin: 32px auto 0;
    display: grid;
    gap: 20px;
}
@media screen and (min-width: 768px) {


}

@media screen and (min-width: 992px) {
    .websima-breadcrumbs {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .websima-breadcrumbs ul li:not(:last-child)::after {
        font-size: 10px;
        margin: 0 10px;
    }
    .related-articles {
        margin-top: 144px;
    }
    .adjacent-articles {
        max-width: 68%;
    }
    .single-title {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        margin-bottom: 13px;
        flex-wrap: wrap;
    }

    .related-articles-wrapper {
        margin: 40px auto 0;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .vote-shadow-1 {
        width: 240px;
        height: 180px;
        left: 25%;
        top: 66%;
        animation: move-sh-2 7s alternate ease infinite;
    }
    .vote-shadow-2 {
        left: 50%;
        top: 37%;
        animation: move-sh-6 8s alternate ease infinite;
        width: 240px;
        height: 180px;
    }
    .help-heading {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .adjacent-articles {
        max-width: 64%;
    }
}