/* Undo WooCommerce admin styles that mess up the Dokan dashboard */
.dokan-dashboard .order-status {
    display: block;
    line-height: inherit;
    color: inherit;
    background: transparent;
    border-radius: 0;
    margin: 0;
    white-space: normal;
}
