.dx-dual-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding: 8px 12px;
    background: rgba(0,0,0,.45);
    border: 1px solid rgba(255,255,255,.05);
}

.dx-status-block {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dx-status-icon {
    width: 18px;
    height: 18px;
}

.dx-status-text {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.dx-status-center {
    font-size: 12px;
    color: #aaa;
    font-weight: 600;
}
