/* MZR Invoicing */

/* Render the Bireysel/Kurumsal radio options inline. */
.mzr-invoicing-invoice-type .wc-radios,
.mzr-invoicing-invoice-type span.woocommerce-input-wrapper {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.mzr-invoicing-invoice-type label {
	font-weight: normal;
	margin: 0;
	cursor: pointer;
}

.mzr-invoicing-invoice-type input[type="radio"] {
	margin-right: 6px;
}

/* Admin order screen invoice block. */
.mzr-invoicing-invoice-meta h3 {
	margin-bottom: 4px;
}

/* Customer-facing order detail table. */
.mzr-invoicing-order-details {
	margin-top: 1.5em;
}

/* "Why we need invoice details" notice box */
.mzr-invoicing-notice {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 8px 0 16px;
	padding: 12px 14px;
	background: #f6f8fa;
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	font-size: 0.9em;
	line-height: 1.5;
}

.mzr-invoicing-notice__icon {
	flex-shrink: 0;
	font-size: 1.1em;
	line-height: 1.4;
}

.mzr-invoicing-notice__title {
	display: block;
	margin-bottom: 2px;
}

.mzr-invoicing-notice__text {
	margin: 0;
}

/* My Account orders list: invoice status icons (colors mirror the admin list). */
.mzr-invoice-icon {
	font-size: 20px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	text-decoration: none;
}

.mzr-invoice-icon--uploaded {
	color: #2271b1;
}

.mzr-invoice-icon--sent {
	color: #00a32a;
}
