.nwc-sea-directory {
	margin: 1.5em 0 2.5em;
}

.nwc-sea-directory * {
	box-sizing: border-box;
}

.nwc-sea-country-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 1.2em;
}

.nwc-sea-country-tabs a {
	display: inline-block;
	padding: 0.48em 0.78em;
	border: 1px solid rgba(127, 127, 127, 0.28);
	border-radius: 999px;
	text-decoration: none;
}

.nwc-sea-country-tabs a.is-active {
	border-color: currentColor;
	font-weight: 700;
}

.nwc-sea-hero {
	padding: 1.25em;
	border: 1px solid rgba(127, 127, 127, 0.24);
	border-radius: 16px;
	background: rgba(127, 127, 127, 0.035);
}

.nwc-sea-hero h2 {
	margin: 0.1em 0 0.45em;
}

.nwc-sea-eyebrow,
.nwc-sea-card-kicker {
	margin: 0;
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.08em;
	opacity: 0.68;
}

.nwc-sea-summary,
.nwc-sea-card-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 1em 0;
}

.nwc-sea-summary span,
.nwc-sea-card-stats span {
	display: inline-flex;
	padding: 0.4em 0.72em;
	border: 1px solid rgba(127, 127, 127, 0.25);
	border-radius: 999px;
	font-size: 0.92em;
}

.nwc-sea-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	margin-top: 1em;
}

.nwc-sea-search {
	width: 100%;
	padding: 0.75em 0.85em;
	border: 1px solid rgba(127, 127, 127, 0.38);
	border-radius: 10px;
	font: inherit;
}

.nwc-sea-check {
	display: flex;
	align-items: center;
	gap: 0.45em;
	white-space: nowrap;
}

.nwc-sea-country-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 1.25em;
}

.nwc-sea-country-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1em;
	padding: 1.15em;
	border: 1px solid rgba(127, 127, 127, 0.25);
	border-radius: 14px;
}

.nwc-sea-country-card h3 {
	margin: 0.25em 0 0.45em;
}

.nwc-sea-card-link {
	display: inline-flex;
	justify-content: center;
	padding: 0.65em 0.85em;
	border: 1px solid currentColor;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
}

.nwc-sea-note {
	margin-top: 1.25em;
	padding: 0.9em 1em;
	border-left: 4px solid currentColor;
	background: rgba(127, 127, 127, 0.05);
}

.nwc-sea-section-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 1em 0 1.5em;
}

.nwc-sea-section-nav a {
	display: inline-block;
	padding: 0.4em 0.7em;
	border: 1px solid rgba(127, 127, 127, 0.28);
	border-radius: 8px;
	text-decoration: none;
}

.nwc-sea-section {
	margin: 2em 0;
	scroll-margin-top: 80px;
}

.nwc-sea-section h3 {
	display: flex;
	align-items: baseline;
	gap: 0.5em;
	padding-bottom: 0.42em;
	border-bottom: 2px solid rgba(127, 127, 127, 0.18);
}

.nwc-sea-section h3 small {
	font-size: 0.7em;
	font-weight: 400;
	opacity: 0.7;
}

.nwc-sea-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.nwc-sea-item {
	margin: 0 !important;
	padding: 0 !important;
}

.nwc-sea-item a,
.nwc-sea-pending {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6em;
	min-height: 46px;
	padding: 0.7em 0.8em;
	border: 1px solid rgba(127, 127, 127, 0.22);
	border-radius: 10px;
	line-height: 1.35;
	text-decoration: none;
}

.nwc-sea-item a:hover {
	border-color: currentColor;
}

.nwc-sea-pending {
	opacity: 0.67;
}

.nwc-sea-status {
	flex: none;
	padding: 0.14em 0.45em;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 0.72em;
	white-space: nowrap;
}

.nwc-sea-empty {
	padding: 1em;
	border: 1px dashed rgba(127, 127, 127, 0.35);
	border-radius: 10px;
}

@media (max-width: 900px) {
	.nwc-sea-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 650px) {
	.nwc-sea-country-grid,
	.nwc-sea-controls {
		grid-template-columns: 1fr;
	}

	.nwc-sea-list {
		grid-template-columns: 1fr;
	}
}
