/**
 *	WooCommerce PDF FrontEnd CSS
 */
 
.pdf_invoice_download_button {
	border: 0;
	border-radius: 0;
	background: none;
	background-color: #43454b;
	border-color: #43454b;
	color: #fff;
	cursor: pointer;
	padding: .6180469716em 1.41575em;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	-webkit-appearance: none;
	word-break: break-all;
}

.pdf_invoice_download_button:hover {
	background-color: #eeeeee;
	color: #333333;
}

/**
 * Console order details actions (CY_PDF_Console).
 *
 * Size, colour and hit area come from the console's own #order_quick_actions rules,
 * which every .order_quick_action in that strip gets - see console-style-orders-
 * details.css. What is here is only the "already sent" tick, which rides on the
 * corner of the Send icon rather than standing in the row as an icon of its own -
 * on its own it read as a fourth action rather than as a status.
 */
#order_quick_actions .cy-pdf-console-send {
	position: relative;
}

/* Bottom right, where the paper plane glyph leaves the box empty. The disc is the
   white of #order-details behind it, so the tick reads cleanly where it overlaps. */
#order_quick_actions .cy-pdf-console .cy-pdf-console-sent {
	position: absolute;
	right: 0;
	bottom: 6px;
	font-size: 15px;
	line-height: 1;
	color: #73a724;
	border-radius: 50%;
}