.detail_root__LdzE5 {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px var(--PagePadding);
    align-items: flex-start;
    justify-content: center;
}

.detail_article__4U5N_ {
    flex: 1 1;
    max-width: 820px;
    min-width: 0;
}

.detail_meta__AbSOH {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.detail_authorRow__RmCA_ {
    display: flex;
    align-items: center;
    gap: 8px;
}

.detail_avatar__ZNc3o {
    border-radius: 50%;
    object-fit: cover;
}

.detail_authorName__0MuZk {
    color: var(--TextColor13);
}

.detail_separator__7wQi9 {
    color: var(--BorderColor11);
}

.detail_time__RbVi0 {
    color: var(--TextColor13);
}

.detail_tagList___7mR5 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.detail_tag___UMka {
    padding: 4px 12px;
    border-radius: 4px;
    background: var(--FillColor3);
    color: var(--TextColor12);
    cursor: pointer;
    transition: opacity 0.2s;
}

.detail_tag___UMka:hover {
    opacity: 0.7;
}

.detail_breadcrumb__34Djb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    color: var(--TextColor13);
}

.detail_breadcrumbLink__DB2Kl {
    color: var(--TextColor12);
    cursor: pointer;
    transition: opacity 0.2s;
}

.detail_breadcrumbLink__DB2Kl:hover {
    opacity: 0.7;
}

.detail_breadcrumbCurrent__m1Wuv {
    color: var(--TextColor13);
    flex: 1 1;
}

.detail_title__OSfPZ {
    margin-bottom: 24px;
    line-height: 1.3;
}

.detail_coverWrap__8igFI {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}

.detail_cover__rcYau {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.detail_content__Q1daM {
    line-height: 1.8;
    color: var(--TextColor11);
}

.detail_content__Q1daM img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.detail_content__Q1daM a {
    color: var(--PrimaryColor11);
    text-decoration: underline;
}

.detail_content__Q1daM blockquote {
    border-left: 4px solid var(--Primary);
    padding-left: 16px;
    margin: 24px 0;
    color: var(--TextColor13);
    font-style: italic;
}

.detail_content__Q1daM pre {
    background: var(--FillColor2);
    padding: 16px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 14px;
}

.detail_content__Q1daM h2,
.detail_content__Q1daM h3 {
    margin-top: 40px;
    margin-bottom: 16px;
}

.detail_content__Q1daM p {
    margin-bottom: 16px;
}

.detail_content__Q1daM .wp-block-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 16px 0;
}

.detail_content__Q1daM .wp-block-image {
    display: flex;
    justify-content: center;
}

.detail_content__Q1daM .wp-block-image figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.detail_content__Q1daM .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_content__Q1daM .wp-block-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_content__Q1daM .wp-block-button {
    line-height: 80px;
}

.detail_content__Q1daM .wp-block-button__link {
    padding: 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14) !important;
    text-decoration: none;
}

.detail_content__Q1daM .wp-block-list {
    padding: 8px 8px 8px 32px;
    border-radius: 8px;
}

.detail_content__Q1daM .wp-block-columns {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 16px 0;
}

.detail_content__Q1daM .wp-block-column {
    flex: 1 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.detail_sidebar__PN1_P {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--HomeHeaderHeight) + 20px);
    width: 300px;
    min-width: 300px;
    max-height: calc(100vh - var(--HomeHeaderHeight) - 28px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 5px;
    overscroll-behavior: contain;
}

.detail_sidebarTitle__oC_Mf {
    margin-bottom: 12px;
}

.detail_featuredList__tmNl4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail_featuredItem__xJ4LF {
    cursor: pointer;
}

.detail_featuredItem__xJ4LF:hover {
    opacity: 0.8;
}

.detail_featuredHeader__EOW9B {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 6px;
}

.detail_featuredAvatar__oFq1E {
    border-radius: 50%;
}

.detail_featuredAuthor__rJrKS {
    color: var(--TextColor13);
}

.detail_hotAgentsSection__YA_h6 {
    display: flex;
    flex-direction: column;
}

.detail_hotAgentList__rMHnj {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail_hotAgentItem__2N6FU {
    display: flex;
    background-color: var(--FillColor15);
    gap: 12px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 14px 13px 14px 16px;
    text-decoration: none;
}

.detail_hotAgentItem__2N6FU::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(117, 48, 254, 0.05) 0%, rgba(117, 48, 254, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.detail_hotAgentItem__2N6FU:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: rgba(117, 48, 254, 0.2);
}

.detail_hotAgentItem__2N6FU:hover::before {
    opacity: 1;
}

.detail_hotAgentItem__2N6FU:active {
    transform: translateY(0);
}

.detail_hotAgentText__nxU_5 {
    font-family: var(--FontInter);
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 0;
    gap: 6px;
}

.detail_hotAgentTitle__t5M7V {
    color: var(--TextColor11);
    margin: 0;
    line-height: 1.4;
    word-wrap: break-word;
}

.detail_hotAgentSub__hrXYM {
    color: var(--TextColor13);
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_hotAgentIconWrapper__CNMxb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail_hotAgentIcon__4mdPo {
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    width: 90px;
    height: 60px;
    display: block;
    position: relative;
    overflow: hidden;
}

.detail_hotAgentItem__2N6FU:hover .detail_hotAgentIcon__4mdPo {
    transform: scale(1.08);
}

.detail_hotAgentSplice__OX1kZ {
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    width: 90px;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.detail_hotAgentItem__2N6FU:hover .detail_hotAgentSplice__OX1kZ {
    transform: scale(1.08);
}

.detail_spliceImage__ZqJYc {
    object-fit: cover;
    width: 50%;
    height: 100%;
    object-position: top;
}

.detail_spliceArrow__0_fd9 {
    position: absolute;
    top: 41%;
    left: 42%;
}

.detail_spliceLeft__V7J09 {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.detail_spliceRight__EipCq {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.detail_socialSection__1U6BR {
    display: flex;
    flex-direction: column;
}

.detail_notFound__NoBb2 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    font-size: 20px;
    color: var(--TextColor13);
}

@media (max-width: 900px) {
    .detail_root__LdzE5 {
        flex-direction: column;
        padding: 24px var(--PagePadding);
    }

    .detail_sidebar__PN1_P {
        display: none;
    }
}

