.ewf-awards-manager {
	--ewf-navy: #061d35;
	--ewf-deep-blue: #073b66;
	--ewf-main-blue: #0b5ed7;
	--ewf-accent-blue: #1c7cff;
	--ewf-light-blue: #eaf3ff;
	--ewf-soft-blue: #f6faff;
	--ewf-white: #ffffff;
	--ewf-text: #0f172a;
	--ewf-muted: #64748b;
	color: var(--ewf-text);
	font-family: inherit;
}

.ewf-awards-manager * {
	box-sizing: border-box;
}

.ewf-awards-tabs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px;
}

.ewf-awards-tab {
	align-items: center;
	background: var(--ewf-soft-blue);
	border: 1px solid rgba(11, 94, 215, 0.18);
	border-radius: 999px;
	color: var(--ewf-deep-blue);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 40px;
	padding: 9px 16px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ewf-awards-tab:hover,
.ewf-awards-tab:focus,
.ewf-awards-tab.is-active {
	background: var(--ewf-main-blue);
	border-color: var(--ewf-main-blue);
	color: var(--ewf-white);
	outline: none;
	text-decoration: none;
}

.ewf-awards-sections {
	display: grid;
	gap: 28px;
}

.ewf-awards-manager.is-filtered .ewf-awards-section {
	display: none;
}

.ewf-awards-manager.is-filtered .ewf-awards-section.is-visible {
	display: block;
}

.ewf-awards-section {
	background: var(--ewf-white);
	border: 1px solid rgba(7, 59, 102, 0.12);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(6, 29, 53, 0.07);
	overflow: hidden;
}

.ewf-awards-section-header {
	background: linear-gradient(135deg, var(--ewf-navy), var(--ewf-deep-blue));
	padding: 22px 24px;
}

.ewf-awards-kicker {
	color: #b8d7ff;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ewf-awards-section h2 {
	color: var(--ewf-white);
	font-size: 24px;
	line-height: 1.25;
	margin: 0;
}

.ewf-awards-table-wrap {
	overflow-x: auto;
	width: 100%;
}

.ewf-awards-table {
	border-collapse: collapse;
	margin: 0;
	min-width: 760px;
	width: 100%;
}

.ewf-awards-table th,
.ewf-awards-table td {
	border-bottom: 1px solid rgba(7, 59, 102, 0.1);
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.ewf-awards-table th {
	background: var(--ewf-light-blue);
	color: var(--ewf-deep-blue);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.ewf-awards-table td {
	color: var(--ewf-text);
	font-size: 15px;
	line-height: 1.45;
}

.ewf-awards-table td:first-child {
	color: var(--ewf-main-blue);
	font-weight: 800;
	width: 90px;
}

.ewf-awards-table td:nth-child(3) {
	width: 86px;
}

.ewf-awards-table tr:last-child td {
	border-bottom: 0;
}

.ewf-awards-row-note {
	color: var(--ewf-muted);
	font-size: 13px;
	line-height: 1.35;
	margin-top: 5px;
}

.ewf-awards-nat-badge {
	background: var(--ewf-light-blue);
	border: 1px solid rgba(11, 94, 215, 0.22);
	border-radius: 999px;
	color: var(--ewf-deep-blue);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-width: 42px;
	padding: 7px 9px;
	text-align: center;
}

.ewf-awards-nat-empty {
	color: var(--ewf-muted);
	display: inline-block;
	font-weight: 700;
	min-width: 22px;
	text-align: center;
}

.ewf-awards-cards {
	display: none;
}

.ewf-awards-card {
	background: var(--ewf-white);
	border: 1px solid rgba(7, 59, 102, 0.12);
	border-radius: 8px;
	padding: 16px;
}

.ewf-awards-card-year {
	color: var(--ewf-main-blue);
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 8px;
}

.ewf-awards-card h3 {
	color: var(--ewf-text);
	font-size: 17px;
	line-height: 1.35;
	margin: 0 0 14px;
}

.ewf-awards-card dl {
	display: grid;
	gap: 10px;
	margin: 0;
}

.ewf-awards-card dl div {
	display: grid;
	gap: 3px;
}

.ewf-awards-card dt {
	color: var(--ewf-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.ewf-awards-card dd {
	color: var(--ewf-text);
	font-size: 14px;
	margin: 0;
}

.ewf-awards-card dd .ewf-awards-nat-badge,
.ewf-awards-card dd .ewf-awards-nat-empty {
	margin-top: 2px;
}

.ewf-awards-empty {
	background: var(--ewf-soft-blue);
	border: 1px solid rgba(11, 94, 215, 0.14);
	border-radius: 8px;
	color: var(--ewf-muted);
	margin: 0;
	padding: 18px;
}

.ewf-awards-section .ewf-awards-empty {
	border: 0;
	border-radius: 0;
}

@media (max-width: 720px) {
	.ewf-awards-tabs {
		gap: 8px;
	}

	.ewf-awards-tab {
		flex: 1 1 calc(50% - 8px);
		font-size: 13px;
		min-height: 42px;
		padding: 8px 10px;
		text-align: center;
	}

	.ewf-awards-section-header {
		padding: 18px;
	}

	.ewf-awards-section h2 {
		font-size: 20px;
	}

	.ewf-awards-table-wrap {
		display: none;
	}

	.ewf-awards-cards {
		background: var(--ewf-soft-blue);
		display: grid;
		gap: 12px;
		padding: 14px;
	}
}
