.gm-info-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	max-width: 500px;
	padding: 24px;
	gap: 20px;
	background: var(--hint-color);
	border-radius: 16px;
	&__row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	&__value {
		font-weight: 500;
		font-size: 15px;
		line-height: 20px;
		color: var(--font-color);
	}
	&__label {
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
		padding: 0;
		margin: 0;
	}
}
