@media only print {
	.admin-reports_individual-report {
		page-break-before: always;
		page-break-inside: avoid;
	}

	.page-header,
	.sorting-report_date-header button {
		display: none;
	}
}

.sorting-report-print {
	background: rgba(222, 90, 97, 1);
	color: #fff;
	border-radius: 4px;
	border: 2px solid rgba(222, 90, 97, 1);
}

.sorting-report-print:hover,
.sorting-report-print:focus {
	background: rgba(154, 63, 68, 1);
	border-color: rgba(154, 63, 68, 1);
}

.admin-reports_customer-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
}

.admin-reports_customer-info * {
	margin: 0;
}

.sorting-report__cust-name {
	grid-column: 1 / -1;
	border-bottom: 2px solid;
	margin-bottom: 8px;
	padding-bottom: 4px;
}

.sorting-report__order-fee {
	grid-column-start: 2;
}

.sorting-report__order-notes {
	grid-column: 1 / -1;
	outline: 1px solid;
	padding: 4px;
	margin: 8px 0 12px;
}

.sorting-report__table-farms-fulfilling {
	vertical-align: middle;
}

.sorting-report__table-farms-fulfilling table {
	margin-block-end: 0;
}
