#sw-currency-list button[data-seward-currency].is-active {
	background: #111;
	border-color: #111;
	color: #fff;
}

.seward-currency-trigger {
	appearance: none;
	border: 1px solid transparent;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-weight: inherit;
	line-height: 1;
	padding: 12px 10px;
}

.seward-currency-trigger:hover,
.seward-currency-trigger:focus-visible {
	border-color: currentColor;
	outline: none;
}

.seward-currency-drawer {
	background: rgba(0, 0, 0, .72);
	inset: 0;
	position: fixed;
	z-index: 100000;
}

.seward-currency-drawer[hidden] {
	display: none;
}

.seward-currency-panel {
	background: #fff;
	box-shadow: -18px 0 55px rgba(0, 0, 0, .28);
	color: #171717;
	height: 100%;
	margin-left: auto;
	overflow-y: auto;
	padding: 28px 24px;
	width: min(390px, 92vw);
}

.seward-currency-heading {
	align-items: center;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
	padding-bottom: 20px;
}

.seward-currency-heading h2,
.seward-currency-panel h3 {
	color: #171717 !important;
	font-family: Arial, sans-serif;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: none;
}

.seward-currency-heading h2 {
	font-size: 22px;
}

.seward-currency-panel h3 {
	font-size: 17px;
	margin-bottom: 16px;
}

.seward-currency-close {
	align-items: center;
	background: #fff;
	border: 1px solid #ccc;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	font-size: 25px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	width: 40px;
}

.seward-currency-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seward-currency-list button {
	background: #fff;
	border: 1px solid #d4d4d4;
	color: #222;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	min-height: 43px;
	padding: 9px 10px;
}

.seward-currency-list button:hover,
.seward-currency-list button:focus-visible {
	border-color: #111;
	outline: none;
}

body.seward-currency-open {
	overflow: hidden;
}

.sw-live-fx-status {
	color: #666;
	font-size: 12px;
	line-height: 1.45;
	margin: 12px 0 0;
}

.sw-live-fx-status.is-stale {
	color: #9b5a00;
}

@media (max-width: 460px) {
	.seward-currency-trigger {
		display: inline-flex !important;
	}
}

/* v1.3.0 / Precision Steel commerce selector. */
.seward-currency-drawer {
	background: rgba(11, 17, 22, .74);
	backdrop-filter: blur(3px);
	z-index: 100002;
}

.seward-currency-panel {
	background: #f7f9fa;
	box-shadow: -28px 0 80px rgba(0, 0, 0, .32);
	color: #0b1116;
	padding: 30px;
	width: min(430px, 94vw);
}

.seward-currency-heading {
	align-items: flex-start;
	border-color: #c7d3dc;
	margin-bottom: 22px;
	padding-bottom: 22px;
}

.seward-currency-eyebrow {
	color: #2e6f9e;
	font: 800 9px/1.2 "Arial Narrow", Arial, sans-serif;
	letter-spacing: .13em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.seward-currency-heading h2 {
	color: #0b1116 !important;
	font: 400 34px/1 Georgia, "Times New Roman", serif;
	letter-spacing: -.03em;
	text-transform: uppercase;
}

.seward-currency-panel h3 {
	color: #5a6d7b !important;
	font: 800 10px/1.2 "Arial Narrow", Arial, sans-serif;
	letter-spacing: .1em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.seward-currency-close {
	background: #f7f9fa;
	border-color: #c7d3dc;
	color: #0b1116;
	height: 44px;
	width: 44px;
}

.seward-currency-close:hover,
.seward-currency-close:focus-visible {
	background: #2e6f9e;
	border-color: #2e6f9e;
	color: #fff;
	outline: none;
}

.seward-currency-list {
	border-left: 1px solid #c7d3dc;
	border-top: 1px solid #c7d3dc;
	gap: 0;
}

.seward-currency-list button {
	align-items: center;
	background: #f7f9fa;
	border: 0;
	border-bottom: 1px solid #c7d3dc;
	border-right: 1px solid #c7d3dc;
	color: #0b1116;
	display: grid;
	font-size: 10px;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	min-height: 62px;
	padding: 9px 11px;
	text-align: left;
}

.seward-currency-list button b {
	font: 800 12px/1 "Arial Narrow", Arial, sans-serif;
}

.seward-currency-list button span {
	color: #5a6d7b;
	font-size: 9px;
	line-height: 1.25;
}

.seward-currency-list button em {
	color: #8799a4;
	font-size: 7px;
	font-style: normal;
	text-transform: uppercase;
}

.seward-currency-list button:hover,
.seward-currency-list button:focus-visible {
	background: #eef3f6;
	border-color: #c7d3dc;
	box-shadow: inset 0 0 0 2px #2e6f9e;
}

#sw-currency-list button[data-seward-currency].is-active {
	background: #12202b;
	border-color: #12202b;
	color: #fff;
}

#sw-currency-list button[data-seward-currency].is-active span,
#sw-currency-list button[data-seward-currency].is-active em {
	color: #a9c1d1;
}

#sw-currency-list button[data-seward-currency].is-active em::before {
	content: "Current";
	font-size: 7px;
}

#sw-currency-list button[data-seward-currency].is-active em {
	font-size: 0;
}

.sw-live-fx-status {
	border: 1px solid #c7d3dc;
	background: #eef3f6;
	color: #5a6d7b;
	font-size: 9px;
	line-height: 1.5;
	margin-top: 18px;
	padding: 13px;
}

@media (max-width: 460px) {
	.seward-currency-panel {
		padding: 20px;
		width: 100%;
	}

	.seward-currency-heading h2 {
		font-size: 29px;
	}

	.seward-currency-list {
		grid-template-columns: 1fr;
	}

	.seward-currency-list button {
		min-height: 56px;
	}
}
