        .stat-active {
            color: #065f46 !important;
            background: #d1fae5 !important;
            border: 1px solid #6ee7b7 !important
        }

        .stat-active .stat-label {
            color: #065f46 !important
        }

        .top-label {
            color: #fef9c3 !important
        }

        .top-badge {
            color: #fef9c3 !important;
            background: rgba(253, 224, 71, .18) !important;
            border: 1px solid rgba(253, 224, 71, .45) !important
        }

        .top-badge:hover {
            color: #fff !important;
            background: rgba(253, 224, 71, .28) !important;
            border-color: rgba(253, 224, 71, .7) !important
        }

        .bc-social-row {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            padding: 8px 12px;
            background: #0f172a;
            border-bottom: 1px solid rgba(255, 255, 255, .08);
            width: 100%;
            position: relative;
            z-index: 100;
            margin-top: 60px;
            min-height: 90px;
            box-sizing: border-box;
            contain: layout style
        }

        .breadcrumb-container {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none
        }

        .breadcrumb-container::-webkit-scrollbar {
            display: none
        }

        .breadcrumb-list {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 0;
            white-space: nowrap;
            width: max-content;
            min-width: 100%;
            justify-content: center
        }

        .breadcrumb-item {
            display: inline-flex;
            align-items: center;
            font-size: .72rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: .04em;
            color: rgba(255, 255, 255, .45)
        }

        .breadcrumb-link {
            color: rgba(255, 255, 255, .6) !important;
            text-decoration: none;
            padding: 3px 5px;
            border-radius: 3px;
            transition: color .15s, background .15s;
            -webkit-tap-highlight-color: transparent
        }

        @media(hover:hover) {
            .breadcrumb-link:hover {
                color: #fff !important;
                background: rgba(255, 255, 255, .1)
            }
        }

        .breadcrumb-current-page {
            color: #ffd54f !important;
            font-weight: 700;
            padding: 3px 5px
        }

        .separator {
            color: rgba(255, 255, 255, .2);
            font-weight: 300;
            margin: 0 1px;
            font-size: .7rem;
            user-select: none
        }

        .shr-btns {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            flex-wrap: wrap;
            padding: 2px 0;
            border-top: 1px solid rgba(255, 255, 255, .06);
            width: 100%
        }

        .shr-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            text-decoration: none !important;
            opacity: .85;
            transition: opacity .15s, transform .15s;
            -webkit-tap-highlight-color: transparent;
            flex-shrink: 0
        }

        .shr-btn:active {
            transform: scale(.92);
            opacity: 1
        }

        @media(hover:hover) {
            .shr-btn:hover {
                opacity: 1;
                transform: translateY(-2px) scale(1.08)
            }
        }

        .shr-btn svg {
            width: 13px;
            height: 13px
        }

        .shr-btn--fill svg {
            fill: #fff
        }

        .shr-btn--stroke svg {
            fill: none;
            stroke: #fff;
            stroke-width: 2.5;
            stroke-linecap: round;
            stroke-linejoin: round
        }

        @media(min-width:640px) {
            .bc-social-row {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                gap: 12px;
                padding: 4px 20px;
                height: 36px;
                min-height: 36px;
                margin-top: 60px
            }

            .breadcrumb-container {
                flex: 1;
                min-width: 0;
                overflow: hidden
            }

            .breadcrumb-list {
                justify-content: flex-start;
                white-space: nowrap
            }

            .shr-btns {
                flex-wrap: nowrap;
                width: auto;
                border-top: none;
                padding: 0;
                gap: 5px
            }

            .shr-btn {
                width: 26px;
                height: 26px
            }

            .shr-btn svg {
                width: 12px;
                height: 12px
            }
        }

        @media(min-width:992px) {
            .bc-social-row {
                margin-top: 0
            }
        }

        @media(min-width:1024px) {
            .bc-social-row {
                padding: 4px 28px;
                height: 34px
            }

            .breadcrumb-item {
                font-size: .73rem
            }

            .shr-btn {
                width: 28px;
                height: 28px
            }

            .shr-btn svg {
                width: 13px;
                height: 13px
            }
        }

        .ndp-header,
        .trust-bar,
        .sec,
        .wrap {
            margin-top: 0 !important;
            margin-bottom: 0 !important
        }

        section.sec {
            border-top: none !important
        }