.too-summary-hero {
	margin: 0.2rem 0 1rem;
}

.too-summary-hero h1 {
	margin: 0;
	font-size: clamp(1.8rem, 2.8vw, 2.25rem);
	color: #14335c;
}

.too-summary-hero p {
	margin: 0.55rem 0 0;
	color: #4f6277;
	line-height: 1.6;
}

.too-summary-card {
	margin: 0.9rem 0;
	padding: 1rem;
	border: 1px solid #d6e0ec;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
	box-shadow: 0 12px 28px rgba(20, 51, 92, 0.08);
}

.too-summary-card h2 {
	margin: 0 0 0.65rem;
	font-size: 1.2rem;
	color: #14335c;
}

.too-year-form {
	display: flex;
	align-items: center;
}

.too-year-select {
	min-width: 120px;
	width: auto;
}

.too-summary-urgency {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #c7d6e6;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
}

.too-summary-urgency th,
.too-summary-urgency td {
	padding: 0.45rem 0.6rem;
	border-bottom: 1px solid #dbe6f2;
	font-size: 0.9rem;
}

.too-summary-urgency th {
	text-align: left;
	background: #eaf1f8;
	color: #14335c;
	border-bottom: 1px solid #c7d6e6;
}

.too-summary-urgency td:last-child,
.too-summary-urgency th:last-child {
	text-align: center;
	width: 100px;
}

.too-summary-results {
	overflow-x: auto;
}

.too-summary-results .dataTables_wrapper {
	font-size: 0.9rem;
	color: #234568;
}

.too-summary-results .dataTables_filter,
.too-summary-results .dataTables_length {
	margin-bottom: 0.55rem;
}

.too-summary-results .dataTables_filter label,
.too-summary-results .dataTables_length label {
	font-weight: 600;
	color: #35506c;
}

.too-summary-results .dataTables_filter input,
.too-summary-results .dataTables_length select {
	margin-left: 0.4rem;
	min-height: 2rem;
	padding: 0.3rem 0.55rem;
	border: 1px solid #bfd0e1;
	border-radius: 8px;
	background: #ffffff;
	color: #234568;
}
