
:root{--sx-blue:#1778f2}
.sx-atomic{font-family:inherit}
.sx-sidebar-widget{font-family:inherit;direction:rtl;width:100%;box-sizing:border-box}
.sx-sidebar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:10px}
.sx-sidebar-head strong{font-size:16px}
.sx-sidebar-tabs{display:flex;background:#f1f5f9;border-radius:999px;padding:3px;gap:3px}
.sx-tab{border:0;background:transparent;padding:6px 12px;border-radius:999px;cursor:pointer;font-family:inherit;font-size:13px}
.sx-tab.active{background:var(--sx-blue);color:#fff}
.sx-sidebar-list{display:flex;flex-direction:column;gap:8px}
.sx-sidebar-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid #eef2f7}
.sx-sidebar-row:last-child{border-bottom:0}
.sx-coin-info{display:flex;align-items:center;gap:8px;min-width:0}
.sx-coin-info img{width:28px;height:28px;border-radius:50%;object-fit:cover}
.sx-coin-info b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sx-coin-info small{display:block;color:#64748b;font-size:11px}
.sx-row-prices{display:flex;flex-direction:column;text-align:left;font-size:12px;white-space:nowrap}
.sx-row-usdt{font-weight:700}
.sx-row-irt{color:#64748b}
.sx-row-action,.sx-banner-cta{background:var(--sx-blue);color:#fff!important;text-decoration:none;border-radius:10px;padding:7px 12px;font-size:12px;white-space:nowrap}

.sx-dynamic-banner{
    font-family:inherit;
    direction:rtl;
    display:flex;
    align-items:stretch;
    gap:0;
    border:1px solid var(--sx-blue);
    border-radius:14px;
    box-sizing:border-box;
    overflow:hidden;
    background:#fff;
    width:100%;
}
.sx-banner-info{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    flex:1 1 auto;
    padding:14px 16px;
    min-width:0;
}
.sx-banner-main{display:flex;align-items:center;gap:10px;min-width:0}
.sx-banner-icon{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:0 0 auto}
.sx-banner-title{font-weight:800;color:var(--sx-blue);text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sx-banner-symbol{font-size:12px;color:#475569;margin-top:3px}
.sx-banner-prices{display:flex;flex-direction:column;gap:3px;font-weight:700;text-align:left;white-space:nowrap}
.sx-banner-irt{color:#475569;font-size:13px}
.sx-banner-cta-box{
    border-right:1px solid #e5e7eb;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:12px 18px;
    min-width:190px;
    text-align:center;
}
.sx-banner-side-title{font-weight:800;font-size:13px;color:#111827}
.sx-banner-cta{display:inline-flex;align-items:center;justify-content:center;min-width:120px;font-weight:700}

@media(max-width:600px){
    .sx-dynamic-banner{
        min-height:76px;
        border-radius:12px;
    }
    .sx-banner-info{
        width:50%;
        flex:1 1 50%;
        padding:10px 10px;
        gap:8px;
        justify-content:flex-start;
    }
    .sx-banner-main{
        gap:7px;
        flex:1 1 auto;
    }
    .sx-banner-icon{
        width:34px;
        height:34px;
    }
    .sx-banner-title{
        font-size:12px;
        line-height:1.4;
        max-width:115px;
    }
    .sx-banner-symbol{
        font-size:11px;
        margin-top:1px;
    }
    .sx-banner-prices{
        font-size:12px;
        line-height:1.4;
        margin-right:auto;
        text-align:left;
    }
    .sx-banner-irt{
        font-size:11px;
    }
    .sx-banner-cta-box{
        width:50%;
        min-width:0;
        flex:1 1 50%;
        padding:10px;
        border-right:1px solid #e5e7eb;
        gap:6px;
    }
    .sx-banner-side-title{
        font-size:11px;
        line-height:1.5;
    }
    .sx-banner-cta{
        width:100%;
        min-width:0;
        padding:8px 10px;
        border-radius:7px;
        font-size:12px;
    }
}
