#pse-card-data-container {
	font-family: sans-serif;
	width: 100%;
	height: 100%;
}

.pse-card-field {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.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;
	justify-content: start;
	gap: 6px;
	font-size: 17px;
}

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

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