.custom-meta-info-line {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 5px;
	margin: 5px 0;
	align-items: center;
	font-family: inherit;
}

.custom-meta-icon {
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin-top: 2px;
	flex-shrink: 0;
}

.custom-meta-label {
	font-weight: 500;
	color: #03224c;
	font-size: inherit;
	display: inline;
}

.custom-meta-value {
	font-weight: 400;
	color: #03224c;
	font-size: inherit;
	display: inline;
}

@media (min-width: 768px) {
	.custom-meta-icon {
		width: 30px;
		height: 30px;
	}
}
