#bcrw_restrictions_data label, #bcrw_restrictions_data legend {
    width: 225px;
}
#bcrw_restrictions_data .form-field > .select2-container,
#bcrw_restrictions_data .form-field > .bcrw-multiselect {
    max-width: 50%;
}
#bcrw_restrictions_data .bcrw-note {
    font-size: 10px;
    margin: 0 12px;
}
#bcrw_restrictions_data textarea.short {
    min-height: 60px;
}
/* Products / categories tables */
#bcrw_products_table,
#bcrw_categories_table {
    margin: 10px;
    width: calc(100% - 20px);
    max-width: 75%;
}
#bcrw_products_table td,
#bcrw_categories_table td {
    vertical-align: middle;
}
#bcrw_products_table .select2-container,
#bcrw_categories_table .select2-container {
    width: 100% !important;
    margin: 0;
}
#bcrw_products_table .bcrw_variation_select,
#bcrw_products_table input[type="number"],
#bcrw_categories_table input[type="number"],
#bcrw_products_table .button,
#bcrw_categories_table .button {
    width: 100%;
}
.bcrw_product_restrictions .woocommerce-help-tip,
.bcrw_category_restrictions .woocommerce-help-tip {
    margin-left: 2px !important;
    margin-top: 2px !important;
    font-size: 14px !important;
}
.button.bcrw_remove_product, .button.bcrw_remove_category {
    background: none;
    border: none;
    color: #0073aa;
    cursor: pointer;
    padding: 5px 0 0;
    text-decoration: none;
}
/* Pro Meta Box */
#bcrw_pro_version .handle-actions { display: none; }
#bcrw_pro_version .postbox-header { pointer-events: none; }
