
.swv-wrap {
	--swv-red: #b42318;
	--swv-red-soft: #fff1f0;
	--swv-orange: #b45f06;
	--swv-orange-soft: #fff6e8;
	--swv-blue: #176b87;
	--swv-blue-soft: #edf8fb;
	--swv-gray: #667085;
	--swv-gray-soft: #f2f4f7;
	--swv-green: #267447;
	--swv-border: #d8dee7;
	--swv-text: #17212b;
	--swv-muted: #5e6b7a;
	color: var(--swv-text);
	margin-block: 1.5rem 2.5rem;
}
.swv-wrap.swv-wide {
	position: relative;
	left: 50%;
	width: min(1180px, calc(100vw - 32px));
	max-width: none !important;
	transform: translateX(-50%);
}
.swv-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: .85rem;
}
.swv-header h2 {
	margin: 0;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.swv-header p {
	margin: .2rem 0 0;
	color: var(--swv-muted);
}
.swv-header-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .4rem;
}
.swv-editorial-stand {
	margin: 0 !important;
	color: var(--swv-muted);
	font-size: .78rem;
	white-space: nowrap;
}
.swv-summary {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: .45rem;
}
.swv-summary span {
	border: 1px solid var(--swv-border);
	border-radius: 999px;
	padding: .38rem .65rem;
	font-size: .82rem;
	white-space: nowrap;
}
.swv-summary-active {
	background: var(--swv-orange-soft);
	color: var(--swv-orange);
}
.swv-summary-upcoming {
	background: var(--swv-gray-soft);
	color: var(--swv-gray);
}
.swv-summary-ended {
	background: #edf7f0;
	color: var(--swv-green);
}
.swv-toolbar {
	display: grid;
	grid-template-columns: 1fr minmax(210px, .36fr);
	gap: .75rem;
	align-items: center;
	margin-bottom: .35rem;
	border: 1px solid var(--swv-border);
	border-radius: 14px;
	padding: .72rem;
	background: #f8fafb;
}
.swv-filters {
	display: flex;
	flex-wrap: wrap;
	gap: .38rem;
}
.swv-filter {
	appearance: none;
	border: 1px solid #cfd6df;
	border-radius: 999px;
	padding: .42rem .68rem;
	background: #fff;
	color: #344054;
	font: inherit;
	font-size: .8rem;
	font-weight: 680;
	cursor: pointer;
}
.swv-filter.is-active {
	border-color: #233e52;
	background: #233e52;
	color: #fff;
}
.swv-search input {
	width: 100%;
	border: 1px solid #cfd6df;
	border-radius: 9px;
	padding: .48rem .62rem;
	background: #fff;
	font: inherit;
	color: var(--swv-text);
}
.swv-count {
	min-height: 1.2rem;
	margin: .25rem 0 .55rem;
	color: var(--swv-muted);
	font-size: .82rem;
}
.swv-grid {
	display: grid;
	gap: 1rem;
	align-items: stretch;
}
.swv-columns-1 { grid-template-columns: minmax(0, 1fr); }
.swv-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.swv-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.swv-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--swv-border);
	border-top: 5px solid var(--swv-gray);
	border-radius: 16px;
	padding: 1.05rem;
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 24, 40, .06);
}
.swv-card[hidden] {
	display: none !important;
}
.swv-color-red { border-top-color: var(--swv-red); }
.swv-color-orange { border-top-color: var(--swv-orange); }
.swv-color-blue { border-top-color: var(--swv-blue); }
.swv-color-gray { border-top-color: var(--swv-gray); }
.swv-color-green { border-top-color: var(--swv-green); }
.swv-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .55rem;
	margin-bottom: .7rem;
}
.swv-state,
.swv-type {
	border-radius: 999px;
	padding: .28rem .55rem;
	font-size: .74rem;
	font-weight: 750;
}
.swv-state {
	background: var(--swv-gray-soft);
	color: var(--swv-gray);
}
.swv-color-red .swv-state { background: var(--swv-red-soft); color: var(--swv-red); }
.swv-color-orange .swv-state { background: var(--swv-orange-soft); color: var(--swv-orange); }
.swv-color-blue .swv-state { background: var(--swv-blue-soft); color: var(--swv-blue); }
.swv-type {
	color: var(--swv-muted);
	background: #f7f8fa;
}
.swv-card h3 {
	margin: 0;
	font-size: 1.22rem;
	line-height: 1.25;
}
.swv-location {
	margin: .3rem 0 0;
	color: var(--swv-muted);
	font-size: .84rem;
}
.swv-period {
	margin: .75rem 0;
	font-weight: 740;
}
.swv-modes {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
	margin: 0 0 .75rem;
	padding: 0;
	list-style: none;
}
.swv-modes li {
	border-radius: 999px;
	padding: .28rem .5rem;
	background: #eef3f6;
	color: #344d5c;
	font-size: .72rem;
	font-weight: 680;
}
.swv-key {
	border-radius: 10px;
	padding: .7rem;
	background: #f7f9fb;
}
.swv-key span {
	display: block;
	color: var(--swv-muted);
	font-size: .72rem;
}
.swv-key strong {
	display: block;
	margin-top: .1rem;
}
.swv-summary-text {
	margin: .7rem 0 0;
	font-size: .9rem;
	line-height: 1.5;
}
.swv-alternative {
	margin-top: .65rem;
	border-left: 4px solid var(--swv-blue);
	border-radius: 8px;
	padding: .65rem .75rem;
	background: var(--swv-blue-soft);
}
.swv-alternative span {
	display: block;
	color: var(--swv-muted);
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.swv-alternative strong {
	display: block;
	margin-top: .12rem;
	font-size: .87rem;
	line-height: 1.4;
}
.swv-content {
	margin-top: .65rem;
	font-size: .9rem;
	line-height: 1.52;
}
.swv-content p {
	margin: .45rem 0;
}
.swv-details {
	margin-top: .55rem;
	border-top: 1px solid #e7ebf0;
	border-bottom: 1px solid #e7ebf0;
	padding: .6rem 0;
}
.swv-details summary {
	cursor: pointer;
	font-size: .85rem;
	font-weight: 720;
}
.swv-details p,
.swv-impact-note {
	font-size: .84rem;
	line-height: 1.5;
}
.swv-impact-note {
	color: var(--swv-muted);
}
.swv-end-note {
	border-radius: 9px;
	padding: .65rem .75rem;
	background: var(--swv-gray-soft);
	color: var(--swv-gray);
	font-size: .82rem;
	line-height: 1.45;
}
.swv-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .5rem;
	margin-top: auto;
	padding-top: .7rem;
}
.swv-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border: 1px solid #cfd6df;
	border-radius: 9px;
	padding: .5rem .6rem;
	background: #fff;
	color: #24313d;
	font-size: .8rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.swv-action-primary {
	border-color: #233e52;
	background: #233e52;
	color: #fff;
}
.swv-second-source,
.swv-checked {
	margin: .55rem 0 0;
	font-size: .74rem;
}
.swv-checked {
	color: var(--swv-muted);
}
.swv-explainer,
.swv-legal {
	margin-top: 1rem;
	border-radius: 11px;
	padding: .82rem .95rem;
	font-size: .8rem;
	line-height: 1.55;
}
.swv-explainer {
	background: #f6f8fa;
	color: var(--swv-muted);
}
.swv-legal {
	border: 1px solid var(--swv-border);
	border-left: 4px solid var(--swv-gray);
	background: #fff;
	color: #475467;
}
.swv-no-results {
	border: 1px dashed var(--swv-border);
	border-radius: 12px;
	padding: 1rem;
	background: #fafbfc;
}
@media (max-width: 900px) {
	.swv-columns-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 720px) {
	.swv-header {
		display: block;
	}
	.swv-header-meta {
		align-items: flex-start;
		margin-top: .6rem;
	}
	.swv-summary {
		justify-content: flex-start;
	}
	.swv-toolbar {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 620px) {
	.swv-wrap.swv-wide {
		width: min(100%, calc(100vw - 24px));
	}
	.swv-columns-2,
	.swv-columns-3 {
		grid-template-columns: 1fr;
	}
	.swv-actions {
		grid-template-columns: 1fr;
	}
}
