	.dll-srch {
		margin-top: 18px;
	}

	.dll-srch-form {
		display: flex;
		gap: 12px;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0;
	}

	.chart {
		flex: 1 1 auto;
		min-height: 260px;
		min-width: 0;
		display: block;
	}

	.chart svg {
		width: 100% !important;
		height: 100% !important;
		min-height: 200px;
		display: block;
	}

	#chart-uploads rect,
	#chart-usage rect {
		transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
			fill 0.25s ease;
		cursor: pointer;
	}

	#chart-uploads rect:hover,
	#chart-usage rect:hover {
		opacity: 1.0 !important;
	}

	#chart-uploads:hover rect:not(:hover),
	#chart-usage:hover rect:not(:hover) {
		opacity: 0.40 !important;
	}

	@media (max-width: 900px) {
		.js-verification-hero {
			padding: 40px 16px !important;
		}

		.js-hero-grid {
			grid-template-columns: 1fr !important;
			gap: 32px !important;
		}

		.js-hero-heading {
			font-size: 28px !important;
		}
	}

.legend-row {
	display: flex; 
	align-items: center; 
	gap: 8px; 
	font-size: 13px; 
	font-weight: 600; 
	color: #000; 
	cursor: pointer; 
	transition: opacity 0.2s;
}