#sp-header .logo a {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
h1 {

    color: #338aff;
}
.view-article .article-details .article-body {
    max-width: 785px;
    margin: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 50px;
    border: 1px solid #f3f3f3;
    padding: 0px;
    border-radius: 3px;
    border: none;
}
.article-item a {
    color: #555;
    text-decoration: none;
    font-size: 12px !important;
    font-weight: 600;
    margin-left: 8px;
}
#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
    padding: 2px 0;
}
.article-item {
    padding: 2px 0;
}
.sp-megamenu-wrapper .sp-megamenu-parent {
    background-color: #0FD46C;
    border-radius: 12px;
    padding: 0px;
}
#sp-header {
    background: #ffffff;
}
#sp-main-body {
    padding: 0;
}
.view-article .article-details .article-header h1 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}
.article-details h1 {
    font-size: 23px;
    letter-spacing: 0;
}
.article-details .article-can-edit a {
    display: inline-block;
    background: #2a61c9;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px;
    display: none;
}
#sp-header.full-header {
    padding-left: 0px;
    padding-right: 0px;
    background: inherit;
}
.view-article .article-details .article-body {
    max-width: 100%;
    margin: 0;
}
.view-article .article-details {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 40px 20px 20px;
}
#anything-llm-embed-chat-container {
    position: fixed !important;
    inset: auto !important;     /* bỏ full màn hình */
    bottom: 20px !important;
    right: 20px !important;
    width: auto;
    height: auto;
    pointer-events: none; /* quan trọng */
}

#anything-llm-chat {
    pointer-events: auto; /* chỉ cho phép click vào chat */
}
div#anything-llm-chat {
    margin: 0;
    border-radius: 0px !important;
        background: #f7f6f3 !important;
}
.allm-bg-white {
 
    background-color: #f7f6f3 !important;
}
#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: left;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 16px;
    line-height: 56px;
    font-size: 16px;
    margin: 0;
}
.sp-megamenu-parent>li:after {
    content: "";
    position: absolute;
    width: 2.5px;
    height: 30px;
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #fff;
    font-weight: 700;
}
.body-innerwrapper {
    overflow-x: visible;
}
h1.coming-soon-title {
    color: #0073c2;
}
.sp-megamenu-parent>li>a {
    color: #0073c2;
}
.allm-font-sans {
    font-family: 'Open Sans' !important;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #fff;
    font-weight: 700;
    background: #0073c2;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: #d3d3d3;
}
#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: center;
    margin-right: 250px;
}
figcaption {
    text-align: center;
    padding: 12px 0 !important;
    text-align: center;
    font-style: italic;
    font-weight: 600;
}
figure.image img {
    border-radius: 12px;
}