/* phpcs:ignore */

.order-status {
    padding: 0.2em 0.6em !important; /* add left and right padding */
    display: inline-block;
}


.wrap.woocommerce.easy-subscriptions-settings table.form-table{
			width: auto !important;          /* don’t stretch full width */
			table-layout: auto !important;
		}
		.wrap.woocommerce.easy-subscriptions-settings table.form-table th{
			width: 300px !important;         /* reduce the label column */
			padding-right: 10px !important;
			white-space: nowrap !important;  /* keep labels from wrapping & expanding weirdly */
		}
		.wrap.woocommerce.easy-subscriptions-settings table.form-table td{
			padding-left: 0 !important;      /* pull inputs left */
		}



#easy_subscriptions_payment_grace_hours,
		#easy_subscriptions_payment_grace_days,
		#easy_subscriptions_payment_status_action {
			vertical-align: middle;
		}