.woocommerce-orders-table .woo-cancellation-my-account-status {
	border-radius: 4px;
	display: inline-block;
	font-size: 0.85em;
	font-weight: 500;
	line-height: 1.4;
	padding: 0.2em 0.65em;
	white-space: nowrap;
}

.woocommerce-orders-table .woo-cancellation-my-account-status.status-pending {
	background: #fcf9e8;
	color: #9a7b00;
}

.woocommerce-orders-table .woo-cancellation-my-account-status.status-approved {
	background: #edfaef;
	color: #007017;
}

.woocommerce-orders-table .woo-cancellation-my-account-status.status-rejected {
	background: #fcf0f1;
	color: #8a2424;
}

.woocommerce-orders-table .woo-cancellation-none {
	color: #767676;
}

.woo-cancellation-hidden-form {
	display: none !important;
}

.woocommerce-orders-table .woocommerce-button.cancellation-requested,
.woocommerce-orders-table a.cancellation-requested {
	background: #fcf9e8 !important;
	border: 1px solid #e6d89c !important;
	border-radius: 4px;
	box-shadow: none !important;
	color: #9a7b00 !important;
	cursor: default;
	display: inline-block;
	font-weight: 500;
	pointer-events: none;
	text-decoration: none;
}

.woocommerce-orders-table .woocommerce-button.cancellation-requested:hover,
.woocommerce-orders-table a.cancellation-requested:hover {
	background: #fcf9e8 !important;
	color: #9a7b00 !important;
}
