.woocommerce_page_wc-orders .wp-list-table {
	th,
	td {
		&.column-wetail_shipping_engine {
			width: 25ch;
		}
	}
}

.wp-core-ui .button-secondary.wetail-shipping-engine-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	position: relative;
	width: 30px;
	height: 30px;
	min-width: 30px;

	&.wetail-shipping-engine-button__width-unset {
		padding: 0;
		width: unset;
		background: #F6F7F7;
		height: 30px;
	}

	&.wetail-shipping-engine-button__with-text {
		padding: 7px 9px;

		svg {
			margin-right: 5px;
		}
	}

	&.errorLabel {
		border: none;
		width: unset;
		padding: 0;
		min-width: unset;
		background: transparent;

		&:hover,&:active, &:focus {
			outline: none;
			border: none;
			box-shadow: none;
		}
	}

	&.errorLabel:not(.wetail-shipping-engine-button--visible),
	&.printShippingLabel:not(.wetail-shipping-engine-button--visible),
	&.createFulfillment:not(.wetail-shipping-engine-button--visible),
	&.printExistingShippingLabel:not(.wetail-shipping-engine-button--visible),
	&.printReturnLabel:not(.wetail-shipping-engine-button--visible) {
		display: none;
	}

	&:not(:last-child) {
		margin-right: 10px;
	}

	.success-circle {
		width: 7px;
		min-width: 7px;
		height: 7px;
		border-radius: 50%;
		background-color: #32C741;
		position: absolute;
		top: 1px;
		right: 1px;
	}
}
