#cb-support-wrap {
        margin-top: 24px;
        border: 1.5px solid #FF8C00;
        border-radius: 12px;
        overflow: hidden;
        background: #0d0d0d;
        font-family: sans-serif;
        max-width: 900px;
        margin: 30px auto;
    }
    #cb-support-header {
        background: #111;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 0.5px solid #222;
    }
    #cb-support-avatar {
        width: 28px; height: 28px;
        background: #FF8C00;
        border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        font-size: 10px; font-weight: 700; color: #000;
        flex-shrink: 0;
    }
    #cb-support-title { flex: 1; }
    #cb-support-title strong { display:block; font-size:13px; color:#fff; font-weight:600; }
    #cb-support-title span   { font-size:11px; color:#888; }
    #cb-online-dot { width:8px; height:8px; background:#4caf50; border-radius:50%; }
    #cb-support-iframe {
        display: block; width: 100%; 
        border: none; background: #0d0d0d;
    }
    #cb-support-disclaimer {
        padding: 7px 14px;
        background: #0d0d0d;
        border-top: 1px solid #1a1a1a;
        border-left: 3px solid #FF8C00;
        font-size: 10px;
        color: #555;
        line-height: 1.5;
    }
    #cb-support-footer {
        padding: 8px 14px;
        background: #0d0d0d;
        border-top: 0.5px solid #1a1a1a;
        font-size: 10px; color: #555; text-align: center;
    }
    #cb-support-footer a { color: #FF8C00; text-decoration: none; }