.ikc-honor-roll {
	max-width: 900px;
	margin: 0 auto;
}
.ikc-hr-notice {
	font-style: italic;
	color: #666;
	margin-bottom: 1.5em;
}
.ikc-hr-era {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 12px;
	overflow: hidden;
}
.ikc-hr-era-toggle {
	width: 100%;
	text-align: left;
	background: #f7f7f7;
	border: none;
	cursor: pointer;
	padding: 14px 18px;
	font-size: 1.1em;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ikc-hr-era-toggle:hover {
	background: #efefef;
}
.ikc-hr-chevron {
	transition: transform 0.2s ease;
}
.ikc-hr-era-toggle[aria-expanded="true"] .ikc-hr-chevron {
	transform: rotate( 180deg );
}
.ikc-hr-era-panel {
	display: none;
	padding: 16px 18px 20px;
}
.ikc-hr-era.is-open .ikc-hr-era-panel {
	display: block;
}
.ikc-hr-era-intro {
	color: #555;
	margin-top: 0;
}
.ikc-hr-cat-title {
	margin: 20px 0 8px;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #333;
}
.ikc-hr-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	font-size: 0.95em;
}
.ikc-hr-table th,
.ikc-hr-table td {
	text-align: left;
	padding: 6px 10px;
	border-bottom: 1px solid #eee;
}
.ikc-hr-table th {
	background: #fafafa;
	font-weight: 600;
}
.ikc-hr-table tr:nth-child( even ) {
	background: #fcfcfc;
}
.ikc-hr-awards {
	margin-top: 30px;
}
.ikc-hr-award-list {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}
.ikc-hr-award-list li {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}
@media ( max-width: 600px ) {
	.ikc-hr-table,
	.ikc-hr-table thead,
	.ikc-hr-table tbody,
	.ikc-hr-table th,
	.ikc-hr-table td,
	.ikc-hr-table tr {
		display: block;
	}
	.ikc-hr-table thead tr {
		display: none;
	}
	.ikc-hr-table td {
		border: none;
		padding: 2px 0;
	}
	.ikc-hr-table td::before {
		content: attr( data-label ) ": ";
		font-weight: 600;
	}
	.ikc-hr-table tr {
		padding: 8px 0;
		border-bottom: 1px solid #eee;
	}
}
