.ndc-directory,
.ndc-directory * {
	box-sizing: border-box;
}

.ndc-type-board {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ndc-type-board a {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 999px;
	color: inherit;
	display: inline-flex;
	font-weight: 700;
	gap: 0.45rem;
	line-height: 1.2;
	padding: 0.62rem 0.9rem;
	text-decoration: none;
}

.ndc-type-board b {
	background: rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	font-size: 0.78em;
	min-width: 1.5em;
	padding: 0.1rem 0.42rem;
	text-align: center;
}

.ndc-ranking-set-list {
	display: grid;
	gap: 0.9rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ndc-ranking-set-item {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 8px;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: auto 1fr;
	padding: 1rem;
}

.ndc-ranking-set-item__rank {
	align-items: center;
	background: #111827;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	height: 2.25rem;
	justify-content: center;
	min-width: 2.25rem;
	padding: 0 0.55rem;
}

.ndc-ranking-set-item__head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.35rem;
}

.ndc-ranking-set-item__head h3 {
	font-size: 1.1rem;
	line-height: 1.35;
	margin: 0;
}

.ndc-ranking-set-item__head a {
	color: inherit;
	text-decoration: none;
}

.ndc-ranking-set-item__note {
	margin: 0.25rem 0 0.75rem;
}

.ndc-ranking-set-item__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.ndc-ranking-set-cta {
	margin: 1rem 0 0;
}

@media (max-width: 640px) {
	.ndc-ranking-set-item {
		grid-template-columns: 1fr;
	}

	.ndc-ranking-set-item__rank {
		width: max-content;
	}

	.ndc-ranking-set-item__actions .ndc-button {
		width: 100%;
	}
}

.ndc-directory {
	--ndc-ink: #16181d;
	--ndc-muted: #626b78;
	--ndc-soft: #f6f4ef;
	--ndc-line: #ded8cc;
	--ndc-panel: #ffffff;
	--ndc-accent: #b91c1c;
	--ndc-accent-strong: #7f1d1d;
	--ndc-gold: #b7791f;
	--ndc-review-border: #ff4800;
	--ndc-teal: #0f766e;
	color: var(--ndc-ink);
	margin: 2rem 0;
	max-width: 100%;
	overflow-x: clip;
}

.ndc-directory a {
	color: inherit;
	text-decoration: none;
}

.ndc-directory a:hover,
.ndc-directory a:focus {
	color: var(--ndc-accent);
}

.ndc-section-head {
	align-items: flex-start;
	border-bottom: 1px solid var(--ndc-line);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin: 0 0 1rem;
	padding-bottom: 0.65rem;
}

.ndc-section-title {
	background: none !important;
	border: 0 !important;
	font-size: clamp(1.25rem, 1rem + 0.8vw, 1.75rem);
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	padding: 0 !important;
}

.ndc-empty {
	background: var(--ndc-soft);
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	color: var(--ndc-muted);
	margin: 0;
	padding: 1rem;
}

.ndc-note {
	color: var(--ndc-muted);
	font-size: 0.88rem;
	line-height: 1.6;
	margin: 0.75rem 0 0;
}

.ndc-eyebrow {
	color: var(--ndc-accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

.ndc-search {
	background: var(--ndc-soft);
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	margin: 0 0 1.25rem;
	padding: 1rem;
}

.ndc-search label,
.ndc-filter span {
	color: var(--ndc-muted);
	display: block;
	font-size: 0.85rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.ndc-search__row {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.ndc-search input[type="search"],
.ndc-filter input[type="search"] {
	background: #fff;
	border: 1px solid var(--ndc-line);
	border-radius: 6px;
	color: var(--ndc-ink);
	font: inherit;
	min-height: 2.75rem;
	padding: 0.55rem 0.75rem;
	width: 100%;
}

.ndc-button,
.ndc-visit {
	align-items: center;
	background: var(--ndc-accent);
	border: 1px solid var(--ndc-accent);
	border-radius: 6px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 2.5rem;
	padding: 0.62rem 0.95rem;
	text-align: center;
}

.ndc-button:hover,
.ndc-button:focus,
.ndc-visit:hover,
.ndc-visit:focus {
	background: var(--ndc-accent-strong);
	border-color: var(--ndc-accent-strong);
	color: #fff !important;
}

.ndc-button--ghost {
	background: #fff;
	color: var(--ndc-accent) !important;
}

.ndc-button--ghost:hover,
.ndc-button--ghost:focus {
	background: var(--ndc-soft);
	color: var(--ndc-accent-strong) !important;
}

.ndc-home {
	display: grid;
	gap: 1.25rem;
}

.ndc-home-hero {
	background: #fff;
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
	padding: clamp(1rem, 2vw, 1.5rem);
}

.ndc-archive {
	display: grid;
	gap: 1.25rem;
	margin-top: 0;
}

.ndc-archive-hero {
	background: #fff;
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	display: grid;
	gap: 0.55rem;
	padding: clamp(1rem, 2vw, 1.5rem);
}

.ndc-archive-description {
	color: var(--ndc-muted);
	font-size: 0.95rem;
	line-height: 1.7;
	max-width: 46rem;
}

.ndc-archive-description p {
	margin: 0;
}

.ndc-archive-grid {
	align-items: stretch;
}

.ndc-home-hero__copy {
	align-content: center;
	display: grid;
	gap: 0.55rem;
}

.ndc-home-title {
	background: none !important;
	border: 0 !important;
	font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.35rem);
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	padding: 0 !important;
}

.ndc-home-hero__copy p:not(.ndc-eyebrow) {
	color: var(--ndc-muted);
	font-size: 1rem;
	line-height: 1.8;
	margin: 0;
	max-width: 44rem;
}

.ndc-home-hero__tools {
	display: grid;
	gap: 0.75rem;
}

.ndc-home-hero__tools .ndc-search {
	margin: 0;
}

.ndc-stats {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ndc-stats span {
	background: var(--ndc-soft);
	border: 1px solid var(--ndc-line);
	border-radius: 7px;
	color: var(--ndc-muted);
	display: grid;
	font-size: 0.78rem;
	gap: 0.1rem;
	line-height: 1.2;
	min-height: 3.3rem;
	padding: 0.55rem;
	place-items: center;
	text-align: center;
}

.ndc-stats strong {
	color: var(--ndc-ink);
	font-size: 1.2rem;
	line-height: 1;
}

.ndc-jump {
	background: var(--ndc-ink);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	padding: 0.45rem;
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: 2;
}

.ndc-jump a {
	border-radius: 6px;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 0.45rem 0.6rem;
}

.ndc-jump a:hover,
.ndc-jump a:focus {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.ndc-strip {
	align-items: center;
	background: var(--ndc-soft);
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 1fr);
	padding: 1rem;
}

.ndc-strip-title {
	background: none !important;
	border: 0 !important;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 0.15rem;
	padding: 0 !important;
}

.ndc-strip p {
	color: var(--ndc-muted);
	font-size: 0.88rem;
	line-height: 1.6;
	margin: 0;
}

.ndc-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.ndc-tag-row a {
	background: #fff;
	border: 1px solid var(--ndc-line);
	border-radius: 999px;
	color: var(--ndc-teal);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 0.35rem 0.6rem;
}

.ndc-home .ad-area,
.ndc-home .toc-content {
	grid-column: 1 / -1;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.ndc-home-section {
	scroll-margin-top: 5rem;
}

.ndc-section-head p {
	color: var(--ndc-muted);
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0.2rem 0 0;
}

.ndc-section-head--row {
	align-items: center;
}

.ndc-board-compact,
.ndc-panel-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
}

.ndc-board-compact article,
.ndc-panel {
	background: #fff;
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	padding: 1rem;
}

.ndc-board-title {
	background: none !important;
	border: 0 !important;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 0.75rem;
	padding: 0 !important;
}

.ndc-panel {
	display: grid;
	gap: 0.75rem;
}

.ndc-panel__head {
	align-items: center;
	border-bottom: 1px solid var(--ndc-line);
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	padding-bottom: 0.55rem;
}

.ndc-panel__head a {
	font-weight: 800;
	line-height: 1.35;
}

.ndc-panel__head span {
	background: var(--ndc-soft);
	border-radius: 999px;
	color: var(--ndc-teal);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	min-width: 1.7rem;
	padding: 0.22rem 0.5rem;
	text-align: center;
}

.ndc-panel__description {
	color: var(--ndc-muted);
	font-size: 0.86rem;
	line-height: 1.6;
	margin: 0;
}

.ndc-panel__links .ndc-term-links {
	margin: 0;
}

.ndc-panel__links .ndc-term-links__title {
	display: none;
}

.ndc-card-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.ndc-card {
	background: var(--ndc-panel);
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	overflow: hidden;
}

.ndc-card__media {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #f5efe2, #e5f3f1);
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.ndc-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ndc-card__initial {
	align-items: center;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	color: var(--ndc-accent);
	display: inline-flex;
	font-size: 2rem;
	font-weight: 800;
	height: 4rem;
	justify-content: center;
	width: 4rem;
}

.ndc-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1rem;
}

.ndc-card__meta,
.ndc-link__meta,
.ndc-card__terms {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.ndc-rank,
.ndc-badge,
.ndc-pill,
.ndc-card__terms span {
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.22rem 0.5rem;
	white-space: nowrap;
}

.ndc-rank {
	background: var(--ndc-ink);
	color: #fff;
}

.ndc-badge {
	background: #fff4df;
	color: #7c4a03;
}

.ndc-pill {
	background: #e7f5f3;
	color: #075f59;
}

.ndc-card__terms span {
	background: var(--ndc-soft);
	color: var(--ndc-muted);
}

.ndc-card__title {
	font-size: 1.08rem;
	line-height: 1.35;
	margin: 0;
}

.ndc-card__excerpt {
	color: var(--ndc-muted);
	font-size: 0.92rem;
	line-height: 1.7;
	margin: 0;
}

.ndc-card__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: auto;
}

.ndc-card__buttons {
	display: flex;
	flex: 1 1 100%;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.ndc-card__buttons .ndc-button,
.ndc-card__buttons .ndc-visit {
	flex: 1 1 8rem;
	height: auto;
	max-width: 100%;
	min-height: 2.5rem;
	min-width: 0;
}

.ndc-host {
	color: var(--ndc-muted);
	font-size: 0.84rem;
	margin-right: auto;
	overflow-wrap: anywhere;
}

.ndc-rating {
	align-items: center;
	display: inline-flex;
	gap: 0.45rem;
	min-width: 8rem;
}

.ndc-rating__bar {
	background: #e9e1d4;
	border-radius: 999px;
	display: inline-block;
	flex: 1 1 4.5rem;
	height: 0.45rem;
	overflow: hidden;
}

.ndc-rating__fill {
	background: linear-gradient(90deg, var(--ndc-gold), var(--ndc-accent));
	display: block;
	height: 100%;
}

.ndc-rating__score {
	color: var(--ndc-muted);
	font-size: 0.84rem;
	font-weight: 700;
	white-space: nowrap;
}

.ndc-review-score {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.ndc-review-score__grid {
	align-items: stretch;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(10rem, 16rem) minmax(0, 1fr);
}

.ndc-review-score__grid--no-media {
	grid-template-columns: 1fr;
}

.ndc-review-score__media {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
	min-height: 12rem;
	overflow: visible;
	padding: 0;
}

.ndc-review-score__media img {
	height: auto;
	max-height: 18rem;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.ndc-directory table.ndc-review-table {
	border: 1px solid var(--ndc-review-border) !important;
	border-collapse: collapse !important;
	border-spacing: 0;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

.ndc-directory table.ndc-review-table th,
.ndc-directory table.ndc-review-table td {
	border: 1px solid var(--ndc-review-border) !important;
	border-color: var(--ndc-review-border) !important;
	border-style: solid !important;
	border-width: 1px !important;
	line-height: 1.65;
	padding: 0.72rem 0.85rem;
	text-align: left;
	vertical-align: top;
}

.ndc-directory table.ndc-review-table th {
	background: #fffbd8;
	color: var(--ndc-ink);
	font-weight: 800;
	width: 42%;
}

.ndc-directory table.ndc-review-table td {
	background: #fff;
	overflow-wrap: anywhere;
}

.ndc-directory table.ndc-review-table--score th,
.ndc-directory table.ndc-review-table--score td {
	vertical-align: middle;
}

.ndc-review-score__grid > table.ndc-review-table--score {
	max-width: 27rem;
}

.ndc-review-score__grid--no-media > table.ndc-review-table--score {
	max-width: 42rem;
}

.ndc-stars {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
	min-width: 10rem;
}

.ndc-stars__icons {
	display: inline-block;
	position: relative;
}

.ndc-stars__base,
.ndc-stars__fill {
	font-size: 1.15rem;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.ndc-stars__base {
	color: #d8d0c3;
}

.ndc-stars__fill {
	color: #f5a400;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ndc-stars__score {
	color: var(--ndc-muted);
	font-size: 0.86rem;
	font-weight: 800;
	margin-left: 0.15rem;
	white-space: nowrap;
}

.ndc-linkwall {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.ndc-link {
	align-items: center;
	background: #fff;
	border: 1px solid var(--ndc-line);
	border-radius: 7px;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: 2.25rem minmax(0, 1fr);
	min-height: 3.75rem;
	padding: 0.55rem 0.7rem;
}

.ndc-link:hover,
.ndc-link:focus {
	border-color: rgba(185, 28, 28, 0.45);
	box-shadow: 0 6px 18px rgba(37, 32, 25, 0.08);
	color: var(--ndc-ink);
}

.ndc-link__mark {
	align-items: center;
	background: var(--ndc-soft);
	border: 1px solid var(--ndc-line);
	border-radius: 6px;
	color: var(--ndc-accent);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	height: 2.25rem;
	justify-content: center;
	min-width: 2.25rem;
	padding: 0 0.2rem;
}

.ndc-link__body {
	display: grid;
	gap: 0.12rem;
	min-width: 0;
}

.ndc-link__title {
	font-weight: 800;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.ndc-link__meta {
	color: var(--ndc-muted);
	font-size: 0.8rem;
	line-height: 1.35;
}

.ndc-link__meta b {
	color: var(--ndc-gold);
}

.ndc-update-list {
	display: grid;
	gap: 0.65rem;
}

.ndc-update {
	background: #fff;
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: minmax(6.5rem, max-content) minmax(0, 1fr);
	padding: 0.85rem 1rem;
}

.ndc-update__date {
	align-self: start;
	background: var(--ndc-soft);
	border: 1px solid var(--ndc-line);
	border-radius: 7px;
	color: var(--ndc-muted);
	display: grid;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 0.15rem;
	justify-items: center;
	padding: 0.45rem 0.65rem;
	text-align: center;
}

.ndc-update__date time {
	color: var(--ndc-ink);
	font-size: 0.92rem;
	white-space: nowrap;
}

.ndc-update__body {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
}

.ndc-update__title {
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.35;
}

.ndc-update__excerpt {
	color: var(--ndc-muted);
	font-size: 0.92rem;
	line-height: 1.65;
	margin: 0;
}

.ndc-category-board {
	display: grid;
	gap: 1rem;
}

.ndc-category-group {
	background: var(--ndc-panel);
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	padding: 1rem;
}

.ndc-category-group__head {
	display: grid;
	gap: 0.25rem;
	margin-bottom: 0.8rem;
}

.ndc-category-group__title {
	background: none !important;
	border: 0 !important;
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	padding: 0 !important;
}

.ndc-category-group__head p {
	color: var(--ndc-muted);
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 0;
}

.ndc-term-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.ndc-term-strip a {
	align-items: center;
	background: var(--ndc-soft);
	border: 1px solid var(--ndc-line);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 700;
	gap: 0.4rem;
	line-height: 1.25;
	max-width: 100%;
	padding: 0.35rem 0.6rem;
}

.ndc-term-strip a span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.ndc-term-strip b {
	color: var(--ndc-teal);
	font-size: 0.78rem;
}

.ndc-term-links {
	display: grid;
	gap: 0.45rem;
	margin: 0.35rem 0 0.9rem;
}

.ndc-term-links__title {
	background: none !important;
	border: 0 !important;
	color: var(--ndc-muted);
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0.35rem 0 0;
	padding: 0 !important;
}

.ndc-more-link {
	align-items: center;
	background: var(--ndc-teal);
	border: 1px solid var(--ndc-teal);
	border-radius: 7px;
	color: #fff !important;
	display: flex;
	font-size: 0.88rem;
	font-weight: 800;
	gap: 0.45rem;
	justify-content: center;
	line-height: 1.25;
	margin-top: 0.15rem;
	min-height: 2.55rem;
	padding: 0.58rem 0.75rem;
	text-align: center;
	width: 100%;
}

.ndc-more-link:hover,
.ndc-more-link:focus {
	background: #0b5f59;
	border-color: #0b5f59;
	color: #fff !important;
}

.ndc-more-link__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.9rem;
	height: 1.25rem;
	justify-content: center;
	line-height: 1;
	width: 1.25rem;
}

.ndc-pagination {
	clear: both;
	margin: 1rem 0 0;
}

.ndc-pagination__links,
.ndc-pagination ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ndc-pagination li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ndc-pagination a,
.ndc-pagination span,
.ndc-page-link {
	align-items: center;
	background: #fff;
	border: 1px solid var(--ndc-line);
	border-radius: 6px;
	display: inline-flex;
	float: none !important;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 2.3rem;
	min-width: 2.3rem;
	padding: 0.45rem 0.65rem;
	position: static !important;
	text-decoration: none !important;
	white-space: nowrap;
	width: auto;
}

.ndc-page-link--prev,
.ndc-page-link--next {
	min-width: 4rem;
	padding-left: 0.85rem;
	padding-right: 0.85rem;
}

.ndc-pagination .current,
.ndc-page-link--current {
	background: var(--ndc-ink);
	border-color: var(--ndc-ink);
	color: #fff;
}

.ndc-filter {
	display: block;
	margin: 0 0 1rem;
}

.ndc-is-hidden {
	display: none !important;
}

.ndc-single-panel {
	background: var(--ndc-panel);
	border: 1px solid var(--ndc-line);
	border-radius: 8px;
	margin-top: 2rem;
	padding: 1rem;
}

.ndc-single-panel--table {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.ndc-single-panel__head {
	align-items: center;
	border-bottom: 1px solid var(--ndc-line);
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
}

.ndc-single-panel__title {
	background: none !important;
	border: 0 !important;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	padding: 0 !important;
}

.ndc-single-panel__body {
	display: grid;
	gap: 1rem;
}

.ndc-detail-list {
	display: grid;
	gap: 0.5rem;
	margin: 0;
}

.ndc-detail-list div {
	display: grid;
	gap: 0.4rem;
	grid-template-columns: 6rem minmax(0, 1fr);
}

.ndc-detail-list dt {
	color: var(--ndc-muted);
	font-weight: 700;
}

.ndc-detail-list dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.ndc-single-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.ndc-single-panel--table .ndc-single-panel__actions {
	justify-content: flex-end;
	margin-top: 0.5rem;
}

@media (max-width: 560px) {
	.ndc-home-hero,
	.ndc-strip {
		grid-template-columns: 1fr;
	}

	.ndc-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ndc-jump {
		position: static;
	}

	.ndc-search__row,
	.ndc-review-score__grid,
	.ndc-detail-list div {
		grid-template-columns: 1fr;
	}

	.ndc-directory table.ndc-review-table {
		table-layout: fixed;
	}

	.ndc-directory table.ndc-review-table th,
	.ndc-directory table.ndc-review-table td {
		border: 1px solid var(--ndc-review-border) !important;
		border-color: var(--ndc-review-border) !important;
		border-style: solid !important;
		border-width: 1px !important;
		display: table-cell;
		font-size: 0.92rem;
		line-height: 1.45;
		padding: 0.58rem 0.48rem;
		overflow-wrap: anywhere;
	}

	.ndc-directory table.ndc-review-table th {
		width: 43% !important;
	}

	.ndc-directory table.ndc-review-table td {
		width: 57% !important;
	}

	.ndc-stars {
		gap: 0.35rem;
		min-width: 0;
		white-space: nowrap;
	}

	.ndc-stars__base,
	.ndc-stars__fill {
		font-size: 0.92rem;
	}

	.ndc-stars__score {
		font-size: 0.84rem;
	}

	.ndc-card__actions,
	.ndc-card__buttons,
	.ndc-single-panel__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ndc-card__buttons {
		flex: 0 0 auto;
		width: 100%;
	}

	.ndc-card__buttons .ndc-button,
	.ndc-card__buttons .ndc-visit {
		flex: 0 0 auto;
		height: auto !important;
		min-height: 2.75rem;
		padding: 0.7rem 0.9rem;
		width: 100%;
	}

	.ndc-card--archive .ndc-rating,
	.ndc-card--archive .ndc-host {
		width: 100%;
	}

	.ndc-update {
		grid-template-columns: 1fr;
	}

	.ndc-update__date {
		justify-items: start;
	}

	.ndc-host {
		margin-right: 0;
	}

	.ndc-pagination ul.page-numbers {
		align-items: center;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap;
		gap: 0.45rem;
		justify-content: center;
	}

	.ndc-pagination__links {
		align-items: center;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap;
		gap: 0.45rem;
		justify-content: center;
	}

	.ndc-pagination .page-numbers:not(ul) {
		height: auto !important;
		min-height: 2.5rem;
		min-width: 2.5rem;
		width: auto !important;
	}

	.ndc-page-link {
		height: auto !important;
		min-height: 2.5rem;
		width: auto !important;
	}

	.ndc-button,
	.ndc-visit {
		width: 100%;
	}
}
