body {
	--kaspa-wallet-top-menu-top: 10px; /* Variable for top margin/padding */
	--kaspa-wallet-right-area-height: calc(100vh - 80px); /* Dynamic height calculation */
}

kaspa-wallet-app {
	flex: 1;
	overflow: hidden; /* Prevents overflow of content */
	position: fixed; /* Fixed position to cover viewport */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; /* Full viewport coverage */
	height: 100%;
	width: 100%; /* Full height and width */
	box-sizing: border-box; /* Includes padding and border in element's total width and height */
	display: flex; /* Flexbox layout */
	flex-direction: column; /* Vertical layout of children */
}

kaspa-wallet {
	
}

kaspa-walle

}

ka
flex: 1; /* Allows the element to grow and shrink */
	height: 100px; /* Fixed height */
}