.okx-info-page{
    margin:0;
    background:#fff;
    color:#003f3c;
    font-family:"Noto Sans HK","Noto Sans TC","Microsoft JhengHei",sans-serif;
}
.okx-info-page #main{
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
}
.okx-info-page[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container{
    --logo-max-height:52px;
}
.okx-info-page .elementor img{
    max-width:100%;
    height:auto;
}
.okx-info-container{
    width:min(1180px,calc(100% - 40px));
    margin-inline:auto;
}
.okx-news-hero{
    padding:110px 0 85px;
    background:#eee5d8;
    text-align:center;
}
.okx-news-kicker{
    margin:0 0 12px;
    color:#ef6630;
    font-size:13px;
    font-weight:800;
    letter-spacing:.14em;
}
.okx-news-hero h1{
    margin:0;
    color:#003f3c;
    font-size:clamp(42px,5vw,68px);
    font-weight:900;
    line-height:1.15;
}
.okx-news-hero p:last-child{
    margin:18px 0 0;
    color:#496b68;
    font-size:18px;
}
.okx-news-list{
    padding:80px 0 100px;
}
.okx-news-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:34px 24px;
}
.okx-news-card{
    overflow:hidden;
    margin:0;
    border-radius:18px;
    background:#f8f3f6;
    box-shadow:0 8px 28px rgba(0,55,52,.08);
}
.okx-news-image{
    display:block;
    overflow:hidden;
    aspect-ratio:1.75;
    background:#d9efeb;
}
.okx-news-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.okx-news-card:hover .okx-news-image img{
    transform:scale(1.035);
}
.okx-news-image-placeholder{
    display:grid;
    width:100%;
    height:100%;
    place-items:center;
    color:#08746c;
    font-size:22px;
    font-weight:900;
}
.okx-news-card-body{
    padding:24px 24px 27px;
}
.okx-news-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px 16px;
    color:#ef6630;
    font-size:12px;
    font-weight:700;
}
.okx-news-card h2{
    margin:13px 0 12px;
    font-size:23px;
    font-weight:800;
    line-height:1.35;
}
.okx-news-card h2 a,
.okx-news-more{
    color:#003f3c;
    text-decoration:none;
}
.okx-news-card-body>p{
    min-height:4.8em;
    margin:0 0 20px;
    color:#58716f;
    line-height:1.6;
}
.okx-news-more{
    color:#ef6630;
    font-weight:800;
}
.okx-news-pagination{
    margin-top:55px;
}
.okx-news-pagination .page-numbers{
    display:flex;
    justify-content:center;
    gap:8px;
    padding:0;
    list-style:none;
}
.okx-news-pagination a,
.okx-news-pagination span{
    display:grid;
    width:42px;
    height:42px;
    border:1px solid #0b615c;
    border-radius:50%;
    place-items:center;
    color:#0b615c;
    text-decoration:none;
}
.okx-news-pagination .current{
    background:#0b615c;
    color:#fff;
}
.okx-news-empty{
    padding:70px 20px;
    border-radius:18px;
    background:#f8f3f6;
    text-align:center;
}
@media(max-width:900px){
    .okx-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
    .okx-info-page[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container{
        --logo-max-height:43px;
    }
    .okx-info-container{width:min(100% - 30px,1180px)}
    .okx-news-hero{padding:72px 0 58px}
    .okx-news-hero p:last-child{font-size:15px}
    .okx-news-list{padding:45px 0 70px}
    .okx-news-grid{grid-template-columns:1fr;gap:22px}
    .okx-news-card-body>p{min-height:0}
}

/* News index — matches the reference two-column guide layout. */
.okx-info-news{
    background:#faf4f7;
}
.okx-news-page{
    padding:115px 0 70px;
    background:#faf4f7;
}
.okx-news-layout{
    display:grid;
    grid-template-columns:310px minmax(0,1fr);
    width:min(1160px,calc(100% - 40px));
    margin-inline:auto;
}
.okx-news-sidebar{
    padding:28px 48px 60px 0;
    border-right:1px solid #e6dddf;
}
.okx-news-sidebar>h1{
    margin:0 0 42px;
    color:#050505;
    font-size:42px;
    font-weight:900;
    line-height:1.15;
}
.okx-news-side-group{
    margin-bottom:46px;
}
.okx-news-side-group h2{
    margin:0 0 14px;
    color:#888;
    font-size:18px;
    font-weight:800;
}
.okx-news-side-group ul{
    margin:0;
    padding:0;
    list-style:none;
}
.okx-news-side-group li{
    margin:0 0 5px;
}
.okx-news-side-group a{
    color:#004a47;
    font-size:15px;
    font-weight:700;
    line-height:1.45;
    text-decoration:none;
}
.okx-news-side-group a:hover{
    color:#ef6630;
}
.okx-news-follow>div{
    display:flex;
    gap:10px;
}
.okx-news-follow a{
    display:grid;
    width:29px;
    height:29px;
    border:1px solid #00514d;
    border-radius:50%;
    place-items:center;
    font-size:9px;
    font-weight:900;
}
.okx-news-content{
    min-width:0;
    padding:42px 0 0 42px;
    border-top:2px dashed #48dac1;
}
.okx-news-section-title{
    display:flex;
    align-items:center;
    gap:30px;
    margin:0 0 18px;
}
.okx-news-section-title h2{
    margin:0;
    color:#163349;
    font-size:32px;
    font-weight:900;
}
.okx-news-section-title>a{
    color:#ef6630;
    font-size:13px;
    text-decoration:underline;
    text-underline-offset:5px;
}
.okx-info-news .okx-news-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:40px 26px;
}
.okx-info-news .okx-news-card{
    overflow:visible;
    border-radius:0;
    background:transparent;
    box-shadow:none;
}
.okx-info-news .okx-news-image{
    aspect-ratio:1.52;
    background:#e5eeec;
}
.okx-info-news .okx-news-card-body{
    padding:14px 0 0;
}
.okx-info-news .okx-news-card h2{
    margin:0 0 4px;
    color:#060606;
    font-size:16px;
    font-weight:800;
    line-height:1.45;
}
.okx-info-news .okx-news-card h2 a{
    color:#060606;
}
.okx-info-news .okx-news-card time{
    color:#a7a1a2;
    font-size:11px;
}
.okx-info-news .okx-news-pagination{
    margin:48px 0 32px;
}
.okx-info-news .okx-news-pagination .page-numbers{
    gap:14px;
}
.okx-info-news .okx-news-pagination a,
.okx-info-news .okx-news-pagination span{
    display:inline;
    width:auto;
    height:auto;
    border:0;
    border-radius:0;
    background:transparent;
    color:#111;
    font-size:13px;
}
.okx-info-news .okx-news-pagination .current{
    color:#ef6630;
    font-weight:900;
}
.okx-newsletter{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    margin-top:34px;
    padding:30px 44px;
    background:#eee3d4;
}
.okx-newsletter>div{
    position:relative;
}
.okx-newsletter span{
    position:absolute;
    top:-18px;
    right:-18px;
    color:#ef6630;
    font-size:17px;
    font-weight:900;
    transform:rotate(8deg);
}
.okx-newsletter strong{
    display:block;
    color:#52212c;
    font-size:32px;
    font-weight:900;
    line-height:1.05;
}
.okx-newsletter form{
    width:min(330px,48%);
}
.okx-newsletter label{
    display:block;
    margin-bottom:9px;
    color:#6a4b4d;
    font-size:14px;
}
.okx-newsletter form>div{
    display:flex;
    gap:10px;
}
.okx-newsletter input{
    width:100%;
    height:42px;
    padding:0 16px;
    border:1px solid #ef6630;
    border-radius:999px;
    background:transparent;
    color:#52212c;
}
.okx-newsletter button{
    flex:0 0 42px;
    width:42px;
    height:42px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#ef6630;
    color:#fff;
    font-size:22px;
}
@media(max-width:900px){
    .okx-news-layout{grid-template-columns:225px minmax(0,1fr)}
    .okx-news-sidebar{padding-right:28px}
    .okx-news-sidebar>h1{font-size:34px}
    .okx-news-content{padding-left:28px}
    .okx-info-news .okx-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
    .okx-news-page{padding:55px 0 65px}
    .okx-news-layout{
        display:block;
        width:calc(100% - 30px);
    }
    .okx-news-sidebar{
        padding:0 0 25px;
        border:0;
    }
    .okx-news-sidebar>h1{
        margin-bottom:24px;
        font-size:34px;
    }
    .okx-news-side-group{display:none}
    .okx-news-side-group:first-of-type{
        display:block;
        margin:0;
    }
    .okx-news-side-group:first-of-type ul{
        display:flex;
        gap:8px;
        overflow-x:auto;
        padding-bottom:8px;
    }
    .okx-news-side-group:first-of-type li{flex:0 0 auto}
    .okx-news-side-group:first-of-type a{
        display:block;
        padding:7px 12px;
        border:1px solid #bfd4d1;
        border-radius:999px;
        font-size:13px;
    }
    .okx-news-content{
        padding:25px 0 0;
    }
    .okx-info-news .okx-news-grid{
        grid-template-columns:1fr;
        gap:30px;
    }
    .okx-info-news .okx-news-image{aspect-ratio:1.65}
    .okx-newsletter{
        align-items:flex-start;
        padding:28px 24px;
        flex-direction:column;
    }
    .okx-newsletter form{width:100%}
}
