@font-face {
	font-family: "Polymath";
	src: url("https://rebind.co/fonts/polymath/Polymath-Semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Polymath";
	src: url("https://rebind.co/fonts/polymath/Polymath-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

#pse-card-data-container {
	font-family: "Polymath", sans-serif;
	width: 100%;
	height: 100%;
	background-color: #222222;
}

.pse-card-field {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.pse-card-field:nth-child(1) {
	top: 20px;
	left: 20px;
}
.pse-card-field:nth-child(2) {
	bottom: 20px;
	left: 20px;
}

.pse-card-field:nth-child(3) {
	left: 50%;
	bottom: 20px;
}
.pse-card-label {
	color: #ffffffaf;
	font-weight: 600;
	font-size: 15px;
}

.pse-card-value {
	color: #eeeeee;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 17px;
}

.pse-copy-button > svg {
	margin-bottom: -4px;
}

.pse-copy-button > svg > path {
	fill: #ffffff64;
}
