
.cl5cc-report{
	max-width:1500px;
	margin:0 auto;
	font-family:Arial,Helvetica,sans-serif;
	color:#000;
	font-size:14px;
	background:#fff;
}
.cl5cc-filter-panel{
	background:#fff;
	padding:18px 14px 14px;
}
.cl5cc-filter-grid{
	display:grid;
	grid-template-columns:repeat(5,minmax(180px,1fr));
	gap:34px 12px;
	align-items:start;
}
.cl5cc-field{
	display:grid;
	grid-template-rows:18px 42px;
	row-gap:9px;
	align-content:start;
	min-width:0;
}
.cl5cc-field label{
	display:block;
	height:18px;
	margin:0;
	color:#000;
	font-size:15px;
	font-weight:700;
	line-height:18px;
	white-space:nowrap;
}
.cl5cc-field input,
.cl5cc-field select,
.cl5cc-field .cl5cc-static-value{
	align-self:stretch;
	margin:0!important;
	height:42px!important;
	min-height:42px;
}
.cl5cc-field input,
.cl5cc-field select,
.cl5cc-static-value{
	box-sizing:border-box;
	width:100%;
	height:42px;
	border:1px solid #9ba6b2;
	border-radius:4px;
	background:#fff;
	padding:0 13px;
	color:#111;
	font:14px Arial,Helvetica,sans-serif;
}
.cl5cc-field input:focus,
.cl5cc-field select:focus{
	outline:none;
	border-color:#1151d3;
	box-shadow:0 0 0 1px #1151d3;
}
.cl5cc-static-value{
	display:flex;
	align-items:center;
	font-weight:700;
	color:#000;
}
.cl5cc-actions{
	margin-top:34px;
	display:flex;
	gap:12px;
	flex-wrap:wrap;
}
.cl5cc-button{
	height:40px;
	border:0!important;
	background:#1151d3!important;
	color:#fff!important;
	border-radius:4px!important;
	padding:0 20px!important;
	cursor:pointer!important;
	font-size:13px!important;
	font-weight:700!important;
	box-shadow:0 2px 5px rgba(0,0,0,.22)!important;
	letter-spacing:.1px;
}
.cl5cc-button:hover,
.cl5cc-button:focus{
	background:#0d42aa!important;
	color:#fff!important;
	outline:1px solid #111!important;
	outline-offset:1px;
}
.cl5cc-information,
.cl5cc-upload-strip,
.cl5cc-summary-strip{
	border:1px solid #c9c9c9;
	background:#fff;
	color:#000;
	line-height:1.7;
}
.cl5cc-information{
	margin-top:14px;
	padding:13px 14px;
}
.cl5cc-result-card{
	margin-top:17px;
	background:#fff;
	padding:0;
}
.cl5cc-result-title{
	margin:0 0 14px;
	font-size:18px;
	font-weight:400;
	color:#000;
}
.cl5cc-upload-strip{
	padding:10px 12px;
	margin-bottom:8px;
	font-size:15px;
}
.cl5cc-upload-strip strong{
	margin-right:4px;
}
.cl5cc-summary-strip{
	padding:10px 12px;
	margin-bottom:8px;
	font-size:15px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:7px 18px;
}
.cl5cc-summary-item{
	display:flex;
	align-items:baseline;
	gap:5px;
}
.cl5cc-summary-label,
.cl5cc-summary-value{
	white-space:nowrap;
}
.cl5cc-summary-value{
	font-variant-numeric:tabular-nums;
}
.cl5cc-mobile-report-info{
	display:none;
}
.cl5cc-top-scroll{
	display:none;
	overflow-x:auto;
	overflow-y:hidden;
	height:18px;
	margin:0 0 4px;
	border:1px solid #c9c9c9;
	background:#fff;
}
.cl5cc-top-scroll.is-visible{display:block}
.cl5cc-top-scroll-inner{height:1px}
.cl5cc-table-wrap{
	overflow:auto;
	border:1px solid #c9c9c9;
}
.cl5cc-table-wrap table{
	width:100%;
	min-width:1600px;
	border-collapse:collapse;
	font-size:12px;
	margin:0;
	background:#fff;
}
.cl5cc-table-wrap th,
.cl5cc-table-wrap td{
	border:1px solid #c9c9c9;
	padding:10px 7px;
	background:#fff!important;
	color:#000!important;
}
.cl5cc-table-wrap th{
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	font-weight:700;
	line-height:1.35;
}
.cl5cc-table-wrap td.num{
	text-align:right;
	white-space:nowrap;
}
.cl5cc-table-wrap td.center{
	text-align:center;
}
.cl5cc-table-wrap tfoot td{
	font-weight:700;
	border-top:1px solid #b9b9b9;
}
.cl5cc-empty-state{
	padding:35px;
	text-align:center;
	color:#000;
	background:#fff;
}
.cl5cc-results-hidden{display:none!important}
.cl5cc-screen-reader-text{
	position:absolute!important;
	width:1px!important;
	height:1px!important;
	padding:0!important;
	margin:-1px!important;
	overflow:hidden!important;
	clip:rect(0,0,0,0)!important;
	white-space:nowrap!important;
	border:0!important;
}
@media(max-width:1180px){
	.cl5cc-filter-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}
}
@media(max-width:760px){
	.cl5cc-filter-panel{padding:12px}
	.cl5cc-filter-grid{grid-template-columns:1fr;gap:18px}
	.cl5cc-actions{
		display:grid;
		grid-template-columns:1fr;
		gap:8px;
	}
	.cl5cc-actions #cl5cc-print,
	.cl5cc-actions #cl5cc-download{
		display:none!important;
	}
	.cl5cc-button{width:100%}

	/* Mobile report heading and values use responsive sizing. */
	.cl5cc-result-title{
		font-size:clamp(24px,7vw,32px);
		line-height:1.25;
		margin:0 0 18px;
	}
	.cl5cc-upload-strip{
		padding:16px 22px;
		font-size:clamp(16px,4.8vw,21px);
		line-height:1.45;
	}
	.cl5cc-upload-strip strong,
	.cl5cc-upload-strip span{
		display:block;
	}
	.cl5cc-upload-strip span{
		margin-top:4px;
		font-variant-numeric:tabular-nums;
	}

	/*
	 * Every total is shown on its own label line and value line. This prevents
	 * mobile wrapping such as "Total Lifted" appearing beside another total.
	 */
	.cl5cc-summary-strip{
		display:grid;
		grid-template-columns:1fr;
		gap:16px;
		padding:22px;
		font-size:clamp(16px,4.8vw,20px);
		line-height:1.4;
	}
	.cl5cc-summary-item{
		display:block;
	}
	.cl5cc-summary-label,
	.cl5cc-summary-value{
		display:block;
		white-space:normal;
	}
	.cl5cc-summary-label{
		font-weight:700;
	}
	.cl5cc-summary-value{
		margin-top:4px;
		font-size:clamp(18px,5.4vw,23px);
		font-weight:400;
		line-height:1.28;
		word-break:break-word;
		font-variant-numeric:tabular-nums;
	}

	/* Selected report criteria and data-as-on are also split into clear lines. */
	.cl5cc-mobile-report-info{
		display:block;
		margin:0 0 8px;
		padding:18px 22px;
		border:1px solid #c9c9c9;
		background:#fff;
		font-size:clamp(15px,4.4vw,19px);
		line-height:1.48;
	}
	.cl5cc-mobile-info-item{
		display:block;
		margin:0 0 12px;
		word-break:break-word;
	}
	.cl5cc-mobile-info-item:last-child{
		margin-bottom:0;
	}
	.cl5cc-mobile-info-item strong,
	.cl5cc-mobile-info-item span{
		display:block;
	}
	.cl5cc-mobile-info-item span{
		margin-top:3px;
		font-variant-numeric:tabular-nums;
	}

	.cl5cc-table-wrap table{
		font-size:12px;
	}
}

@media print{
	.cl5cc-top-scroll{display:none!important}
}
