:root {
	--bulma-primary-h: 202deg;
	--bulma-primary-l: 50%;
	--bulma-link-text: var(--bulma-primary) !important;
}

.box {
	background-color: hsla(var(--bulma-text-h), var(--bulma-text-s), var(--bulma-text-weak-l), 3%);
}

.info-card {
	flex: 300px;
	margin: 1rem;
	height: 76px !important;
	min-width: 30%;
}

.info-card>div {
	margin: 0px !important;
}

.info-btn {
	height: 40px !important;
	font-size: 1.25em;
	padding: 0.25rem;
}

.mono {
	font-family: monospace;
	font-weight: normal;
}

.hash {
	font-family: monospace;
	display: block;
	font-size: 1rem;
	user-select: all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.blockinfos {
	flex-wrap: wrap;
}

.blockinfo-left {
	flex: 75%;
	max-width: 100%;
}

.blockinfo-right {
	flex: 25%;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	max-height: 140px;
}

.blockinfo-right>* {
	flex: 50%;
	min-width: 200px;
	padding: 0px 0.25rem;
}

.blockinfo-right>*>* {
	width: 100%;
}

.importantanchor {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--bulma-link-text);
}

@media screen and (max-width: 768px) {
	.blockinfo-right {
		flex-wrap: nowrap;
	}

	.blockinfo-right>* {
		min-width: 100px;
	}
}