/* RollNest multi-token UI */

/* Header wallet trigger — icon only */
.rn-wallet-trigger {
	display: flex !important;
	align-items: center;
	gap: 8px;
	min-width: 0;
}
.rn-wallet-trigger .rn-active-token-icon {
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	flex-shrink: 0;
}
.rn-wallet-amount-sep {
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.2);
	flex-shrink: 0;
}
.rn-wallet-trigger-balances {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	line-height: 1.15;
}
.rn-wallet-trigger-usd {
	font-size: 11px;
	font-weight: 600;
	color: rgba(167, 139, 250, 0.95);
	letter-spacing: 0.01em;
}

/* Wallet dropdown */
.rn-wallet-dropdown {
	min-width: 300px !important;
	max-width: min(360px, calc(100vw - 24px));
}
.rn-wallet-dropdown-head {
	padding: 14px 16px 10px;
	background: linear-gradient(180deg, rgba(124, 58, 237, 0.14) 0%, rgba(30, 22, 55, 0.4) 100%);
	border-bottom: 1px solid rgba(139, 92, 246, 0.18);
}
.rn-wallet-dropdown-head-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}
.rn-wallet-dropdown-head-row .wcoin-balance-dropdown-title {
	font-weight: 700;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.88);
}
.rn-wallet-total-usd {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.02em;
	white-space: nowrap;
}
.rn-wallet-dropdown-hint {
	margin: 8px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);
}

/* Token list in balance dropdown */
.rn-token-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 8px;
	max-height: 280px;
	overflow-y: auto;
}
.rn-token-row {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid transparent;
	background: rgba(28, 22, 48, 0.65);
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s;
	font: inherit;
	color: inherit;
	text-align: left;
}
.rn-token-row:hover {
	background: rgba(91, 53, 213, 0.2);
	border-color: rgba(167, 139, 250, 0.35);
}
.rn-token-row.active {
	background: rgba(124, 58, 237, 0.22);
	border-color: rgba(167, 139, 250, 0.55);
	box-shadow: inset 3px 0 0 #a78bfa;
}
.rn-token-row-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
}
.rn-token-row-icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}
.rn-token-row-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.rn-token-row-top {
	display: flex;
	align-items: center;
	gap: 6px;
}
.rn-token-row .sym {
	font-weight: 800;
	font-size: 13px;
	color: #fff;
}
.rn-token-row .bal {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.72);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rn-token-row-usd {
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 700;
	color: #86efac;
	min-width: 4.5em;
	text-align: right;
}
.rn-token-row .rn-in-use {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #c4b5fd;
	background: rgba(124, 58, 237, 0.35);
	padding: 2px 6px;
	border-radius: 4px;
}

.rn-wallet-dropdown-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px 12px;
	border-top: 1px solid rgba(139, 92, 246, 0.18);
	background: rgba(0, 0, 0, 0.15);
}
.rn-wallet-swap-bar {
	padding: 0 12px 8px;
	border-bottom: 1px solid rgba(139, 92, 246, 0.12);
	background: rgba(0, 0, 0, 0.08);
}
.rn-blocks-row {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}
.rn-blocks-row-icon {
	opacity: 1;
	flex-shrink: 0;
	object-fit: contain;
}
.rn-blocks-row-label {
	font-size: 11px;
	font-weight: 600;
	color: #f59e0b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.rn-blocks-row-value {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.rn-wallet-swap-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 8px 12px;
	border-radius: 8px;
	background: linear-gradient(135deg, #16a34a, #22c55e);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
	transition: filter 0.15s;
}
.rn-wallet-swap-link:hover {
	filter: brightness(1.08);
}
.rn-wallet-marketplace-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 12px;
	border-radius: 8px;
	background: linear-gradient(135deg, #ea580c, #f59e0b);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
	transition: filter 0.15s;
}
.rn-wallet-marketplace-link:hover {
	filter: brightness(1.08);
}

/* Legacy aliases (coin picker etc.) */
.rn-token-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.rn-token-chip {
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Modal section labels */
.rn-mt-section {
	margin-bottom: 14px;
}
.rn-mt-section-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 8px;
}

/* Network row */
.rn-network-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 4px;
}
.rn-network-btn {
	padding: 8px 14px;
	border-radius: 8px;
	border: 1px solid rgba(139, 92, 246, 0.35);
	background: rgba(28, 22, 48, 0.95);
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
}
.rn-network-btn:hover {
	border-color: #a78bfa;
}
.rn-network-btn.active {
	background: linear-gradient(135deg, #7c3aed, #8b5cf6);
	border-color: transparent;
	color: #fff;
}

/* Coin picker grid */
.rn-coin-picker {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
	gap: 10px;
}
.rn-coin-card {
	cursor: pointer;
	outline: none;
}
.rn-coin-card:focus-visible .rn-coin-inner {
	box-shadow: 0 0 0 2px rgba(167, 139, 250, 0.6);
}
.rn-coin-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 12px 8px;
	border-radius: 10px;
	border: 1px solid #3A2D63;
	background: #1C1630;
	min-height: 96px;
	transition: all 0.2s;
}
.rn-coin-card:hover .rn-coin-inner {
	border-color: rgba(167, 139, 250, 0.5);
}
.rn-coin-card.active .rn-coin-inner {
	border-color: #a78bfa !important;
	box-shadow: 0 0 0 2px rgba(167, 139, 250, 0.35);
	background: rgba(91, 53, 213, 0.15);
}
.rn-coin-inner img {
	height: 32px;
	width: auto;
	max-width: 40px;
	object-fit: contain;
}
.rn-coin-name {
	margin-top: 8px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
.rn-coin-symbol {
	font-size: 10px;
	color: #9D9DA6;
	margin-top: 2px;
}
.rn-coin-min {
	font-size: 9px;
	color: #7c7c8a;
	margin-top: 4px;
	text-align: center;
	line-height: 1.25;
	white-space: nowrap;
}
#deposit-modal-panel-withdraw .rn-coin-inner {
	min-height: 108px;
}
.withdraw-modal-min-info {
	line-height: 1.35;
}

.deposit-modal-box .rn-mt-section + .pb-2 {
	margin-top: 4px;
}

@media (max-width: 768px) {
	.rn-wallet-trigger {
		justify-content: flex-start !important;
	}
	.rn-wallet-trigger .drop_down_header_text,
	.rn-wallet-trigger .user_balance {
		display: block !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		font-size: 11px !important;
		line-height: 1.2 !important;
		white-space: nowrap;
		overflow: visible;
	}
	.rn-wallet-trigger-usd {
		display: block !important;
		font-size: 10px !important;
		line-height: 1.15 !important;
		margin-top: 1px !important;
		white-space: nowrap;
	}
	.rn-wallet-amount-sep {
		display: none;
	}
}

.deposit-modal-box .rn-network-row--compact .rn-network-btn {
	padding: 7px 10px;
	font-size: 11px;
}

/* Compact token select */
.rn-token-select {
	position: relative;
	min-width: 0;
}
.rn-token-select-trigger {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-width: 0;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #3a2d63;
	background: #1c1630;
	color: #fff;
	cursor: pointer;
	text-align: left;
	transition: border-color 0.2s, background 0.2s;
}
.rn-token-select-trigger:hover,
.rn-token-select.is-open .rn-token-select-trigger {
	border-color: rgba(167, 139, 250, 0.55);
	background: rgba(91, 53, 213, 0.1);
}
.rn-token-select-icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
	flex-shrink: 0;
}
.rn-token-select-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex: 1;
}
.rn-token-select-symbol {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}
.rn-token-select-name,
.rn-token-select-meta {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rn-token-select-chevron {
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.45);
	transition: transform 0.2s;
}
.rn-token-select.is-open .rn-token-select-chevron {
	transform: rotate(180deg);
}
.rn-token-select-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	z-index: 40;
	max-height: 240px;
	overflow: auto;
	border-radius: 10px;
	border: 1px solid rgba(167, 139, 250, 0.35);
	background: #1f1835;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
	padding: 4px;
}
.rn-token-select-option {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 8px;
	border: none;
	border-radius: 8px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	text-align: left;
}
.rn-token-select-option:hover {
	background: rgba(91, 53, 213, 0.15);
}
.rn-token-select-option.active {
	background: rgba(91, 53, 213, 0.22);
}
.rn-token-select-option img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0;
}
.rn-token-select-option-label {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex: 1;
}
.rn-token-select-option-sym {
	font-size: 12px;
	font-weight: 700;
}
.rn-token-select-option-name {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.5);
}
.rn-token-select-option-min {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.4);
	flex-shrink: 0;
}

/* Deposit / withdraw modal toolbar */
.rn-mt-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px 12px;
	margin-bottom: 1.25rem;
	align-items: start;
}
.rn-mt-toolbar-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	grid-column: 1;
	min-width: 0;
}
.rn-mt-toolbar-main .rn-token-select {
	width: min(220px, 100%);
	flex: 0 1 auto;
}
.rn-mt-toolbar-network {
	flex: 1 1 100%;
	width: 100%;
	min-width: 0;
}
.rn-network-row--compact {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
	gap: 6px;
	width: 100%;
	max-width: 22rem;
}
.rn-network-row--compact .rn-network-btn {
	width: 100%;
	min-width: 0;
	text-align: center;
	white-space: nowrap;
}
.rn-mt-history-link {
	grid-column: 2;
	grid-row: 1;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	white-space: nowrap;
	padding-top: 10px;
	align-self: start;
}
.rn-mt-history-link:hover {
	color: #c4b5fd;
	text-decoration: underline;
}
.rn-mt-toolbar-note {
	margin: 0.35rem 0 0;
	color: rgba(251, 191, 36, 0.9);
	line-height: 1.45;
}

.deposit-modal-setup {
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.deposit-modal-body {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 0.25rem;
}
.deposit-modal-qr-col {
	width: 11rem;
	flex-shrink: 0;
}
.deposit-modal-hint-top {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
	margin: 0 0 0.75rem;
}
.deposit-qr-frame {
	padding: 8px;
	border-radius: 10px;
	background: #fff;
}
.deposit-modal-qr {
	width: 10rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.deposit-modal-info-col {
	flex: 1;
	min-width: 14rem;
}
.deposit-address-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 6px;
}
.deposit-address-field {
	display: flex;
	align-items: stretch;
	gap: 0;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.deposit-address-field .deposit-personal-address-text {
	flex: 1;
	min-width: 0;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.45;
	word-break: break-all;
	color: rgba(255, 255, 255, 0.88);
}
.deposit-address-copy {
	flex-shrink: 0;
	width: 44px;
	border: none;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(91, 53, 213, 0.15);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.deposit-address-copy img {
	width: 20px;
	height: 20px;
}
.deposit-modal-footer-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
}
.deposit-modal-box .deposit-modal-check-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0 1.25rem;
	border-radius: 999px;
	border: none;
	background: #48bb78;
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
	white-space: nowrap;
}
.deposit-modal-box .deposit-modal-check-btn:hover {
	background: #38a169;
}
.deposit-modal-text-btn {
	background: none;
	border: none;
	padding: 0;
	font-size: 12px;
	color: #c4b5fd;
	cursor: pointer;
}
.deposit-modal-text-btn:hover {
	text-decoration: underline;
}
.deposit-modal-text-btn--warn {
	color: #fbbf24;
}
.deposit-modal-link-sep {
	color: rgba(255, 255, 255, 0.25);
	font-size: 12px;
}
.deposit-modal-hint-bottom {
	margin: 10px 0 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
}

.withdraw-modal-form {
	margin-top: 1.25rem;
}
.withdraw-modal-main {
	width: 100%;
	max-width: 100%;
}
.withdraw-field-label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 6px;
}
.withdraw-req {
	color: #e53e3e;
}
.deposit-modal-box .withdraw-field-input {
	width: 100%;
	height: 2.5rem;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.95) !important;
	font-size: 14px;
	box-sizing: border-box;
}
.withdraw-amount-block {
	margin-top: 1rem;
}
.withdraw-amount-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 6px;
}
.deposit-modal-box .withdraw-available-line {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5) !important;
}
.withdraw-max-btn {
	background: none;
	border: none;
	color: #c4b5fd;
	font-weight: 600;
	font-size: inherit;
	cursor: pointer;
	padding: 0 0 0 4px;
}
.withdraw-amount-input-row {
	display: flex;
	align-items: center;
	gap: 8px;
}
.withdraw-amount-input {
	flex: 1;
}
.deposit-modal-box .withdraw-usd-hint {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45) !important;
	white-space: nowrap;
}
.deposit-modal-box .withdraw-quick-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
}
.deposit-modal-box .withdraw-quick-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	padding: 6px 12px;
	border-radius: 8px;
	border: 1px solid rgba(167, 139, 250, 0.35);
	background: rgba(91, 53, 213, 0.12);
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.deposit-modal-box .withdraw-quick-link:hover,
.deposit-modal-box .withdraw-quick-link.active {
	background: rgba(91, 53, 213, 0.3);
	border-color: #a78bfa;
	color: #fff !important;
	text-decoration: none;
}
.deposit-modal-box .withdraw-amount-footer {
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(124, 58, 237, 0.08);
	border: 1px solid rgba(124, 58, 237, 0.18);
}
.deposit-modal-box .withdraw-modal-min-info {
	margin: 0 0 6px;
	font-size: 11px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5) !important;
}
.deposit-modal-box .withdraw-meta-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	font-size: 11px;
	line-height: 1.45;
}
.deposit-modal-box .withdraw-meta-fee {
	color: rgba(255, 255, 255, 0.72) !important;
	font-weight: 600;
}
.deposit-modal-box .withdraw-meta-note {
	color: rgba(255, 255, 255, 0.42) !important;
}
.deposit-modal-box .withdraw-submit-btn {
	display: block;
	width: auto !important;
	min-width: 12rem;
	max-width: 100%;
	height: auto !important;
	min-height: 0 !important;
	padding: 0.55rem 2.5rem !important;
	margin: 1rem auto 0 0;
	border-radius: 999px;
	font-size: 0.9rem !important;
	line-height: 1.2 !important;
	font-weight: 600;
	cursor: pointer;
	color: #1a1a1a !important;
}
.rn-token-select[data-context="withdraw"] .rn-token-select-name,
.rn-token-select[data-context="withdraw"] .rn-token-select-meta {
	display: none;
}

@media (max-width: 768px) {
	.deposit-modal-qr-col {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.deposit-modal-box .withdraw-submit-btn {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 640px) {
	.rn-wallet-trigger .rn-active-token-icon {
		width: 20px !important;
		height: 20px !important;
	}
	.rn-wallet-dropdown {
		min-width: min(320px, calc(100vw - 20px)) !important;
	}
	.rn-coin-picker {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Cross-tab active wallet confirm modal */
.rn-wallet-switch-modal {
	position: fixed;
	inset: 0;
	z-index: 10060;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}
.rn-wallet-switch-modal.is-active {
	display: flex;
}
.rn-wallet-switch-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 10, 18, 0.78);
	backdrop-filter: blur(6px);
}
.rn-wallet-switch-modal__card {
	position: relative;
	width: 100%;
	max-width: 420px;
	padding: 28px 24px 22px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(48, 36, 92, 0.95) 0%, rgba(20, 18, 36, 0.98) 100%);
	border: 1px solid rgba(148, 163, 184, 0.24);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
	text-align: center;
}
.rn-wallet-switch-modal__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.rn-wallet-switch-modal__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.rn-wallet-switch-modal__title {
	margin: 0 0 10px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
}
.rn-wallet-switch-modal__message {
	margin: 0 0 10px;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.86);
}
.rn-wallet-switch-modal__hint {
	margin: 0 0 18px;
	font-size: 0.82rem;
	line-height: 1.45;
	color: rgba(251, 191, 36, 0.95);
}
.rn-wallet-switch-modal__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	padding: 12px 20px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #7c5cff 0%, #5b8cff 100%);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(91, 140, 255, 0.28);
}
.rn-wallet-switch-modal__btn:hover {
	filter: brightness(1.06);
}
html.rn-wallet-switch-modal-open {
	overflow: hidden;
}
