body {
    background: #fff;
    color: #1d2233;
}

.sg-news-detail-page {
    --sg-container: 1440px;
    --sg-page-gutter: 40px;
    --sg-content-width: min(var(--sg-container), calc(100vw - var(--sg-page-gutter) * 2));
    width: 100%;
    overflow: visible;
}

.sg-news-detail-page a {
    color: inherit;
    text-decoration: none;
}

.sg-news-detail-container {
    width: var(--sg-content-width);
    margin: 0 auto;
    box-sizing: border-box;
}

.sg-news-detail-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
    padding: 80px 0;
    row-gap: 16px;
    background-image: url(../../Images/ShowImg/seo-geo/news/news-hero-bg.webp);
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
}

.sg-news-detail-hero h2 {
    margin: 0;
    color: #1d2233;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0;
}

.sg-news-detail-hero p {
    margin: 0;
    color: #1d2233;
    letter-spacing: 0;
}

.sg-news-detail-hero-subtitle {
    font-size: 28px;
    line-height: 38px;
}

.sg-news-detail-hero-desc {
    color: rgba(29, 34, 51, 0.7) !important;
    font-size: 16px;
    line-height: 24px;
    max-width: var(--sg-content-width);
}

.sg-news-detail-breadcrumb {
    display: flex;
    align-items: center;
    width: 100%;
    /*height: 90px;*/
    background: #fff;
    border-bottom: 1px solid #e8e9ee;
    box-sizing: border-box;
}

.sg-news-detail-breadcrumb .sg-news-detail-container {
    display: flex;
    align-items: center;
    column-gap: 19px;
    height: 60px;
    overflow: hidden;
    color: rgba(29, 34, 51, 0.6);
    font-size: 16px;
    white-space: nowrap;
}

.sg-news-detail-breadcrumb a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    column-gap: 6px;
    color: #1d2233;
}

.sg-news-detail-breadcrumb i {
    font-size: 22px;
}

.sg-news-detail-current {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sg-news-detail-section {
    width: 100%;
    padding: 60px 0;
    background: #fff;
    box-sizing: border-box;
}

.sg-news-detail-layout {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 130px;
}

.sg-news-detail-main {
    width: 860px;
    flex: 0 0 860px;
}

.sg-news-detail-article h1 {
    margin: 0;
    color: #1d2233;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

.sg-news-detail-meta {
    display: flex;
    align-items: center;
    column-gap: 32px;
    margin-top: 18px;
    color: rgba(29, 34, 51, 0.68);
    font-size: 16px;
    line-height: 28px;
}

.sg-news-detail-content {
    margin-top: 54px;
    color: #1d2233;
    font-size: 16px;
    line-height: 32px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.sg-news-detail-content p {
    margin: 0 0 32px;
}

.sg-news-detail-content h1,
.sg-news-detail-content h2,
.sg-news-detail-content h3,
.sg-news-detail-content h4 {
    margin: 56px 0 28px;
    color: #1d2233;
    font-weight: 700;
    line-height: 1.4;
}

.sg-news-detail-content h1,
.sg-news-detail-content h2 {
    font-size: 26px;
}

.sg-news-detail-content h3 {
    font-size: 24px;
}

.sg-news-detail-content h4 {
    font-size: 20px;
}

.sg-news-detail-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 32px auto;
    border-radius: 8px;
}

.sg-news-detail-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.sg-news-detail-content iframe,
.sg-news-detail-content video,
.sg-news-detail-content embed,
.sg-news-detail-content object {
    display: block;
    max-width: 100%;
    margin: 32px auto;
}

.sg-news-detail-content a {
    color: #0068eb;
}

.sg-news-detail-empty {
    margin-top: 54px;
    padding: 48px;
    border-radius: 16px;
    background: #f5f6f7;
    color: rgba(29, 34, 51, 0.7);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.sg-news-detail-prev-next {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
    padding: 30px 30px 60px;
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.sg-news-detail-nav-item {
    width: 320px;
    min-width: 0;
}

.sg-news-detail-nav-item span {
    display: block;
    color: #0068eb;
    font-size: 16px;
    line-height: 24px;
}

.sg-news-detail-nav-item a,
.sg-news-detail-nav-item p {
    display: block;
    margin: 12px 0 0;
    overflow: hidden;
    color: #1d2233;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sg-news-detail-nav-item a:hover {
    color: #0d99ff;
}

.sg-news-detail-related {
    width: 100%;
    padding: 20px 30px 30px;
    border-radius: 16px;
    background: #f5f6f7;
    box-sizing: border-box;
}

.sg-news-detail-related h2 {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    color: #1d2233;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.sg-news-detail-related-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
}

.sg-news-detail-related-list a {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #1d2233;
    font-size: 16px;
    line-height: 44px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sg-news-detail-related-list a:hover {
    color: #0d99ff;
}

.sg-news-detail-related-empty {
    margin: 0;
    color: rgba(29, 34, 51, 0.62);
    font-size: 16px;
    line-height: 32px;
}

.sg-news-detail-sidebar {
    position: sticky;
    top: 80px;
    width: 360px;
    flex: 0 0 360px;
}

.sg-news-detail-side-card {
    width: 100%;
    padding: 20px 30px 30px;
    border-radius: 16px;
    background: #f5f6f7;
    box-sizing: border-box;
}

.sg-news-detail-side-card + .sg-news-detail-side-card {
    margin-top: 30px;
}

.sg-news-detail-side-card h2 {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    color: #1d2233;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.sg-news-detail-popular {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sg-news-detail-popular li {
    min-width: 0;
}

.sg-news-detail-popular a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #1d2233;
    font-size: 16px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.sg-news-detail-popular a:hover {
    color: #0d99ff;
}

.sg-news-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 12px;
    width: 100%;
}

.sg-news-detail-tags a,
.sg-news-detail-tags span {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    color: #1d2233;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.sg-news-detail-tags span {
    cursor: default;
}

.sg-news-detail-tags a:hover {
    border-color: #0d99ff;
    background: #fff;
    color: #0d99ff;
}

.sg-news-detail-cta {
    width: 100%;
    padding: 100px 0;
    background: #f3f5f7;
    background-image: url(../../Images/ShowImg/seo-geo/products/chatbot-bg.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    box-sizing: border-box;
}

.sg-news-detail-cta h2 {
    margin: 0;
    color: #1d2233;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
}

.sg-news-detail-cta p {
    margin: 28px 0 0;
    color: #1d2233;
    font-size: 22px;
    line-height: 32px;
}

.sg-news-detail-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-top: 40px;
}

.sg-news-detail-cta-actions a,
.sg-news-detail-cta-actions button {
    display: inline-flex;
    width: 140px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
    font-family: inherit;
    line-height: 24px;
    box-sizing: border-box;
    cursor: pointer;
}

.sg-news-detail-cta-actions .primary {
    background: #0d99ff;
    color: #fff;
}

.sg-news-detail-cta-actions .secondary {
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #1d2233;
}

.sg-news-detail-cta-actions .secondary:hover {
    border-color: #0d99ff;
    background: #0d99ff;
    color: #fff;
}

@media (max-width: 1440px) and (min-width: 1101px) {
    .sg-news-detail-page {
        --sg-page-gutter: 32px;
    }

    .sg-news-detail-hero {
        padding: 68px 0;
        row-gap: 14px;
    }

    .sg-news-detail-hero h2 {
        font-size: 44px;
        line-height: 62px;
    }

    .sg-news-detail-hero-subtitle {
        font-size: 26px;
        line-height: 36px;
    }

    .sg-news-detail-breadcrumb {
        height: 82px;
    }

    .sg-news-detail-section {
        padding: 52px 0;
    }

    .sg-news-detail-layout {
        column-gap: 80px;
    }

    .sg-news-detail-main {
        width: 860px;
        flex: 1 1 860px;
        min-width: 0;
    }

    .sg-news-detail-sidebar {
        width: 340px;
        flex: 0 0 340px;
    }

    .sg-news-detail-nav-item {
        width: 300px;
    }

    .sg-news-detail-prev-next {
        margin-top: 52px;
        padding: 28px 24px 52px;
    }

    .sg-news-detail-related {
        padding: 20px 24px 28px;
    }

    .sg-news-detail-side-card {
        padding: 20px 24px 28px;
    }

    .sg-news-detail-cta {
        padding: 84px 0;
    }

    .sg-news-detail-cta h2 {
        font-size: 44px;
        line-height: 60px;
    }

    .sg-news-detail-cta p {
        margin-top: 24px;
        font-size: 20px;
        line-height: 30px;
    }
}
