/**
 * Mon compte — actions commandes, menu.
 */

/* Peeboo : text-transform:capitalize sur les notices → casse normale */
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message {
	text-transform: none !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	align-items: center;
	white-space: normal;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button.button,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a.button,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a.order-again,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a.invoice {
	display: inline-block;
	margin: 0 !important;
	padding: 8px 14px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
	background: #f4f9ee;
	border: 1px solid rgba(34, 116, 3, 0.35);
	color: #227403 !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a.order-again {
	background: rgba(250, 132, 0, 0.12);
	border-color: rgba(250, 132, 0, 0.45);
	color: #c96a00 !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a.order-again:hover {
	background: #fa8400;
	border-color: #fa8400;
	color: #fff !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button.button:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a.button:not(.order-again):not(.invoice):hover {
	background: #227403;
	border-color: #227403;
	color: #fff !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button.invoice,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a.invoice {
	background: #f4f9ee;
	border-color: rgba(34, 116, 3, 0.35);
	color: #227403 !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button.invoice:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a.invoice:hover {
	background: #227403;
	border-color: #227403;
	color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}
