.section-author-title {
    color: var(--color-text);
    margin-bottom: 24px;
}

.page-evcmqiz .header-menu,
.page-28r74ch header .header-menu,
.page-c38hltr .header-menu,
.page-eaz7f6n .header-menu,
.page-m7o98kz .header-menu,
.page-9qv8w7l .header-menu,
.page-bkze9xc .header-menu,
.page-hfr2enz .header-menu,
.page-olcj4u2 .header-menu {
    background: #fff;
}

html:has(body.page-evcmqiz),
html:has(body.page-28r74ch),
html:has(body.page-c38hltr),
html:has(body.page-eaz7f6n),
html:has(body.page-m7o98kz),
html:has(body.page-9qv8w7l) {
    background-color: #ffffff;
}

body:has(.warp-menu-article) .header-menu {
    position: relative;
}

.warp-page-menu-cate {
    position: sticky;
    top: 0;
    z-index: 99;
}

.categories-pill-bar {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.430464) 63.28%, rgba(255, 255, 255, 0.1) 100%);
    padding: 45px 45px 15px 45px;
    border-radius: 45px;
}

.categories-pill-bar .dsc-section {
    margin-left: inherit;
    margin-bottom: 25px;
    font-weight: 600;
    color: var(--color-text);
}

.categories-pill-bar .breadcrumbs-section {
    margin-bottom: 40px;
}

.section-author-top-view {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.author-top-item {
    background: var(--white);
    padding: 16px 20px;
    transition: box-shadow .2s;
    border-radius: 16px;
    border: 1px solid var(--white);
}

.author-top-item a {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-top-avatar {
    flex-shrink: 0;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.author-top-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author-top-info {
    flex: 1;
    min-width: 0;
}

.author-top-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    transition: color .2s;
}

.author-top-views {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #9FAEB9;
}

.box-article-top-view {
    background: #FAFAFA;
    padding: 40px;
    border-radius: 16px;
}

.box-article-top-view .section-author-title {
    font-size: 32px;
}

.box-section-blogs-03 {
    padding: 80px 0 80px;
}

.box-section-authors-02>.container>.row,
.box-secton-topic-02>.container>.row {
    margin-left: -20px;
    margin-right: -20px;
}

.box-section-authors-02>.container>.row>div,
.box-secton-topic-02>.container>.row>div {
    padding-left: 20px;
    padding-right: 20px;
}

.categories-top-bar {
    display: flex;
    align-items: center;
    gap: 35px;
}

.categories-top-bar .logo img {
    width: 36px;
    height: 42px;
    object-fit: contain;
}

.categories-top-bar .logo {
    display: none;
}

.categories-top-bar {
    gap: 0;
}

.categories-top-bar .logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 0;
    max-width: 0;
    margin-right: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translate3d(-14px, 0, 0) scale(0.9);
    transition:
        max-width 0.34s cubic-bezier(0.32, 0.72, 0, 1),
        margin-right 0.34s cubic-bezier(0.32, 0.72, 0, 1),
        opacity 0.22s ease,
        transform 0.34s cubic-bezier(0.32, 0.72, 0, 1);
    will-change: max-width, opacity, transform;
}

.categories-top-bar .logo a {
    display: flex;
    align-items: center;
    flex: 0 0 44px;
}

.warp-menu-article {
    z-index: 99;
    background-color: #ffffff;
    transition: transform 0.34s cubic-bezier(0.32, 0.72, 0, 1), box-shadow 0.3s ease;
    will-change: transform;
    border-top: 1px solid #f3f3f3;
}

.categories-top-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories-top-list>li>a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
    padding: 20px 0;
    position: relative;
}

.categories-top-list>li>a svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.categories-pill-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories-pill-list .pill-item {
    display: inline-flex;
    gap: 6px;
    padding: 0px 15px;
    border-radius: 8px;
    background: #0972CE1A;
    color: var(--color-highlight);
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s, background 0.2s;
    text-transform: capitalize;
    height: 32px;
    align-items: center;
}

.categories-pill-list .pill-all {
    color: var(--color-highlight);
    padding: 0px 0px 0 14px;
}

.categories-pill-list .pill-all span.icon {
    display: inline-flex;
    height: 32px;
    align-items: center;
    padding-right: 5px;
    border-left: 1px solid #0972CE1A;
    padding-left: 5px;
}

.categories-pill-list .pill-all span {
    padding-right: 10px;
}

.categories-pill-list .pill-all svg {
    flex-shrink: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.categories-top-list>li>a:before {
    height: 2px;
    bottom: 0;
    left: 0;
    width: 0;
    background: var(--color-text);
    content: '';
    position: absolute;
    transition: 1s;
}
.categories-pill-bar ul.categories-pill-list {
    margin-top: 25px;
}
.categories-pill-bar .title-section {
    text-transform: capitalize;
}
@media (max-width:1299.98px) {
    .box-section-blogs-03 {
        padding: 40px 0 60px;
    }

    .box-section-authors-02>.container>.row>div,
    .box-secton-topic-02>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .categories-top-bar .logo img {
        width: 27px;
        height: 42px;
    }
    .categories-top-list {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 10px;
    }

    .categories-top-list::-webkit-scrollbar {
        display: none;
    }

    .categories-top-list>li>a {
        padding: 10px 20px 10px 0;
        font-size: 14px;
    }
    .categories-pill-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 2px;
        gap: 12px;
    }

    .categories-pill-list::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .categories-pill-bar {
        border-radius: 20px;
        padding: 15px;
    }

    .categories-pill-bar .breadcrumbs-section {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .categories-pill-bar .title-section {
        text-align: center;
    }

    .categories-pill-bar .dsc-section {
        text-align: center;
    }

    .categories-pill-list .pill-item {
        font-size: 14px;
        padding: 4px 10px;
    }

    .box-article-top-view {
        padding: 15px;
    }
}